View | Details | Raw Unified
Collapse All | Expand All

(-) file_not_specified_in_diff (-1 / +1 lines)
 Lines 104-110    Link Here 
       ebegin "Stopping ${srvname}"
       ebegin "Stopping ${srvname}"
       #start-stop-daemon --stop --quiet --pidfile ${pidfile}
       #start-stop-daemon --stop --quiet --pidfile ${pidfile}
       getconfig
       getconfig
  ps -Ao pid,args | egrep "^[[:space:]]*[[:digit:]]+ /usr/sbin/vbladed ${shelf} ${slot} ${netif} ${src}" | awk '{print $1}' | xargs kill
  ps -Ao pid,args | egrep "^[[:space:]]*[[:digit:]]+ /bin/sh /usr/sbin/vbladed ${shelf} ${slot}" | awk '{ print $1 }' | xargs kill
       eend $?
       eend $?
       #start-stop-daemon --stop --quiet --exec /usr/sbin/vblade
       #start-stop-daemon --stop --quiet --exec /usr/sbin/vblade