summaryrefslogtreecommitdiffstats
path: root/etc/rc
diff options
context:
space:
mode:
authorjhb <jhb@FreeBSD.org>2001-01-09 22:28:17 +0000
committerjhb <jhb@FreeBSD.org>2001-01-09 22:28:17 +0000
commit1bb19011b4203c40e178805f1eb09a46c5eeef0c (patch)
tree52caef206a67bdba00d992c96f6e54c68f174040 /etc/rc
parent3e81a98da0ae11b97e455ff10c9ac99c5420e091 (diff)
downloadFreeBSD-src-1bb19011b4203c40e178805f1eb09a46c5eeef0c.zip
FreeBSD-src-1bb19011b4203c40e178805f1eb09a46c5eeef0c.tar.gz
Move the syscons configuration to a machine independent rc.syscons. The
syscons sh code was identical on both platforms except for whitespace differences.
Diffstat (limited to 'etc/rc')
-rw-r--r--etc/rc6
1 files changed, 6 insertions, 0 deletions
diff --git a/etc/rc b/etc/rc
index aae3fc5..f09af1b 100644
--- a/etc/rc
+++ b/etc/rc
@@ -635,6 +635,12 @@ if [ -r /etc/rc.${arch} ]; then
. /etc/rc.${arch}
fi
+# Configure the system console
+#
+if [ -r /etc/rc.syscons ]; then
+ . /etc/rc.syscons
+fi
+
# Run rc.devfs if readable to customize devfs
#
if [ -r /etc/rc.devfs ]; then
OpenPOWER on IntegriCloud