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

Luca Capello luca at pca.it
Fri May 29 00:02:10 UTC 2009


The following commit has been merged in the debian branch:
commit 64d9bd11c9b55d643204170ddaf9d403cb3975d6
Author: Luca Capello <luca at pca.it>
Date:   Wed May 27 00:28:20 2009 +0200

    debian/fso-gpsd.init: move  at the beginning

diff --git a/debian/changelog b/debian/changelog
index 2c08c64..8c1f597 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -12,6 +12,7 @@ fso-gpsd (0.8-3) UNRELEASED; urgency=low
     + add myself for the Debian packaging.
   * debian/fso-gpsd.init:
     + add frameworkd to LSB Required-Start:/-Stop: dependencies.
+    + move `set -e` at the beginning.
     + add --oknodo to start case (Standards-Version 3.8.1).
   * debian/rules:
     + generate the manpage, thanks to lintian (this unfortunately
diff --git a/debian/fso-gpsd.init b/debian/fso-gpsd.init
index 48b14b4..6d66ada 100644
--- a/debian/fso-gpsd.init
+++ b/debian/fso-gpsd.init
@@ -18,6 +18,8 @@
 #                    for systems running the fso-frameworkd server.
 ### END INIT INFO
 
+set -e
+
 PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin
 DAEMON=/usr/sbin/fso-gpsd
 NAME=fso-gpsd
@@ -26,8 +28,6 @@ DAEMON_OPTS="-S localhost:gpsd -P /var/run/$NAME.pid"
 
 test -x $DAEMON || exit 0
 
-set -e
-
 case "$1" in
   start)
 	echo -n "Starting $DESC: "

-- 
gpsd for fso



More information about the pkg-fso-commits mailing list