1 --- QtSixA-1.5.1/sixad/sixad.init.ori 2011-07-18 20:04:47.000000000 +0200
2 +++ QtSixA-1.5.1/sixad/sixad.init 2011-10-22 16:40:56.000000000 +0200
4 ps -e | grep sixad-bin > /dev/null
7 -. /lib/lsb/init-functions
13 if (sixad_already_running_check "$1"); then
14 - log_warning_msg "sixad is already running"
15 + stat_busy "Sixad is already running."
19 - log_daemon_msg "Starting sixad"
20 + stat_busy "Starting sixad"
21 $DAEMON --start &>>/var/log/sixad &
28 if (sixad_already_running_check "$1"); then
30 - log_daemon_msg "Stopping sixad"
31 + stat_busy "Stopping sixad"
32 $DAEMON --stop || true
37 - log_warning_msg "sixad is not running"
38 + stat_busy "Stopping sixad... is not running"
47 - status_of_proc "sixad-bin" "sixad" && exit 0 || exit $?
50 - echo "Usage: /etc/init.d/sixad {start|stop|restart|status}" >&2
51 + echo "Usage: /etc/rc.d/sixad {start|stop|restart}" >&2