aboutsummaryrefslogtreecommitdiffstats
path: root/UPDATING
diff options
context:
space:
mode:
authortimur <timur@FreeBSD.org>2012-10-23 03:58:39 +0800
committertimur <timur@FreeBSD.org>2012-10-23 03:58:39 +0800
commitee6072df0d348cb939ab01af7ec5cb8bc28e12e9 (patch)
tree611de7100c997fecf5c6808b92c54c9b966b9149 /UPDATING
parent47001dc21087f7a76daff17dfbbac7fcffca3147 (diff)
downloadfreebsd-ports-gnome-ee6072df0d348cb939ab01af7ec5cb8bc28e12e9.tar.gz
freebsd-ports-gnome-ee6072df0d348cb939ab01af7ec5cb8bc28e12e9.tar.zst
freebsd-ports-gnome-ee6072df0d348cb939ab01af7ec5cb8bc28e12e9.zip
Document behaviour changes in the rc.d/samba startup script.
Feature safe: yes
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING17
1 files changed, 17 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index 97ae0c62f2c5..1c010f50a87a 100644
--- a/UPDATING
+++ b/UPDATING
@@ -5,6 +5,23 @@ they are unavoidable.
You should get into the habit of checking this file for changes each time
you update your ports collection, before attempting any port upgrades.
+20121022:
+ AFFECTS: users of net/samba36
+ AUTHOR: timur@FreeBSD.org
+
+ Startup rc.d/samba script was modified to address some problems with the
+ fine control of supplimentary daemons. As a side effect now it's always
+ necessary to specify in rc.conf:
+
+ samba_enable=YES
+
+ to get the script working. You can still control each of the daemons
+ individualy, by disabling/enabling them with:
+
+ nmbd_enable=NO
+ smbd_enable=NO
+ winbindd_enable=YES
+
20121015:
AFFECTS: users of ports-mgmt/portmaster
AUTHOR: bdrewery@FreeBSD.org