diff options
author | jdp <jdp@FreeBSD.org> | 2000-02-06 08:13:52 +0800 |
---|---|---|
committer | jdp <jdp@FreeBSD.org> | 2000-02-06 08:13:52 +0800 |
commit | 11ade9c2498bf579d9102c05ca54f9142006f0ff (patch) | |
tree | a8320b0fb63dc8d4e02d168ccc03c81099fd1635 | |
parent | 193d1698844c5e2893a833d56ac08cadfea8e3c6 (diff) | |
download | freebsd-ports-gnome-11ade9c2498bf579d9102c05ca54f9142006f0ff.tar.gz freebsd-ports-gnome-11ade9c2498bf579d9102c05ca54f9142006f0ff.tar.zst freebsd-ports-gnome-11ade9c2498bf579d9102c05ca54f9142006f0ff.zip |
Use the ISO date format in the "CVSup update {begins,ends}" messages.
Use "%T" instead of the equivalent "%H:%M:%S".
Submitted by: Christian Weisgerber <naddy@mips.rhein-neckar.de>
-rw-r--r-- | net/cvsup-mirror/files/update.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/cvsup-mirror/files/update.sh b/net/cvsup-mirror/files/update.sh index 166a4812f10b..4905a77e3556 100644 --- a/net/cvsup-mirror/files/update.sh +++ b/net/cvsup-mirror/files/update.sh @@ -26,7 +26,7 @@ exec >${log} 2>&1 # Do the update -date "+CVSup update begins at %Y/%m/%d %H:%M:%S" +date "+CVSup update begins at %Y-%m-%d %T" # The rest of this is executed while holding the lock file, to ensure that # multiple instances won't collide with one another. @@ -72,4 +72,4 @@ fi E*O*F -date "+CVSup update ends at %Y/%m/%d %H:%M:%S" +date "+CVSup update ends at %Y-%m-%d %T" |