summaryrefslogtreecommitdiffstats
path: root/etc/rc
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>1994-06-04 00:44:00 +0000
committerache <ache@FreeBSD.org>1994-06-04 00:44:00 +0000
commit6557b616d1bbb92c3d1011db841d2f9cfac4211e (patch)
tree128aa437f3ff729c04abff456a8023d4459d6da9 /etc/rc
parent7a9508d2f074ec9f92704550f1732faad7e9158e (diff)
downloadFreeBSD-src-6557b616d1bbb92c3d1011db841d2f9cfac4211e.zip
FreeBSD-src-6557b616d1bbb92c3d1011db841d2f9cfac4211e.tar.gz
Now rc.serial used for initial setup of serial lines
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 2d3b6ee..51c426f 100644
--- a/etc/rc
+++ b/etc/rc
@@ -1,5 +1,5 @@
#!/bin/sh
-# $Id: rc,v 1.23 1994/05/23 11:22:10 ache Exp $
+# $Id: rc,v 1.24 1994/06/01 17:04:01 paul Exp $
# From: @(#)rc 5.27 (Berkeley) 6/5/91
# System startup script run by init on autoboot
@@ -69,6 +69,12 @@ rm -f /fastboot # XXX (root now writeable)
# the machine runs UTC CMOS clock). See adjkerntz(8) for details.
adjkerntz -i
+# configure serial devices
+if [ -f /etc/rc.serial ]
+then
+ sh /etc/rc.serial
+fi
+
# set hostname, turn on network
echo 'starting network'
. /etc/netstart
OpenPOWER on IntegriCloud