From: Marta Carbone Date: Wed, 16 Dec 2009 17:18:40 +0000 (+0000) Subject: Store the timeout value in seconds. X-Git-Tag: vsys-scripts-0.95-13~7 X-Git-Url: http://git.onelab.eu/?p=vsys-scripts.git;a=commitdiff_plain;h=fdea5bec4361a8f8a2e24f806699b95700b5b0af Store the timeout value in seconds. --- diff --git a/exec/ipfw-be b/exec/ipfw-be index 8694e44..ff1e765 100755 --- a/exec/ipfw-be +++ b/exec/ipfw-be @@ -325,7 +325,7 @@ process() { check_timeout ${timeout} # abort on error args=`echo ${args} | ${SED} ${SEDOPT} 's/(.+)( -t [a-zA-Z0-9]+ )(.*)/\1 \3/'` else - timeout=1day # default to 1 day + timeout=`date --date="1day" +%s` # default to 1 day fi debug "Timeout $timeout"