summaryrefslogtreecommitdiff
path: root/etc/rc.conf
diff options
context:
space:
mode:
authorOleg Safiullin <form@cvs.openbsd.org>1998-08-19 04:25:50 +0000
committerOleg Safiullin <form@cvs.openbsd.org>1998-08-19 04:25:50 +0000
commit52e066120f690faec3de774992d0db16dca119da (patch)
treec44d88daa8c82305baacd66ac4c511d3f3310bfd /etc/rc.conf
parent4cd2583a190e533e8e6128c18c61c173b9df5380 (diff)
dhcpd: start from rc, controlled by rc.conf; sample config files
Diffstat (limited to 'etc/rc.conf')
-rw-r--r--etc/rc.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/rc.conf b/etc/rc.conf
index bc8c5e524e0..71a2d742eeb 100644
--- a/etc/rc.conf
+++ b/etc/rc.conf
@@ -1,6 +1,6 @@
#!/bin/sh -
#
-# $OpenBSD: rc.conf,v 1.25 1998/08/18 23:54:42 marc Exp $
+# $OpenBSD: rc.conf,v 1.26 1998/08/19 04:25:49 form Exp $
# set these to "NO" to turn them off. otherwise, they're used as flags
routed_flags=NO # for 'normal' use: routed_flags="-q"
@@ -15,7 +15,7 @@ timed_flags=NO # for 'normal' use: timed_flags=""
photurisd_flags=NO # for 'normal' use: photurisd_flags=""
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"
# On some architectures, you must also disable console getty in /etc/ttys
xdm_flags=NO # for 'normal' use: xdm_flags=""