summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorwpaul <wpaul@FreeBSD.org>1995-03-26 18:18:58 +0000
committerwpaul <wpaul@FreeBSD.org>1995-03-26 18:18:58 +0000
commit15fdec6c1ffe6e8e35bc97c9b0078683dcc900b6 (patch)
tree048d02fc621b36218e55c66bbad8d4d2c21cff85 /etc
parentecda10a06f8bcfbd98f9eec6c76efb4611fb6d2d (diff)
downloadFreeBSD-src-15fdec6c1ffe6e8e35bc97c9b0078683dcc900b6.zip
FreeBSD-src-15fdec6c1ffe6e8e35bc97c9b0078683dcc900b6.tar.gz
Make syslogd work again: in needs to be started in netstart right
before the rest of the system daemons are brought up and *after* the network interfaces have been configured. Also fix one other potential problem: the NIS services need to be started relavively early since some of the other daemons might need them. The automounter is a good example: if you use amd with NIS-based maps, you'd better have NIS running before you start it. :) I think mountd might need it too, now that netgroups can be read via NIS as well.
Diffstat (limited to 'etc')
-rw-r--r--etc/rc6
1 files changed, 1 insertions, 5 deletions
diff --git a/etc/rc b/etc/rc
index 79be41c..42bd185 100644
--- a/etc/rc
+++ b/etc/rc
@@ -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
OpenPOWER on IntegriCloud