diff options
author | wiz <wiz@pkgsrc.org> | 2005-11-11 21:34:29 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2005-11-11 21:34:29 +0000 |
commit | 0134e95f3810000bdb531e824bc65982bdb8f34b (patch) | |
tree | f13d5c89f94cec381443eb12e0ab50c59858a366 /sysutils | |
parent | e0e7603c2fe95f148aa2840cb087bf072f85e839 (diff) | |
download | pkgsrc-0134e95f3810000bdb531e824bc65982bdb8f34b.tar.gz |
Complete move of bacula-client to bacula-clientonly.
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/Makefile | 4 | ||||
-rw-r--r-- | sysutils/bacula-client/DESCR | 11 | ||||
-rw-r--r-- | sysutils/bacula-client/Makefile | 19 | ||||
-rw-r--r-- | sysutils/bacula-client/PLIST | 19 |
4 files changed, 2 insertions, 51 deletions
diff --git a/sysutils/Makefile b/sysutils/Makefile index fb2daf79ccb..cd03c4606c0 100644 --- a/sysutils/Makefile +++ b/sysutils/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.320 2005/11/07 11:37:04 martti Exp $ +# $NetBSD: Makefile,v 1.321 2005/11/11 21:34:29 wiz Exp $ # COMMENT= System utilities @@ -20,7 +20,7 @@ SUBDIR+= aperture SUBDIR+= asapm SUBDIR+= atitvout SUBDIR+= bacula -SUBDIR+= bacula-client +SUBDIR+= bacula-clientonly SUBDIR+= bacula-doc SUBDIR+= bbsload SUBDIR+= bchunk diff --git a/sysutils/bacula-client/DESCR b/sysutils/bacula-client/DESCR deleted file mode 100644 index d632d743dcd..00000000000 --- a/sysutils/bacula-client/DESCR +++ /dev/null @@ -1,11 +0,0 @@ -Bacula is a set of computer programs that permit you (or the system -administrator) to manage backup, recovery, and verification of computer data -across a network of computers of different kinds. In technical terms, it is -a network client/server based backup program. Bacula is relatively easy to -use and efficient, while offering many advanced storage management features -that make it easy to find and recover lost or damaged files. Bacula source -code has been released under the GPL version 2 license. - -This package provides a client-only setup (the bacula file daemon and -console). For a complete setup (including the bacula director and storage -daemon) you should install the bacula package. diff --git a/sysutils/bacula-client/Makefile b/sysutils/bacula-client/Makefile deleted file mode 100644 index 36d49d60cec..00000000000 --- a/sysutils/bacula-client/Makefile +++ /dev/null @@ -1,19 +0,0 @@ -# $NetBSD: Makefile,v 1.2 2005/11/11 07:23:15 wiz Exp $ - -PKGNAME= ${DISTNAME:S/-/-client-/} -COMMENT+= client - -CONFLICTS= bacula-[0-9]* - -DISTINFO_FILE= ${.CURDIR}/../../sysutils/bacula/distinfo -PATCHDIR= ${.CURDIR}/../../sysutils/bacula/patches -FILESDIR= ${.CURDIR}/../../sysutils/bacula/files - -CONFIGURE_ARGS+= --enable-client-only - -BUILD_DEFS+= BACULA_GROUP - -RCD_SCRIPTS= bacula-fd - -.include "../../sysutils/bacula/Makefile.common" -.include "../../mk/bsd.pkg.mk" diff --git a/sysutils/bacula-client/PLIST b/sysutils/bacula-client/PLIST deleted file mode 100644 index def51f5987a..00000000000 --- a/sysutils/bacula-client/PLIST +++ /dev/null @@ -1,19 +0,0 @@ -@comment $NetBSD: PLIST,v 1.2 2005/11/11 07:23:15 wiz Exp $ -libexec/bacula/bacula -libexec/bacula/bconsole -libexec/bacula/btraceback.dbx -libexec/bacula/btraceback.gdb -libexec/bacula/dvd-handler -libexec/bacula/gconsole -libexec/bacula/mtx-changer -libexec/bacula/startmysql -libexec/bacula/stopmysql -man/man8/bacula.8 -sbin/bacula-fd -sbin/bconsole -sbin/btraceback -share/examples/bacula/bacula-fd.conf -share/examples/bacula/bconsole.conf -share/examples/rc.d/bacula-fd -@dirrm share/examples/bacula -@dirrm libexec/bacula |