openbsd-ports/sysutils/bacula/files/README-client.OpenBSD
merdely a23f39a1d5 Update to bacula 2.4.3.
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@
2008-10-19 03:44:42 +00:00

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