diff options
-rw-r--r-- | etc/rc | 6 |
1 files changed, 1 insertions, 5 deletions
@@ -1,5 +1,5 @@ #!/bin/sh -# $Id: rc,v 1.54 1995/03/24 00:11:02 jkh Exp $ +# $Id: rc,v 1.55 1995/03/24 00:16:24 jkh Exp $ # From: @(#)rc 5.27 (Berkeley) 6/5/91 # System startup script run by init on autoboot @@ -71,10 +71,6 @@ 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 |