2 #ident "@(#)samba.server 1.0 96/06/19 TK" /* SVr4.0 1.1.13.1*/
4 # Please send info on modifications to knuutila@cs.utu.fi
6 # This file should have uid root, gid sys and chmod 744
9 then # /usr not mounted
13 killproc
() { # kill the named process(es)
16 /usr/bin/sed -e 's/^ *//' -e 's/ .*//'`
17 [ "$pid" != "" ] && kill $pid
20 # Start/stop processes required for samba server
26 # Edit these lines to suit your installation (paths, workgroup, host)
27 # Add the following parameters to nmbd, smbd, winbindd if needed
28 # (this may be needed for custom file locations)
29 # -D -s$BASE/lib/smb.conf
51 echo "Usage: /etc/init.d/samba { start | stop | restart }"