Difference for debian/init.d from version 1.1 to 1.2


version 1.1 version 1.2
Line 34
 
Line 34
  sleep 1   sleep 1
     done      done
     echo      echo
     start-stop-daemon --start --chuid nobody:games --verbose --exec $DAEMON -- -detach      start-stop-daemon --start --chuid games:games --verbose --exec $DAEMON -- -detach
     ;;      ;;
   start)    start)
     start-stop-daemon --start --chuid nobody:games --verbose --exec $DAEMON -- -detach      start-stop-daemon --start --chuid games:games --verbose --exec $DAEMON -- -detach
     ;;      ;;
   stop)    stop)
     start-stop-daemon --stop --verbose --exec $DAEMON      start-stop-daemon --stop --verbose --exec $DAEMON


Legend:
line(s) removed in v.1.1 
line(s) changed
 line(s) added in v.1.2

File made using version 1.98 of cvs2html by leaf at 2011-07-21 17:03