Don't need chown of new log dir, clean up some indents
[shibboleth/cpp-sp.git] / configs / shibd-suse.in
index 4770ff1..318499f 100644 (file)
@@ -57,9 +57,6 @@ case "$1" in
         # 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
         ## the echo return value is set appropriate.