diff options
author | Marco S Hyman <marc@cvs.openbsd.org> | 1998-09-10 16:01:33 +0000 |
---|---|---|
committer | Marco S Hyman <marc@cvs.openbsd.org> | 1998-09-10 16:01:33 +0000 |
commit | cec9fa89bed9ed9d60982419ce7827d6f404bc6e (patch) | |
tree | 4daa751e39e4f4ce3516b3e67b561244a3278093 /etc/rc.conf | |
parent | 9041e426abcfec99dc206d9028f1e86b336dcee6 (diff) |
better way of handling dhcp client; Jason Ish <jbi130@mail.usask.ca>
Diffstat (limited to 'etc/rc.conf')
-rw-r--r-- | etc/rc.conf | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/etc/rc.conf b/etc/rc.conf index eec60edcdf8..38551061a73 100644 --- a/etc/rc.conf +++ b/etc/rc.conf @@ -1,6 +1,6 @@ #!/bin/sh - # -# $OpenBSD: rc.conf,v 1.28 1998/09/08 20:26:42 marc Exp $ +# $OpenBSD: rc.conf,v 1.29 1998/09/10 16:01:32 marc Exp $ # set these to "NO" to turn them off. otherwise, they're used as flags routed_flags=NO # for 'normal' use: routed_flags="-q" @@ -17,7 +17,6 @@ mopd_flags=NO # for 'normal' use: mopd_flags="-a" httpd_flags=NO # for 'normal' use: httpd_flags="" apmd_flags=NO # for 'normal' use: apmd_flags="" dhcpd_flags=NO # for 'normal' use: dhcpd_flags="-q" -dhcp_client=NO # for 'normal' use: dhcp_client="" # On some architectures, you must also disable console getty in /etc/ttys xdm_flags=NO # for 'normal' use: xdm_flags="" |