9a5c27ecff
- now bacula-docs just installs pdf files - add bacula-server/Makefile.common with -bat, -client-static and nagios_check- stuff (another bacula slave ports can use it too) - remove pkg-plist from bacula-bat and nagios-check_bacula - now bacula-server, bacula-bat and nagios-check_bacula depend of bacula-client. It avoids some conflicts when we want to install all bacula ports in the same system - remove the OPTION to install static version of bacula-client. Now it is a new port - few other minor changes while here: - trim Makefile headers - remove indefinite articles in COMMENT - convert to optionsng PR: 167700 Submitted by: acm (original patch), Dan Langille <dan@langille.org> (maintainer)
57 lines
1.4 KiB
Text
57 lines
1.4 KiB
Text
lib/libbaccats.la
|
|
lib/libbaccats.so
|
|
lib/libbaccats.so.%%MAJOR%%
|
|
lib/libbaccats-%%DBTYPE%%.la
|
|
lib/libbaccats-%%DBTYPE%%.so
|
|
lib/libbaccats-%%DBTYPE%%.so.%%MAJOR%%
|
|
lib/libbacsql.la
|
|
lib/libbacsql.so
|
|
lib/libbacsql.so.%%MAJOR%%
|
|
sbin/bacula
|
|
sbin/bacula-dir
|
|
sbin/bacula-sd
|
|
sbin/bcopy
|
|
sbin/bextract
|
|
sbin/bls
|
|
sbin/bregex
|
|
sbin/bscan
|
|
sbin/bsmtp
|
|
sbin/btape
|
|
sbin/btraceback
|
|
sbin/bwild
|
|
sbin/chio-bacula
|
|
sbin/dbcheck
|
|
%%DATADIR%%/bacula
|
|
%%DATADIR%%/bacula-ctl-dir
|
|
%%DATADIR%%/bacula-ctl-fd
|
|
%%DATADIR%%/bacula-ctl-sd
|
|
%%DATADIR%%/bacula_config
|
|
%%DATADIR%%/bconsole
|
|
%%DATADIR%%/btraceback.dbx
|
|
%%DATADIR%%/btraceback.gdb
|
|
%%DATADIR%%/btraceback.mdb
|
|
%%DATADIR%%/create_bacula_database
|
|
%%DATADIR%%/create_%%DBTYPE%%_database
|
|
%%DATADIR%%/delete_catalog_backup
|
|
%%DATADIR%%/disk-changer
|
|
%%DATADIR%%/drop_bacula_database
|
|
%%DATADIR%%/drop_bacula_tables
|
|
%%DATADIR%%/drop_%%DBTYPE%%_database
|
|
%%DATADIR%%/drop_%%DBTYPE%%_tables
|
|
%%DATADIR%%/dvd-handler
|
|
%%DATADIR%%/grant_bacula_privileges
|
|
%%DATADIR%%/grant_%%DBTYPE%%_privileges
|
|
%%DATADIR%%/make_bacula_tables
|
|
%%DATADIR%%/make_catalog_backup
|
|
%%DATADIR%%/make_catalog_backup.pl
|
|
%%DATADIR%%/make_%%DBTYPE%%_tables
|
|
%%DATADIR%%/mtx-changer
|
|
%%DATADIR%%/mtx-changer.conf
|
|
%%DATADIR%%/query.sql
|
|
%%DATADIR%%/update_bacula_tables
|
|
%%DATADIR%%/update_%%DBTYPE%%_tables
|
|
@dirrm %%DATADIR%%
|
|
@unexec /usr/bin/killall bacula-sd > /dev/null 2>&1 || true
|
|
@unexec /usr/bin/killall bacula-dir > /dev/null 2>&1 || true
|
|
@exec mkdir -p %%BACULA_DIR%%
|
|
@dirrmtry %%BACULA_DIR%%
|