aboutsummaryrefslogtreecommitdiffstats
path: root/UPDATING
diff options
context:
space:
mode:
authorgarga <garga@FreeBSD.org>2006-04-08 01:29:54 +0800
committergarga <garga@FreeBSD.org>2006-04-08 01:29:54 +0800
commit18bffd3a2c88c774eb132601a084aad448396d04 (patch)
treee29d3006e62a38b6dee779a49c2f5862cf57596b /UPDATING
parent237cbdd8ba90200225a178804503ce65184d4bd3 (diff)
downloadfreebsd-ports-gnome-18bffd3a2c88c774eb132601a084aad448396d04.tar.gz
freebsd-ports-gnome-18bffd3a2c88c774eb132601a084aad448396d04.tar.zst
freebsd-ports-gnome-18bffd3a2c88c774eb132601a084aad448396d04.zip
- Update to 1.38.7
- Rename rc.d scripts removing 'z-' prefix - Add an UPDATING note PR: ports/95474 Submitted by: maintainer
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING21
1 files changed, 21 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index f29d64ded20d..fb5efd625f45 100644
--- a/UPDATING
+++ b/UPDATING
@@ -6,6 +6,27 @@ You should get into the habit of checking this file for changes each
time you update your ports collection, before attempting any port
upgrades.
+20060407:
+ AFFECTS: users of sysutils/bacula*
+ AUTHOR: dan@langille.org
+
+ bacula-server now installs two rc.d scripts, one for the Director
+ and one for the Storage Daemon. To enable the Director at boot time,
+ set the following in /etc/rc.conf[.local]:
+
+ bacula_dir_enable="YES"
+
+ To enable the Storage Daemon, set the following in rc.conf(5):
+
+ bacula_sd_enable="YES"
+
+ Similarly, bacula-client also installs a rcNG script. To enable
+ the File Daemon at boot time, set the following in rc.conf(5):
+
+ bacula_fd_enable="YES"
+
+ The old z-bacula.sh script in PREFIX/etc/rc.d should be removed.
+
20060403:
AFFECTS: users of databases/db*
AUTHOR: swhetzel@gmail.com