summaryrefslogtreecommitdiff
path: root/etc/rc.conf
diff options
context:
space:
mode:
authorMarco S Hyman <marc@cvs.openbsd.org>1998-08-18 23:54:43 +0000
committerMarco S Hyman <marc@cvs.openbsd.org>1998-08-18 23:54:43 +0000
commit5bf5e2929f909f3db37329212dec0cce372edd3e (patch)
tree13b6a2276b1c97ca34883f9a84ed681835439a50 /etc/rc.conf
parentd21ce3219102e50ff37e476fb0b01911be8cdb71 (diff)
allow flags to be passed to apmd at millert's request
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 2f25b813a0a..bc8c5e524e0 100644
--- a/etc/rc.conf
+++ b/etc/rc.conf
@@ -1,6 +1,6 @@
#!/bin/sh -
#
-# $OpenBSD: rc.conf,v 1.24 1998/08/18 23:11:16 marc Exp $
+# $OpenBSD: rc.conf,v 1.25 1998/08/18 23:54:42 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"
@@ -15,6 +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=""
# On some architectures, you must also disable console getty in /etc/ttys
xdm_flags=NO # for 'normal' use: xdm_flags=""
@@ -35,7 +36,6 @@ inetd=YES # almost always needed
lpd=NO # printing daemons
check_quotas=YES # NO may be desireable in some YP environments
sshd=YES # run sshd if it exists
-apmd=NO # run apmd if it exists
# miscellaneous other flags
# only used if the appropriate server is marked YES above