summaryrefslogtreecommitdiff
path: root/etc/rc
diff options
context:
space:
mode:
authorMatthieu Herrb <matthieu@cvs.openbsd.org>2007-01-06 12:00:07 +0000
committerMatthieu Herrb <matthieu@cvs.openbsd.org>2007-01-06 12:00:07 +0000
commita8c88a587872b293df4f746f0db121c836000f35 (patch)
tree44e44b13c5f490b78b5080144a4ef602810118cf /etc/rc
parent10e5231c4b8e4c579fb2a4faeb03373cd30c37c5 (diff)
remove acpid references. ok gwk@, steven@, grange@ and janus@.
Diffstat (limited to 'etc/rc')
-rw-r--r--etc/rc6
1 files changed, 1 insertions, 5 deletions
diff --git a/etc/rc b/etc/rc
index c607adc08a1..1e2b14f6dba 100644
--- a/etc/rc
+++ b/etc/rc
@@ -1,4 +1,4 @@
-# $OpenBSD: rc,v 1.295 2006/11/28 23:44:35 mcbride Exp $
+# $OpenBSD: rc,v 1.296 2007/01/06 12:00:06 matthieu Exp $
# System startup script run by init on autoboot
# or after single-user.
@@ -715,10 +715,6 @@ if [ X"${apmd_flags}" != X"NO" -a -x /usr/sbin/apmd ]; then
echo -n ' apmd'; /usr/sbin/apmd ${apmd_flags}
fi
-if [ X"${acpid_flags}" != X"NO" -a -x /usr/sbin/acpid ]; then
- echo -n ' acpid'; /usr/sbin/acpid ${acpid_flags}
-fi
-
if [ X"${sensorsd_flags}" != X"NO" ]; then
echo -n ' sensorsd'; /usr/sbin/sensorsd ${sensorsd_flags}
fi