From: cantor Date: Fri, 5 Mar 2010 19:34:02 +0000 (+0000) Subject: https://bugs.internet2.edu/jira/browse/SSPCPP-280 X-Git-Tag: 2.4~99 X-Git-Url: http://www.project-moonshot.org/gitweb/?p=shibboleth%2Fsp.git;a=commitdiff_plain;h=ceb9205655a127dc2c70c57a99ab348bd0978559 https://bugs.internet2.edu/jira/browse/SSPCPP-280 git-svn-id: https://svn.middleware.georgetown.edu/cpp-sp/branches/REL_2@3240 cb58f699-b61c-0410-a6fe-9272a202ed29 --- diff --git a/configs/shibd-redhat.in b/configs/shibd-redhat.in index a526cbd..04dc659 100644 --- a/configs/shibd-redhat.in +++ b/configs/shibd-redhat.in @@ -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