Revert Date Fix

This commit is contained in:
Tom Eastep 2010-09-23 06:48:29 -07:00
parent 9f9d5e3bc9
commit 65631e14c7
5 changed files with 9 additions and 9 deletions

View File

@ -43,7 +43,7 @@ progress_message() # $* = Message
fi
if [ $LOG_VERBOSITY -gt 1 ]; then
timestamp="$(date +'%b %d %T') "
timestamp="$(date +'%b %_d %T') "
echo "${timestamp}$@" >> $STARTUP_LOG
fi
}
@ -59,7 +59,7 @@ progress_message2() # $* = Message
fi
if [ $LOG_VERBOSITY -gt 0 ]; then
timestamp="$(date +'%b %d %T') "
timestamp="$(date +'%b %_d %T') "
echo "${timestamp}$@" >> $STARTUP_LOG
fi
}
@ -75,7 +75,7 @@ progress_message3() # $* = Message
fi
if [ $LOG_VERBOSITY -ge 0 ]; then
timestamp="$(date +'%b %d %T') "
timestamp="$(date +'%b %_d %T') "
echo "${timestamp}$@" >> $STARTUP_LOG
fi
}

View File

@ -43,7 +43,7 @@ progress_message() # $* = Message
fi
if [ $LOG_VERBOSITY -gt 1 ]; then
timestamp="$(date +'%b %d %T') "
timestamp="$(date +'%b %_d %T') "
echo "${timestamp}$@" >> $STARTUP_LOG
fi
}
@ -59,7 +59,7 @@ progress_message2() # $* = Message
fi
if [ $LOG_VERBOSITY -gt 0 ]; then
timestamp="$(date +'%b %d %T') "
timestamp="$(date +'%b %_d %T') "
echo "${timestamp}$@" >> $STARTUP_LOG
fi
}
@ -75,7 +75,7 @@ progress_message3() # $* = Message
fi
if [ $LOG_VERBOSITY -ge 0 ]; then
timestamp="$(date +'%b %d %T') "
timestamp="$(date +'%b %_d %T') "
echo "${timestamp}$@" >> $STARTUP_LOG
fi
}

View File

@ -1,6 +1,6 @@
Changes in Shorewall 4.4.13.1
1) Fix date formatting problem.
None.
Changes in Shorewall 4.4.13

View File

@ -1321,7 +1321,7 @@ hits_command() {
option=
;;
t*)
today=$(date +'^%b %d.*')
today=$(date +'^%b %_d.*')
option=${option#t}
;;
*)

View File

@ -1028,7 +1028,7 @@ hits_command() {
option=
;;
t*)
today=$(date +'^%b %d.*')
today=$(date +'^%b %_d.*')
option=${option#t}
;;
*)