Browse Source

adjust comment for ntpd_flags, "-s" is the normal use in the rc scripts now

OPENBSD_3_7
henning 20 years ago
parent
commit
67e13a77ac
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.100 2004/09/17 21:06:26 jmc Exp $
# $OpenBSD: rc.conf,v 1.101 2004/09/18 20:03:23 henning Exp $
# set these to "NO" to turn them off. otherwise, they're used as flags
routed_flags=NO # for normal use: "-q"
@ -14,7 +14,7 @@ sshd_flags="" # for normal use: ""
named_flags=NO # for normal use: ""
rdate_flags=NO # for normal use: [RFC868-host] or [-n RFC2030-host]
timed_flags=NO # for normal use: ""
ntpd_flags=NO # for normal use: ""
ntpd_flags=NO # for normal use: "-s"
isakmpd_flags=NO # for normal use: ""
mopd_flags=NO # for normal use: "-a"
apmd_flags=NO # for normal use: ""


Loading…
Cancel
Save