Magellan Linux

Diff of /smage/trunk/core/samba/alx/files/nmbd.rc

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 2837 by niro, Mon Aug 29 20:03:18 2011 UTC revision 2838 by niro, Fri Sep 2 18:10:23 2011 UTC
# Line 16  source $rc_functions Line 16  source $rc_functions
16  case "$1" in  case "$1" in
17   start)   start)
18   rc_print "Starting netbios daemon ..."   rc_print "Starting netbios daemon ..."
19     if [ ! -d /var/run/samba ]
20     then
21     install -d /var/run/samba
22     fi
23   loadproc /usr/sbin/nmbd -D   loadproc /usr/sbin/nmbd -D
24    
25   update_svcstatus $1   update_svcstatus $1

Legend:
Removed from v.2837  
changed lines
  Added in v.2838