diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2011-07-07 21:01:00 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2011-07-07 21:01:00 +0000 |
commit | aa8f00f72023e768d8aa6923f7678cd709a10702 (patch) | |
tree | 4fd25e0633b0f3e2a4cc5e307b4f8e524826a296 /etc/Makefile | |
parent | c3785e5755298479f2016257ae5995e5eff60df2 (diff) |
timed's time is up. use ntpd(8). Even our own fossil developers
switched a while back.
ok miod, kettenis
Diffstat (limited to 'etc/Makefile')
-rw-r--r-- | etc/Makefile | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/etc/Makefile b/etc/Makefile index 7bea3d533f6..fffeaf7d02e 100644 --- a/etc/Makefile +++ b/etc/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.299 2011/07/07 02:22:11 ajacoutot Exp $ +# $OpenBSD: Makefile,v 1.300 2011/07/07 21:00:59 deraadt Exp $ TZDIR= /usr/share/zoneinfo LOCALTIME= Canada/Mountain @@ -32,11 +32,11 @@ BIN2= motd # -r-xr-xr-x RCDAEMONS= apmd bgpd bootparamd cron dhcpd dhcrelay dvmrpd ftpd ftpproxy \ - hostapd hotplugd httpd identd ifstated iked inetd isakmpd ldapd \ - ldattach ldpd lpd mopd mrouted named nsd ntpd portmap rarpd \ - rbootd relayd ripd route6d rtadvd rtsold rwhod sasyncd sendmail \ - sensorsd smtpd snmpd sshd syslogd timed watchdogd ypbind ypldap \ - yppasswdd ypserv + hostapd hotplugd httpd identd ifstated iked inetd isakmpd \ + ldapd ldattach ldpd lpd mopd mrouted named nsd ntpd portmap \ + rarpd rbootd relayd ripd route6d rtadvd rtsold rwhod sasyncd \ + sendmail sensorsd smtpd snmpd sshd syslogd watchdogd ypbind \ + ypldap yppasswdd ypserv MISETS= base${OSrev}.tgz comp${OSrev}.tgz \ man${OSrev}.tgz game${OSrev}.tgz etc${OSrev}.tgz |