freebsd-ports/sysutils/bacula-server/pkg-plist
Ion-Mihai Tetcu 2b08c4ea35 - primarily a bug fix release
- The bconsole "reload" command should now work properly
- untested fix to eliminate the scheduling problems during daylight  savings
time change
- manual  released under the GNU Free Documentation License (FDL)
- Fixed a race condition on dual processor machines

PR:		ports/98855
Submitted by:	maintainer
2006-06-12 15:36:52 +00:00

40 lines
1.2 KiB
Text

%%DATADIR%%/query.sql
sbin/chio-bacula
sbin/bacula-dir
sbin/bacula-sd
sbin/bcopy
sbin/bextract
sbin/bls
sbin/bregex
sbin/bscan
sbin/btape
sbin/bwild
%%WXCONS%%sbin/wx-console
%%GNOMECONS%%sbin/gnome-console
sbin/dbcheck
sbin/bsmtp
@unexec if cmp -s %D/share/bacula/mtx-changer.old %D/share/bacula/mtx-changer; then rm -f %D/share/bacula/mtx-changer.old; fi
@unexec if cmp -s %D/share/bacula/disk-changer.old %D/share/bacula/disk-changer; then rm -f %D/share/bacula/disk-changer.old; fi
%%DATADIR%%/mtx-changer
%%DATADIR%%/create_bacula_database
%%DATADIR%%/create_%%DBTYPE%%_database
%%DATADIR%%/drop_bacula_database
%%DATADIR%%/drop_%%DBTYPE%%_database
%%DATADIR%%/drop_bacula_tables
%%DATADIR%%/drop_%%DBTYPE%%_tables
%%DATADIR%%/grant_bacula_privileges
%%DATADIR%%/grant_%%DBTYPE%%_privileges
%%DATADIR%%/make_bacula_tables
%%DATADIR%%/make_%%DBTYPE%%_tables
%%DATADIR%%/update_bacula_tables
%%DATADIR%%/update_%%DBTYPE%%_tables
%%DATADIR%%/delete_catalog_backup
%%DATADIR%%/make_catalog_backup
%%DATADIR%%/dvd-handler
%%DATADIR%%/disk-changer
@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%%