Don't need chown of new log dir, clean up some indents
[shibboleth/cpp-sp.git] / configs / shibd-redhat.in
index 90c4e4f..3e4c477 100644 (file)
@@ -56,9 +56,6 @@ start() {
        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
                [ $RETVAL -eq 0 ] && touch $lockfile