[SCM] Debian packaging for the 2.0 Apache Shibboleth SP branch, debian, updated. upstream/2.2.1+dfsg-144-g6d5cf98
Ferenc Wagner
wferi at niif.hu
Wed Nov 11 14:05:53 UTC 2009
The following commit has been merged in the debian branch:
commit 6d5cf981e7c35f1be3b5150bdf49ba0eba292f5b
Author: Ferenc Wagner <wferi at niif.hu>
Date: Wed Nov 11 15:05:42 2009 +0100
Fix comment typos in init script
diff --git a/configs/shibd-debian.in b/configs/shibd-debian.in
index c96f2d6..75c2fa2 100644
--- a/configs/shibd-debian.in
+++ b/configs/shibd-debian.in
@@ -56,12 +56,12 @@ prepare_environment () {
# Ensure @-PKGRUNDIR-@ exists. /var/run may be on a tmpfs file system.
[ -d '@-PKGRUNDIR-@' ] || mkdir -p '@-PKGRUNDIR-@'
- # If $DAEMON_USER is set, try to run _shibd as that user. However,
+ # If $DAEMON_USER is set, try to run shibd as that user. However,
# versions of the Debian package prior to 2.3+dfsg-1 ran shibd as root,
# and the local administrator may not have made the server's private key
- # readable by _shibd. We therefore test first by running shibd -t and
- # looking for the error code indicating that the private key could not be
- # read. If we get that error, we fall back on running shibd as root.
+ # readable by $DAEMON_USER. We therefore test first by running shibd -t
+ # and looking for the error code indicating that the private key could not
+ # be read. If we get that error, we fall back on running shibd as root.
if [ -n "$DAEMON_USER" ]; then
DIAG=$(su -s $DAEMON $DAEMON_USER -- -t $DAEMON_OPTS 2>/dev/null)
if [ $? = 0 ] ; then
--
Debian packaging for the 2.0 Apache Shibboleth SP
More information about the Pkg-shibboleth-devel
mailing list