https://bugs.internet2.edu/jira/browse/SSPCPP-280
authorcantor <cantor@cb58f699-b61c-0410-a6fe-9272a202ed29>
Fri, 5 Mar 2010 19:34:02 +0000 (19:34 +0000)
committercantor <cantor@cb58f699-b61c-0410-a6fe-9272a202ed29>
Fri, 5 Mar 2010 19:34:02 +0000 (19:34 +0000)
git-svn-id: https://svn.middleware.georgetown.edu/cpp-sp/branches/REL_2@3240 cb58f699-b61c-0410-a6fe-9272a202ed29

configs/shibd-redhat.in

index a526cbd..04dc659 100644 (file)
@@ -17,6 +17,10 @@ prog=shibd
 #VER=`cat /etc/redhat-release | awk '{print $3}' | awk -F . '{print $1}'`
 RETVAL=0
 
+if [ -f /etc/sysconfig/shibd ] ; then
+    . /etc/sysconfig/shibd
+fi
+
 start() {
        echo -n $"Starting $prog: "
        if [ -f /var/lock/subsys/shibd ] ; then