Magellan Linux

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

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

revision 2823 by niro, Mon Aug 29 20:06:54 2011 UTC revision 2824 by niro, Fri Sep 2 16:13:40 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.2823  
changed lines
  Added in v.2824