Displaying 1 result from an estimated 1 matches for "nmb_bin".
Did you mean:
smb_bin
2002 Aug 29
1
Need Help: Sometimes Stop during smbd start
...#
# <fedback@suse.de>
#
### BEGIN INIT INFO
# Provides: smb
# Required-Start: $network $remote_fs syslog
# Required-Stop:
# Default-Start: 3 5
# Default-Stop:
# Description: initscript for the SAMBA services
### END INIT INFO
#
# init.d/smb
. /etc/rc.config
SMB_BIN=/usr/sbin/smbd
NMB_BIN=/usr/sbin/nmbd
SMB_CONF=/etc/smb.conf
SMB_PID=/var/log/locks/smbd.pid
NMB_PID=/var/log/locks/nmbd.pid
# Determine the base and follow a runlevel link name.
base=${0##*/}
link=${base#*[SK][0-9][0-9]}
# Force execution if not called by a runlevel directory.
test $link = $base && START_SMB=...