a23f39a1d5
Add no_server PSEUDO_FLAVOR Reorganize the Makefile some. Remove dependency on qwt. Set FULLPKGPATH for -main and -bat to remove backend dependencies (found by and solution from naddy@) Use SUBST_CMD. ok jdixon@, okan@
10 lines
340 B
Plaintext
10 lines
340 B
Plaintext
Example config files for Bacula have been installed in
|
|
${TRUEPREFIX}/share/examples/bacula and copied also to
|
|
${BACULACONF}, edit them to your site's needs.
|
|
|
|
To start, add the following to /etc/rc.local:
|
|
if [ -x ${TRUEPREFIX}/libexec/bacula/bacula-ctl-fd ]; then
|
|
${TRUEPREFIX}/libexec/bacula/bacula-ctl-fd start
|
|
echo -n ' bacula-fd'
|
|
fi
|