Nuke the ntpd(8).
authorHasso Tepper <hasso@dragonflybsd.org>
Fri, 1 Feb 2008 09:05:29 +0000 (09:05 +0000)
committerHasso Tepper <hasso@dragonflybsd.org>
Fri, 1 Feb 2008 09:05:29 +0000 (09:05 +0000)
commitc6563a5dd73282fd9f11274586c2aa2596a33e35
tree326185709c97d085bb2c43a463d5847398644793
parentb42abb74194006aa01a48fc86eec20331bad357e
Nuke the ntpd(8).

Approved-by: dillon@
36 files changed:
Makefile_upgrade.inc
contrib/ntpd/README.DELETED [deleted file]
contrib/ntpd/README.DRAGONFLY [deleted file]
contrib/ntpd/buffer.c [deleted file]
contrib/ntpd/client.c [deleted file]
contrib/ntpd/config.c [deleted file]
contrib/ntpd/imsg.c [deleted file]
contrib/ntpd/log.c [deleted file]
contrib/ntpd/ntp.c [deleted file]
contrib/ntpd/ntp.h [deleted file]
contrib/ntpd/ntp_msg.c [deleted file]
contrib/ntpd/ntpd.8 [deleted file]
contrib/ntpd/ntpd.c [deleted file]
contrib/ntpd/ntpd.conf.5 [deleted file]
contrib/ntpd/ntpd.h [deleted file]
contrib/ntpd/parse.y [deleted file]
contrib/ntpd/server.c [deleted file]
contrib/ntpd/util.c [deleted file]
etc/Makefile
etc/defaults/rc.conf
etc/master.passwd
etc/rc.d/Makefile
etc/rc.d/ntpd [deleted file]
share/examples/etc/ntpd.conf [deleted file]
share/man/man5/rc.conf.5
usr.sbin/Makefile
usr.sbin/ntpd/Makefile [deleted file]
usr.sbin/ntpd/patches/client.c.patch [deleted file]
usr.sbin/ntpd/patches/imsg.c.patch [deleted file]
usr.sbin/ntpd/patches/log.c.patch [deleted file]
usr.sbin/ntpd/patches/ntp.c.patch [deleted file]
usr.sbin/ntpd/patches/ntp_msg.c.patch [deleted file]
usr.sbin/ntpd/patches/ntpd.c.patch [deleted file]
usr.sbin/ntpd/patches/ntpd.h.patch [deleted file]
usr.sbin/ntpd/patches/server.c.patch [deleted file]
usr.sbin/ntpd/patches/util.c.patch [deleted file]