summaryrefslogtreecommitdiffstats
path: root/etc/rc.maint
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1995-03-24 00:16:26 +0000
committerjkh <jkh@FreeBSD.org>1995-03-24 00:16:26 +0000
commited0b137aabf1c263f4bde04bc9003d1cdd89e382 (patch)
tree93b4b2f810af4c5bf3534f6a8a0b6493cffdc119 /etc/rc.maint
parent3b5c33304665b65fcec4b8d0bee018ae24f67cb6 (diff)
downloadFreeBSD-src-ed0b137aabf1c263f4bde04bc9003d1cdd89e382.zip
FreeBSD-src-ed0b137aabf1c263f4bde04bc9003d1cdd89e382.tar.gz
start syslog earlier
add optional ibcs2 startup
Diffstat (limited to 'etc/rc.maint')
-rw-r--r--etc/rc.maint6
1 files changed, 1 insertions, 5 deletions
diff --git a/etc/rc.maint b/etc/rc.maint
index 641b133..e7cb13f 100644
--- a/etc/rc.maint
+++ b/etc/rc.maint
@@ -1,5 +1,5 @@
#!/bin/sh
-# $Id: rc,v 1.50 1995/03/22 03:29:52 ache Exp $
+# $Id: rc.maint,v 1.1 1995/03/23 01:25:51 jkh Exp $
# From: @(#)rc 5.27 (Berkeley) 6/5/91
# Various maintainance tasks to be done as the system is coming up
@@ -20,10 +20,6 @@ rm -f /var/spool/lock/*
rm -f /var/spool/uucp/.Temp/*
(cd /var/run && { rm -rf -- *; cp /dev/null utmp; chmod 644 utmp; })
-echo 'system logger'
-rm -f /dev/log
-syslogd
-
# Check the quotas
if [ "X${check_quotas}" = X"YES" ]; then
echo 'checking quotas:'
OpenPOWER on IntegriCloud