Add rdate(8). This supports both SNTP(RFC 2030) and RFC 868.
authorJoerg Sonnenberger <joerg@dragonflybsd.org>
Wed, 1 Dec 2004 15:04:43 +0000 (15:04 +0000)
committerJoerg Sonnenberger <joerg@dragonflybsd.org>
Wed, 1 Dec 2004 15:04:43 +0000 (15:04 +0000)
commite0d1cd9d442559d49564b5e744c79eb20da09dea
tree6d6fda388555e03e8a2dd336bd8d4efac5036895
parent7de5e447aa1127b4f249198a28a0b4d86781075b
Add rdate(8). This supports both SNTP(RFC 2030) and RFC 868.

Obtained-from: OpenBSD
usr.sbin/Makefile
usr.sbin/rdate/Makefile [new file with mode: 0644]
usr.sbin/rdate/ntp.c [new file with mode: 0644]
usr.sbin/rdate/ntpleaps.c [new file with mode: 0644]
usr.sbin/rdate/ntpleaps.h [new file with mode: 0644]
usr.sbin/rdate/rdate.8 [new file with mode: 0644]
usr.sbin/rdate/rdate.c [new file with mode: 0644]
usr.sbin/rdate/rdate.h [new file with mode: 0644]
usr.sbin/rdate/rfc868time.c [new file with mode: 0644]