diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2011-10-06 20:49:30 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2011-10-06 20:49:30 +0000 |
commit | 0647d56dd089f299d35587686681e19ad074627d (patch) | |
tree | 0bd77a196ba8c5bf639b51b50f88745e18caeec0 /etc/rc | |
parent | a4b88cea1f45014461763fd53d46221663687d94 (diff) |
ccd goes to the attic
discussed with jsing and millert
Diffstat (limited to 'etc/rc')
-rw-r--r-- | etc/rc | 7 |
1 files changed, 1 insertions, 6 deletions
@@ -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 |