Document behaviour changes in the rc.d/samba startup script.
Feature safe: yes
This commit is contained in:
parent
5a47c0eea1
commit
088643dd02
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=306284
2 changed files with 20 additions and 3 deletions
17
UPDATING
17
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
|
||||
|
|
|
@ -14,9 +14,9 @@
|
|||
# to enable this service:
|
||||
#
|
||||
#samba_enable="YES"
|
||||
# or, for fine grain control:
|
||||
#nmbd_enable="YES"
|
||||
#smbd_enable="YES"
|
||||
# You can disable/enable any of the Samba daemons by specifying:
|
||||
#nmbd_enable="NO"
|
||||
#smbd_enable="NO"
|
||||
%%WINBIND%%# You need to enable winbindd separately, by adding:
|
||||
%%WINBIND%%#winbindd_enable="YES"
|
||||
#
|
||||
|
|
Loading…
Reference in a new issue