Magellan Linux

Diff of /smage/branches/alx-0_6_0/core/samba/alx/files/nmbd.rc

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

revision 2818 by niro, Wed Jul 6 22:36:48 2011 UTC revision 2819 by niro, Wed Aug 31 13:29:37 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.2818  
changed lines
  Added in v.2819