https://bugs.internet2.edu/jira/browse/SSPCPP-204
authorcantor <cantor@cb58f699-b61c-0410-a6fe-9272a202ed29>
Thu, 21 May 2009 19:42:56 +0000 (19:42 +0000)
committercantor <cantor@cb58f699-b61c-0410-a6fe-9272a202ed29>
Thu, 21 May 2009 19:42:56 +0000 (19:42 +0000)
git-svn-id: https://svn.middleware.georgetown.edu/cpp-sp/branches/REL_2@2997 cb58f699-b61c-0410-a6fe-9272a202ed29

configs/shibd-redhat.in

index 496f631..cafe481 100644 (file)
@@ -37,7 +37,7 @@ start() {
                /sbin/restorecon $pidfile
        fi
        # daemon function just hangs, so I'm using su directly
-       su - $SHIBD_USER -c "$shibd -p $pidfile -f &"
+       su - $SHIBD_USER -c "$shibd -p $pidfile -f"
 
        RETVAL=$?
        echo