Imported Upstream version 2.4+dfsg
[shibboleth/sp.git] / 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