Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 12 Aug 2006 13:56:38 -0400
From:      Mike Jakubik <mikej@rogers.com>
To:        timur@gnu.org
Cc:        ports@FreeBSD.org
Subject:   FreeBSD Port: net/samba3 (rc.d weirdness)
Message-ID:  <44DE1656.1020803@rogers.com>

next in thread | raw e-mail | index | archive | help
The startup script for Samba states:

---
#
# Add the following lines to /etc/rc.conf to enable samba:
#
#samba_enable="YES"
#
# or, for fine grain control
#
#nmbd_enable="YES"
#smbd_enable="YES"
#
---

However when setting samba_enable="YES" in rc.conf, the restart option 
does not function correctly, as it only restarts smbd. If we instead set 
the alternative of nmbd_enable="YES" and smbd_enable="YES", we get the 
following warning during startup.

/etc/rc: WARNING: $samba_enable is not set properly - see rc.conf(5).





Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?44DE1656.1020803>