summaryrefslogtreecommitdiff
path: root/etc/rc
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2011-10-06 20:49:30 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2011-10-06 20:49:30 +0000
commit0647d56dd089f299d35587686681e19ad074627d (patch)
tree0bd77a196ba8c5bf639b51b50f88745e18caeec0 /etc/rc
parenta4b88cea1f45014461763fd53d46221663687d94 (diff)
ccd goes to the attic
discussed with jsing and millert
Diffstat (limited to 'etc/rc')
-rw-r--r--etc/rc7
1 files changed, 1 insertions, 6 deletions
diff --git a/etc/rc b/etc/rc
index 61a580a89e9..0a4ea56d4e5 100644
--- a/etc/rc
+++ b/etc/rc
@@ -1,4 +1,4 @@
-# $OpenBSD: rc,v 1.393 2011/09/16 10:11:20 robert Exp $
+# $OpenBSD: rc,v 1.394 2011/10/06 20:49:25 deraadt Exp $
# System startup script run by init on autoboot
# or after single-user.
@@ -259,11 +259,6 @@ if [ X"$1" = X"shutdown" ]; then
exit 0
fi
-# Configure ccd devices.
-if [ -f /etc/ccd.conf ]; then
- ccdconfig -C
-fi
-
# Configure raid devices.
for dev in 0 1 2 3; do
if [ -f /etc/raid$dev.conf ]; then