mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04:00
- 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
This commit is contained in:
parent
c933228d46
commit
53b1cde49b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=235969
1 changed files with 27 additions and 27 deletions
|
@ -11,34 +11,34 @@ sbin/btraceback
|
||||||
sbin/bwild
|
sbin/bwild
|
||||||
sbin/chio-bacula
|
sbin/chio-bacula
|
||||||
sbin/dbcheck
|
sbin/dbcheck
|
||||||
%%DATADIR%%/bacula
|
share/bacula/bacula
|
||||||
%%DATADIR%%/bacula-ctl-dir
|
share/bacula/bacula-ctl-dir
|
||||||
%%DATADIR%%/bacula-ctl-fd
|
share/bacula/bacula-ctl-fd
|
||||||
%%DATADIR%%/bacula-ctl-sd
|
share/bacula/bacula-ctl-sd
|
||||||
%%DATADIR%%/bconsole
|
share/bacula/bconsole
|
||||||
%%DATADIR%%/btraceback.gdb
|
share/bacula/btraceback.gdb
|
||||||
%%DATADIR%%/btraceback.dbx
|
share/bacula/btraceback.dbx
|
||||||
%%DATADIR%%/create_bacula_database
|
share/bacula/create_bacula_database
|
||||||
%%DATADIR%%/create_%%DBTYPE%%_database
|
share/bacula/create_%%DBTYPE%%_database
|
||||||
%%DATADIR%%/delete_catalog_backup
|
share/bacula/delete_catalog_backup
|
||||||
%%DATADIR%%/disk-changer
|
share/bacula/disk-changer
|
||||||
%%DATADIR%%/drop_bacula_database
|
share/bacula/drop_bacula_database
|
||||||
%%DATADIR%%/drop_bacula_tables
|
share/bacula/drop_bacula_tables
|
||||||
%%DATADIR%%/drop_%%DBTYPE%%_database
|
share/bacula/drop_%%DBTYPE%%_database
|
||||||
%%DATADIR%%/drop_%%DBTYPE%%_tables
|
share/bacula/drop_%%DBTYPE%%_tables
|
||||||
%%DATADIR%%/dvd-handler
|
share/bacula/dvd-handler
|
||||||
%%DATADIR%%/gconsole
|
share/bacula/gconsole
|
||||||
%%DATADIR%%/grant_bacula_privileges
|
share/bacula/grant_bacula_privileges
|
||||||
%%DATADIR%%/grant_%%DBTYPE%%_privileges
|
share/bacula/grant_%%DBTYPE%%_privileges
|
||||||
%%DATADIR%%/make_bacula_tables
|
share/bacula/make_bacula_tables
|
||||||
%%DATADIR%%/make_catalog_backup
|
share/bacula/make_catalog_backup
|
||||||
%%DATADIR%%/make_%%DBTYPE%%_tables
|
share/bacula/make_%%DBTYPE%%_tables
|
||||||
%%DATADIR%%/mtx-changer
|
share/bacula/mtx-changer
|
||||||
%%DATADIR%%/query.sql
|
share/bacula/query.sql
|
||||||
%%DATADIR%%/update_bacula_tables
|
share/bacula/update_bacula_tables
|
||||||
%%DATADIR%%/update_%%DBTYPE%%_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-sd > /dev/null 2>&1 || true
|
||||||
@unexec /usr/bin/killall bacula-dir > /dev/null 2>&1 || true
|
@unexec /usr/bin/killall bacula-dir > /dev/null 2>&1 || true
|
||||||
@exec mkdir -p %%BACULA_DIR%%
|
@exec mkdir -p %%BACULA_DIR%%
|
||||||
|
|
Loading…
Add table
Reference in a new issue