Browse Source

Upgrade Standards-Version: 3.7.3 -> 3.8.4

Christoph Biedl 14 years ago
parent
commit
466b6ff5c7
2 changed files with 3 additions and 2 deletions
  1. 2 1
      debian/control
  2. 1 1
      debian/init.d

+ 2 - 1
debian/control

@@ -3,7 +3,8 @@ Section: net
 Priority: extra
 Maintainer: Christoph Biedl <debian.packages.hhqj@manchmal.in-ulm.de>
 Build-Depends: debhelper (>= 5), autotools-dev, libpcap0.8-dev, autoconf
-Standards-Version: 3.7.3
+Standards-Version: 3.8.4
+Homepage: http://www.mindrot.org/projects/softflowd/
 
 Package: softflowd
 Architecture: any

+ 1 - 1
debian/init.d

@@ -49,7 +49,7 @@ set -e
 case "$1" in
   start)
 	echo -n "Starting $DESC: "
-	start-stop-daemon --start --quiet --pidfile /var/run/$NAME.pid \
+	start-stop-daemon --start --oknodo --quiet --pidfile /var/run/$NAME.pid \
 		--exec $DAEMON -- -i "$INTERFACE" $OPTIONS
 	echo "$NAME."
 	;;