summaryrefslogtreecommitdiffstats
path: root/etc/rc
diff options
context:
space:
mode:
authorasami <asami@FreeBSD.org>1996-05-03 05:37:04 +0000
committerasami <asami@FreeBSD.org>1996-05-03 05:37:04 +0000
commit52ac8906863fe3a4f5edddb0b9bddfa23961bb5c (patch)
tree407ec8d0fe4de48040074efa4a2fded640a04a1d /etc/rc
parent3a53f501cf1bb06222b5edb9e855e31d9b5377c5 (diff)
downloadFreeBSD-src-52ac8906863fe3a4f5edddb0b9bddfa23961bb5c.zip
FreeBSD-src-52ac8906863fe3a4f5edddb0b9bddfa23961bb5c.tar.gz
Bring in ccd support.
Call ccdconfig before swapon if /etc/ccd.conf exists. Obtained from: NetBSD
Diffstat (limited to 'etc/rc')
-rw-r--r--etc/rc8
1 files changed, 7 insertions, 1 deletions
diff --git a/etc/rc b/etc/rc
index e06d0e1..b1b7cb1 100644
--- a/etc/rc
+++ b/etc/rc
@@ -1,5 +1,5 @@
#!/bin/sh
-# $Id: rc,v 1.86 1996/03/12 15:39:24 nate Exp $
+# $Id: rc,v 1.87 1996/03/14 18:24:05 nate Exp $
# From: @(#)rc 5.27 (Berkeley) 6/5/91
# System startup script run by init on autoboot
@@ -22,6 +22,12 @@ HOME=/; export HOME
PATH=/sbin:/bin:/usr/sbin:/usr/bin
export PATH
+# Configure ccd devices.
+if [ -f /etc/ccd.conf ]
+then
+ ccdconfig -C
+fi
+
swapon -a
if [ $1x = autobootx ]
OpenPOWER on IntegriCloud