diff options
author | pst <pst@FreeBSD.org> | 1996-10-20 17:55:36 +0000 |
---|---|---|
committer | pst <pst@FreeBSD.org> | 1996-10-20 17:55:36 +0000 |
commit | 7fae9400528cb231a1988510b32b344c5178f434 (patch) | |
tree | 1a7056164766c8f10ef644a0a3a3cc0c1e8c253a /usr.sbin | |
parent | 22623bf1c5b06ef7648156386526b0246ec6440b (diff) | |
download | FreeBSD-src-7fae9400528cb231a1988510b32b344c5178f434.zip FreeBSD-src-7fae9400528cb231a1988510b32b344c5178f434.tar.gz |
Fix a YTK bug.
Diffstat (limited to 'usr.sbin')
-rwxr-xr-x | usr.sbin/xntpd/scripts/stats/summary.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/xntpd/scripts/stats/summary.sh b/usr.sbin/xntpd/scripts/stats/summary.sh index caac2b0..19b64a0 100755 --- a/usr.sbin/xntpd/scripts/stats/summary.sh +++ b/usr.sbin/xntpd/scripts/stats/summary.sh @@ -6,7 +6,7 @@ # runs the file-specific summary script and appends the summary data to # designated files. # -DATE=`date +19%y%m%d` +DATE=`date +%Y%m%d` SIN=S.in SOUT=S.out LOOP=loop_summary |