aboutsummaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
authorTimur I. Bakeyev <timur@FreeBSD.org>2012-10-22 19:58:39 +0000
committerTimur I. Bakeyev <timur@FreeBSD.org>2012-10-22 19:58:39 +0000
commit088643dd025e5c4692f32b19b3dbd8fff86b6d14 (patch)
tree611de7100c997fecf5c6808b92c54c9b966b9149 /UPDATING
parent5a47c0eea1accb183a48c7bbe788bff43d79ffc3 (diff)
downloadports-088643dd025e5c4692f32b19b3dbd8fff86b6d14.tar.gz
ports-088643dd025e5c4692f32b19b3dbd8fff86b6d14.zip
Document behaviour changes in the rc.d/samba startup script.
Feature safe: yes
Notes
Notes: svn path=/head/; revision=306284
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