[cpp-sp] 29/34: Fix stray whitespace in init restart rule from mismerge

Scott Cantor cantor.2 at osu.edu
Thu Dec 20 19:43:35 EST 2018


This is an automated email from the git hooks/post-receive script.

scantor pushed a commit to annotated tag debian/2.3+dfsg-1
in repository cpp-sp.

View the commit online:
http://git.shibboleth.net/view/?p=cpp-sp.git;a=commit;h=c89ea1470e86a87dd34e2e711c7aadd3e4f854a2

commit c89ea1470e86a87dd34e2e711c7aadd3e4f854a2
Author: Russ Allbery <rra at debian.org>
AuthorDate: Tue Nov 10 17:08:20 2009 -0800

    Fix stray whitespace in init restart rule from mismerge
---
 configs/shibd-debian.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configs/shibd-debian.in b/configs/shibd-debian.in
index 1f35c72..9308652 100644
--- a/configs/shibd-debian.in
+++ b/configs/shibd-debian.in
@@ -109,7 +109,7 @@ restart|force-reload)
     start-stop-daemon --stop --quiet --pidfile $PIDFILE \
         --retry TERM/30/KILL/5 --exec $DAEMON
     start-stop-daemon --start --quiet ${DAEMON_USER:+--chuid $DAEMON_USER} \
-        -- pidfile $PIDFILE --exec $DAEMON -- $DAEMON_OPTS
+        --pidfile $PIDFILE --exec $DAEMON -- $DAEMON_OPTS
     echo "$NAME."
     ;;
 *)

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list