summaryrefslogtreecommitdiff
path: root/net/cvsup-mirror
diff options
context:
space:
mode:
authorJohn Polstra <jdp@FreeBSD.org>2000-02-06 00:13:52 +0000
committerJohn Polstra <jdp@FreeBSD.org>2000-02-06 00:13:52 +0000
commit1526b6c23786206694be1751086b37e572825b01 (patch)
tree9b5aea1a89a3ddff91892200afb49f306555818c /net/cvsup-mirror
parentUnbreak this port by upgrading to dhid 3.1. I don't use this software, (diff)
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>
Notes
Notes: svn path=/head/; revision=25507
Diffstat (limited to 'net/cvsup-mirror')
-rw-r--r--net/cvsup-mirror/files/update.sh4
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"