summaryrefslogtreecommitdiffstats
path: root/etc/rc
diff options
context:
space:
mode:
Diffstat (limited to 'etc/rc')
-rw-r--r--etc/rc11
1 files changed, 10 insertions, 1 deletions
diff --git a/etc/rc b/etc/rc
index 07c8191..79be41c 100644
--- a/etc/rc
+++ b/etc/rc
@@ -1,5 +1,5 @@
#!/bin/sh
-# $Id: rc,v 1.53 1995/03/24 00:01:20 jkh Exp $
+# $Id: rc,v 1.54 1995/03/24 00:11:02 jkh Exp $
# From: @(#)rc 5.27 (Berkeley) 6/5/91
# System startup script run by init on autoboot
@@ -71,6 +71,10 @@ mount -a -t nonfs
# the machine runs UTC CMOS clock). See adjkerntz(8) for details.
adjkerntz -i
+echo 'system logger'
+rm -f /dev/log
+syslogd
+
# If there is a global system configuration file, suck it in.
if [ -f /etc/sysconfig ]; then
. /etc/sysconfig
@@ -185,6 +189,11 @@ fi
######################### End Of Syscons Section #######################
+# Start the SCO binary emulation if requested.
+if [ "X${ibcs2}" = X"YES" ]; then
+ ibcs2
+fi
+
# Do traditional (but rather obsolete) rc.local file if it exists.
if [ -f /etc/rc.local ]; then
sh /etc/rc.local
OpenPOWER on IntegriCloud