[cpp-sp COMMIT] in /branches/REL_2/configs: shibd-amazon.in shibd-redhat.in shibd-suse.in
noreply at shibboleth.net
noreply at shibboleth.net
Mon Mar 9 10:09:35 EDT 2015
Author: scantor
Date: Mon Mar 9 10:09:35 2015
New Revision: 3910
URL: http://svn.shibboleth.net/view/cpp-sp?rev=3910&view=rev
Log:
Don't need chown of new log dir, clean up some indents
Modified:
branches/REL_2/configs/shibd-amazon.in
branches/REL_2/configs/shibd-redhat.in
branches/REL_2/configs/shibd-suse.in
Modified: branches/REL_2/configs/shibd-amazon.in
URL: http://svn.shibboleth.net/view/cpp-sp/branches/REL_2/configs/shibd-amazon.in?rev=3910&r1=3909&r2=3910&view=diff
==============================================================================
--- branches/REL_2/configs/shibd-amazon.in (original)
+++ branches/REL_2/configs/shibd-amazon.in Mon Mar 9 10:09:35 2015
@@ -53,11 +53,8 @@
chown $SHIBD_USER:$SHIBD_USER $pidfile
# Handle transition from root to non-root packages.
- chown -R $SHIBD_USER:$SHIBD_USER @-PKGRUNDIR-@ @-PKGCACHEDIR-@ 2>/dev/null || :
+ chown -R $SHIBD_USER:$SHIBD_USER @-PKGRUNDIR-@ @-PKGCACHEDIR-@ 2>/dev/null || :
daemon --user $SHIBD_USER $shibd -p $pidfile -f -w 30
-
- # Adjust native logging directory permission so log roll-over works
- chown apache:apache @-SHIRELOGDIR-@
RETVAL=$?
echo
Modified: branches/REL_2/configs/shibd-redhat.in
URL: http://svn.shibboleth.net/view/cpp-sp/branches/REL_2/configs/shibd-redhat.in?rev=3910&r1=3909&r2=3910&view=diff
==============================================================================
--- branches/REL_2/configs/shibd-redhat.in (original)
+++ branches/REL_2/configs/shibd-redhat.in Mon Mar 9 10:09:35 2015
@@ -55,9 +55,6 @@
# Handle transition from root to non-root packages.
chown -R $SHIBD_USER:$SHIBD_USER @-PKGRUNDIR-@ @-PKGCACHEDIR-@ 2>/dev/null || :
daemon --user $SHIBD_USER $shibd -p $pidfile -f -w 30
-
- # Adjust native logging directory permission so log roll-over works
- chown apache:apache @-SHIRELOGDIR-@
RETVAL=$?
echo
Modified: branches/REL_2/configs/shibd-suse.in
URL: http://svn.shibboleth.net/view/cpp-sp/branches/REL_2/configs/shibd-suse.in?rev=3910&r1=3909&r2=3910&view=diff
==============================================================================
--- branches/REL_2/configs/shibd-suse.in (original)
+++ branches/REL_2/configs/shibd-suse.in Mon Mar 9 10:09:35 2015
@@ -56,9 +56,6 @@
# Handle transition from root to non-root packages.
chown -R $SHIBD_USER:$SHIBD_USER @-PKGRUNDIR-@ @-PKGCACHEDIR-@ 2>/dev/null || :
-
- # Adjust native logging directory permission so log roll-over works
- chown wwwrun:www @-SHIRELOGDIR-@
echo -n "Starting $DESC ($NAME)"
## Start daemon with startproc(8). If this fails
More information about the commits
mailing list