From fdea5bec4361a8f8a2e24f806699b95700b5b0af Mon Sep 17 00:00:00 2001 From: Marta Carbone Date: Wed, 16 Dec 2009 17:18:40 +0000 Subject: [PATCH] Store the timeout value in seconds. --- exec/ipfw-be | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- 2.43.0