--- trunk/git/git-daemon.rc 2008/03/24 01:27:39 523 +++ trunk/git/git-daemon.rc 2011/09/01 17:16:32 1514 @@ -16,7 +16,7 @@ case "$1" in start) - echo -e ${COLOREDSTAR}"Starting git daemon ..." + rc_print "Starting git daemon ..." start-stop-daemon --start --quiet --background --exec /usr/bin/git-daemon -- ${GITDAEMON_OPTS} evaluate_retval @@ -25,7 +25,7 @@ ;; stop) - echo -e ${COLOREDSTAR}"Stopping git daemon ..." + rc_print "Stopping git daemon ..." start-stop-daemon --stop --quiet --name git-daemon evaluate_retval @@ -44,7 +44,7 @@ ;; *) - echo "Usage: $0 {start|stop|restart|status}" + rc_echo "Usage: $0 {start|stop|restart|status}" exit 1 ;; esac