Merge branch 'upstream' into bug/init
authorRuss Allbery <rra@debian.org>
Fri, 21 Aug 2009 17:36:20 +0000 (10:36 -0700)
committerRuss Allbery <rra@debian.org>
Fri, 21 Aug 2009 17:36:20 +0000 (10:36 -0700)
Conflicts:
configs/shibd-debian.in

1  2 
configs/shibd-debian.in

@@@ -69,9 -69,10 +69,9 @@@ stop
  restart|force-reload)
      echo -n "Restarting $DESC: "
      start-stop-daemon --stop --quiet --pidfile $PIDFILE \
 -        --exec $DAEMON
 -    sleep 1
 -    start-stop-daemon --start --quiet \
 -        --pidfile $PIDFILE --exec $DAEMON -- $DAEMON_OPTS
 +        --retry TERM/30/KILL/5 --exec $DAEMON
-     start-stop-daemon --background --start --quiet \
-         --pidfile $PIDFILE --exec $DAEMON -- $DAEMON_OPTS
++    start-stop-daemon --start --quiet --pidfile $PIDFILE \
++        --exec $DAEMON -- $DAEMON_OPTS
      echo "$NAME."
      ;;
  *)