[pkg-fso-commits] [SCM] FSO frameworkd Debian packaging branch, debian, updated. debian/0.2.0-git20080909-4-1-gfa19421

Luca Capello luca at pca.it
Mon Sep 29 20:46:53 UTC 2008


The following commit has been merged in the debian branch:
commit fa19421e5554912726f94a1c5117d1ba68031628
Author: Luca Capello <luca at pca.it>
Date:   Mon Sep 29 22:46:46 2008 +0200

    debian/fso-frameworkd.init: stop means 'Stopping...'

diff --git a/debian/fso-frameworkd.init b/debian/fso-frameworkd.init
index eb89dee..c587cf8 100755
--- a/debian/fso-frameworkd.init
+++ b/debian/fso-frameworkd.init
@@ -35,7 +35,7 @@ case "$1" in
         [ "$VERBOSE" != no ] && log_end_msg $?
         ;;
     stop)
-        [ "$VERBOSE" != no ] && log_daemon_msg "Starting $DESC" "$NAME"
+        [ "$VERBOSE" != no ] && log_daemon_msg "Stopping $DESC" "$NAME"
         start-stop-daemon --stop --pidfile ${PIDFILE} --oknodo
         [ "$VERBOSE" != no ] && log_end_msg $?
 	;;

-- 
FSO frameworkd Debian packaging



More information about the pkg-fso-commits mailing list