diff options
author | Henning Brauer <henning@cvs.openbsd.org> | 2004-09-18 20:03:24 +0000 |
---|---|---|
committer | Henning Brauer <henning@cvs.openbsd.org> | 2004-09-18 20:03:24 +0000 |
commit | 0d2a0c9d2331acd7b6cdaf4abbae4442c0575c4a (patch) | |
tree | 72d8219cb4c2f45b16e1bab7006b15047a3f9ddb | |
parent | 8b59e5dd896409954c209fbbd456a90d15694f8e (diff) |
adjust comment for ntpd_flags, "-s" is the normal use in the rc scripts now
-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 47acd2fbda4..13064a74a01 100644 --- a/etc/rc.conf +++ b/etc/rc.conf @@ -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: "" |