Date: Mon, 22 Oct 2012 19:58:39 +0000 (UTC) From: "Timur I. Bakeyev" <timur@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r306284 - in head: . net/samba36/files Message-ID: <201210221958.q9MJwdGN091344@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: timur Date: Mon Oct 22 19:58:39 2012 New Revision: 306284 URL: http://svn.freebsd.org/changeset/ports/306284 Log: Document behaviour changes in the rc.d/samba startup script. Feature safe: yes Modified: head/UPDATING head/net/samba36/files/samba.in Modified: head/UPDATING ============================================================================== --- head/UPDATING Mon Oct 22 19:13:55 2012 (r306283) +++ head/UPDATING Mon Oct 22 19:58:39 2012 (r306284) @@ -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 Modified: head/net/samba36/files/samba.in ============================================================================== --- head/net/samba36/files/samba.in Mon Oct 22 19:13:55 2012 (r306283) +++ head/net/samba36/files/samba.in Mon Oct 22 19:58:39 2012 (r306284) @@ -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" #
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201210221958.q9MJwdGN091344>