diff options
author | Jakob Schlyter <jakob@cvs.openbsd.org> | 2004-05-25 16:41:02 +0000 |
---|---|---|
committer | Jakob Schlyter <jakob@cvs.openbsd.org> | 2004-05-25 16:41:02 +0000 |
commit | 467668f9955998b6d75e28ea5c7300e3461bb641 (patch) | |
tree | f6f15e412c55ff8c77edf385a9bc05beaa1c2c55 /etc | |
parent | fe15f9f7efb7aadca1b0706c949f3c98a5c9d507 (diff) |
SNTP is RFC2030
Diffstat (limited to 'etc')
-rw-r--r-- | etc/rc.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/rc.conf b/etc/rc.conf index 21f8677c14f..d6ebb044181 100644 --- a/etc/rc.conf +++ b/etc/rc.conf @@ -1,6 +1,6 @@ #!/bin/sh - # -# $OpenBSD: rc.conf,v 1.95 2004/03/05 23:54:47 henning Exp $ +# $OpenBSD: rc.conf,v 1.96 2004/05/25 16:41:01 jakob Exp $ # set these to "NO" to turn them off. otherwise, they're used as flags routed_flags=NO # for normal use: "-q" @@ -12,7 +12,7 @@ bootparamd_flags=NO # for normal use: "" rbootd_flags=NO # for normal use: "" sshd_flags="" # for normal use: "" named_flags=NO # for normal use: "" -rdate_flags=NO # for normal use: [RFC868-host] or [-n RFC1361-host] +rdate_flags=NO # for normal use: [RFC868-host] or [-n RFC2030-host] timed_flags=NO # for normal use: "" ntpdate_flags=NO # for normal use: NTP server; run before ntpd starts isakmpd_flags=NO # for normal use: "" |