diff options
author | Henning Brauer <henning@cvs.openbsd.org> | 2004-07-15 11:29:13 +0000 |
---|---|---|
committer | Henning Brauer <henning@cvs.openbsd.org> | 2004-07-15 11:29:13 +0000 |
commit | 2c01e409dfcdd0c67e913813b80fad4715c58eb4 (patch) | |
tree | 96350a8deed303b726251a369ceddff42c9c06a7 | |
parent | 9ce377ad798b682ae19e2403ea0bd861b305a164 (diff) |
new dhcpd doesn't have -q any more, adjust comment accordingly
From: keoki seu <keoki@camelot.physics.wm.edu>
-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 85ddb02b1e2..771f2f46cab 100644 --- a/etc/rc.conf +++ b/etc/rc.conf @@ -1,6 +1,6 @@ #!/bin/sh - # -# $OpenBSD: rc.conf,v 1.98 2004/07/06 04:03:41 henning Exp $ +# $OpenBSD: rc.conf,v 1.99 2004/07/15 11:29:12 henning Exp $ # set these to "NO" to turn them off. otherwise, they're used as flags routed_flags=NO # for normal use: "-q" @@ -18,7 +18,7 @@ ntpd_flags=NO # for normal use: "" isakmpd_flags=NO # for normal use: "" mopd_flags=NO # for normal use: "-a" apmd_flags=NO # for normal use: "" -dhcpd_flags=NO # for normal use: "-q" +dhcpd_flags=NO # for normal use: "" rtadvd_flags=NO # for normal use: list of interfaces # be sure to set net.inet6.ip6.forwarding=1 route6d_flags=NO # for normal use: "" |