2 # Begin $rc_base/init.d/winbind
4 # Based on sysklogd script from LFS-3.1 and earlier.
5 # Rewritten by Gerard Beekmans - gerard@linuxfromscratch.org
7 #$LastChangedBy: bdubbs $
8 #$Date: 2005-08-01 14:29:19 -0500 (Mon, 01 Aug 2005) $
13 PIDFILE="/var/run/winbindd.pid"
19 boot_mesg "Starting winbind..."
20 loadproc /usr/sbin/winbindd
24 boot_mesg "Stopping winbind..."
25 killproc -p ${PIDFILE} /usr/sbin/winbind
29 boot_mesg "Reloading winbind..."
30 reloadproc /usr/sbin/winbindd
40 statusproc /usr/sbin/winbindd
44 echo "Usage: $0 {start|stop|reload|restart|status}"
50 # End $rc_base/init.d/winbind