search for: nmb_pid

Displaying 1 result from an estimated 1 matches for "nmb_pid".

Did you mean: smb_pid
2002 Aug 29
1
Need Help: Sometimes Stop during smbd start
...ired-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=yes test "$START_SMB" = "yes" || exit 0 if [ ! -x $SMB_BI...