mirror of
https://gitlab.com/shorewall/code.git
synced 2024-11-25 09:03:30 +01:00
Revert Date Fix
This commit is contained in:
parent
9f9d5e3bc9
commit
65631e14c7
@ -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
|
||||
}
|
||||
|
@ -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
|
||||
}
|
||||
|
@ -1,6 +1,6 @@
|
||||
Changes in Shorewall 4.4.13.1
|
||||
|
||||
1) Fix date formatting problem.
|
||||
None.
|
||||
|
||||
Changes in Shorewall 4.4.13
|
||||
|
||||
|
@ -1321,7 +1321,7 @@ hits_command() {
|
||||
option=
|
||||
;;
|
||||
t*)
|
||||
today=$(date +'^%b %d.*')
|
||||
today=$(date +'^%b %_d.*')
|
||||
option=${option#t}
|
||||
;;
|
||||
*)
|
||||
|
@ -1028,7 +1028,7 @@ hits_command() {
|
||||
option=
|
||||
;;
|
||||
t*)
|
||||
today=$(date +'^%b %d.*')
|
||||
today=$(date +'^%b %_d.*')
|
||||
option=${option#t}
|
||||
;;
|
||||
*)
|
||||
|
Loading…
Reference in New Issue
Block a user