Browse Source

SNTP is RFC2030

OPENBSD_3_6
jakob 20 years ago
parent
commit
b20a6c2f75
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      src/etc/rc.conf

+ 2
- 2
src/etc/rc.conf View File

@ -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: ""


Loading…
Cancel
Save