Fix documentation in /etc/default/shibd
authorRuss Allbery <rra@debian.org>
Wed, 11 Nov 2009 22:38:07 +0000 (14:38 -0800)
committerRuss Allbery <rra@debian.org>
Wed, 11 Nov 2009 22:38:07 +0000 (14:38 -0800)
We load this file after setting DAEMON_OPTS in the init script, so it
overrides completely.  Update the documentation accordingly, and mention
that if the PID file location is changed, PIDFILE should also be set to
point to the new location.  Thanks, Ferenc Wagner.

debian/libapache2-mod-shib2.shibd.default

index 6d4f1ff..de352b9 100644 (file)
@@ -7,10 +7,10 @@
 # To not start shibd at boot, uncomment this line.
 #NO_START=1
 
-# Options passed to shibd by the init script.  To whatever value is put here,
-# the init script will automatically add the options:
+# Options passed to shibd by the init script.  The default options are:
 #
-#     -f -c /etc/shibboleth2.xml -p /var/run/shibboleth/shibboleth.pid -w 30
+#     -f -c /etc/shibboleth2.xml -p $PIDFILE -w 30
 #
-# If you need to change those options, edit /etc/init.d/shibd.
+# If you change the -p option, also change the $PIDFILE variable to point to
+# the new location or the init script won't work.
 #DAEMON_OPTS=""