[pkg-fso-commits] [SCM] gpsd for fso branch, debian, updated. debian/0.8-2-9-g29cfade

Luca Capello luca at pca.it
Sun May 17 18:12:56 UTC 2009


The following commit has been merged in the debian branch:
commit c1f47490ed52eec9973c4c199f8c970b01956984
Author: Luca Capello <luca at pca.it>
Date:   Sun May 17 19:40:37 2009 +0200

    debian/fso-gpsd.init: add --oknodo to start case (S-V 3.8.1)

diff --git a/debian/changelog b/debian/changelog
index c8a0c35..ebcafab 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,6 +5,8 @@ fso-gpsd (0.8-3) UNRELEASED; urgency=low
   * debian/control:
     + add myself to Uploaders:.
     + use freesmartphone.org instead of the FSO acronym.
+  * debian/fso-gpsd.init:
+    + add --oknodo to start case (Standards-Version 3.8.1).
   * debian/watch:
     + new file, thanks to lintian.
 
diff --git a/debian/fso-gpsd.init b/debian/fso-gpsd.init
index e46e143..f1fc409 100644
--- a/debian/fso-gpsd.init
+++ b/debian/fso-gpsd.init
@@ -31,7 +31,7 @@ set -e
 case "$1" in
   start)
 	echo -n "Starting $DESC: "
-	start-stop-daemon --start --quiet --pidfile /var/run/$NAME.pid \
+	start-stop-daemon --oknodo --start --quiet --pidfile /var/run/$NAME.pid \
 		--exec $DAEMON -- $DAEMON_OPTS
 	echo "$NAME."
 	;;

-- 
gpsd for fso



More information about the pkg-fso-commits mailing list