summaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authorWesley Shields <wxs@FreeBSD.org>2009-06-15 23:19:42 +0000
committerWesley Shields <wxs@FreeBSD.org>2009-06-15 23:19:42 +0000
commit53b1cde49bf8229f4600b2f26695880a8cd7480b (patch)
treee7b9ca5d1068cc80f39b9db5a01d2e4572f996dc /sysutils
parent- Unbreak, fix previous commit (diff)
- Don't use DATADIR in plist as that would be bacula2 by default. Use the
same value as what is passed to configure for scriptenv. Noticed by: QAT
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/bacula2-server/pkg-plist54
1 files changed, 27 insertions, 27 deletions
diff --git a/sysutils/bacula2-server/pkg-plist b/sysutils/bacula2-server/pkg-plist
index 8ba64eccb539..511d32aaa31d 100644
--- a/sysutils/bacula2-server/pkg-plist
+++ b/sysutils/bacula2-server/pkg-plist
@@ -11,34 +11,34 @@ sbin/btraceback
sbin/bwild
sbin/chio-bacula
sbin/dbcheck
-%%DATADIR%%/bacula
-%%DATADIR%%/bacula-ctl-dir
-%%DATADIR%%/bacula-ctl-fd
-%%DATADIR%%/bacula-ctl-sd
-%%DATADIR%%/bconsole
-%%DATADIR%%/btraceback.gdb
-%%DATADIR%%/btraceback.dbx
-%%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%%/gconsole
-%%DATADIR%%/grant_bacula_privileges
-%%DATADIR%%/grant_%%DBTYPE%%_privileges
-%%DATADIR%%/make_bacula_tables
-%%DATADIR%%/make_catalog_backup
-%%DATADIR%%/make_%%DBTYPE%%_tables
-%%DATADIR%%/mtx-changer
-%%DATADIR%%/query.sql
-%%DATADIR%%/update_bacula_tables
-%%DATADIR%%/update_%%DBTYPE%%_tables
+share/bacula/bacula
+share/bacula/bacula-ctl-dir
+share/bacula/bacula-ctl-fd
+share/bacula/bacula-ctl-sd
+share/bacula/bconsole
+share/bacula/btraceback.gdb
+share/bacula/btraceback.dbx
+share/bacula/create_bacula_database
+share/bacula/create_%%DBTYPE%%_database
+share/bacula/delete_catalog_backup
+share/bacula/disk-changer
+share/bacula/drop_bacula_database
+share/bacula/drop_bacula_tables
+share/bacula/drop_%%DBTYPE%%_database
+share/bacula/drop_%%DBTYPE%%_tables
+share/bacula/dvd-handler
+share/bacula/gconsole
+share/bacula/grant_bacula_privileges
+share/bacula/grant_%%DBTYPE%%_privileges
+share/bacula/make_bacula_tables
+share/bacula/make_catalog_backup
+share/bacula/make_%%DBTYPE%%_tables
+share/bacula/mtx-changer
+share/bacula/query.sql
+share/bacula/update_bacula_tables
+share/bacula/update_%%DBTYPE%%_tables
-@dirrm %%DATADIR%%
+@dirrm share/bacula
@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%%