diff options
author | John Polstra <jdp@FreeBSD.org> | 2000-02-06 00:13:52 +0000 |
---|---|---|
committer | John Polstra <jdp@FreeBSD.org> | 2000-02-06 00:13:52 +0000 |
commit | 1526b6c23786206694be1751086b37e572825b01 (patch) | |
tree | 9b5aea1a89a3ddff91892200afb49f306555818c /net/cvsup-mirror | |
parent | 28989c4601ed030a5b58826570d752a61ee41dd8 (diff) | |
download | ports-1526b6c23786206694be1751086b37e572825b01.tar.gz ports-1526b6c23786206694be1751086b37e572825b01.zip |
Notes
Diffstat (limited to 'net/cvsup-mirror')
-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" |