Bump default wait time for large configs like in the UK.
authorScott Cantor <cantor.2@osu.edu>
Wed, 19 Aug 2009 16:40:02 +0000 (16:40 +0000)
committerScott Cantor <cantor.2@osu.edu>
Wed, 19 Aug 2009 16:40:02 +0000 (16:40 +0000)
configs/shibd-debian.in
configs/shibd-redhat.in
configs/shibd-suse.in

index 13e8240..59f0995 100644 (file)
@@ -39,6 +39,9 @@ DAEMON_OPTS="$DAEMON_OPTS -c $SHIBSP_CONFIG"
 # Specify pid file to use
 DAEMON_OPTS="$DAEMON_OPTS -p $PIDFILE"
 
+# Specify wait time to use
+DAEMON_OPTS="$DAEMON_OPTS -w 30"
+
 # Exit if the package is not installed.
 [ -x "$DAEMON" ] || exit 0
 
index 02e3426..2f976c9 100644 (file)
@@ -36,7 +36,7 @@ start() {
        if [ -x /usr/sbin/selinuxenabled ] && /usr/sbin/selinuxenabled; then
                /sbin/restorecon $pidfile
        fi
-       daemon --user $SHIBD_USER --pidfile $pidfile $shibd -p $pidfile -f -w 3
+       daemon --user $SHIBD_USER --pidfile $pidfile $shibd -p $pidfile -f -w 30
 
        RETVAL=$?
        echo
index 1dceeda..62a1619 100644 (file)
@@ -32,6 +32,9 @@ DAEMON_OPTS="$DAEMON_OPTS -c $SHIB_CONFIG"
  
 # Specify pid file to use
 DAEMON_OPTS="$DAEMON_OPTS -p $PID_FILE"
+
+# Specify wait time to use
+DAEMON_OPTS="$DAEMON_OPTS -w 30"
  
 # Exit if the package is not installed.
 test -x "$DAEMON" || exit 5