aboutsummaryrefslogtreecommitdiff
path: root/etc/rc
diff options
context:
space:
mode:
authorDaniel O'Callaghan <danny@FreeBSD.org>1997-12-09 10:06:49 +0000
committerDaniel O'Callaghan <danny@FreeBSD.org>1997-12-09 10:06:49 +0000
commitf81b400db504a0068aed0f33e6550bdc208501a0 (patch)
tree095f42da741f8ed117af934d7e2844c9e1f44b38 /etc/rc
parent222d148ced033b70f412f5702dd2c88715e7247c (diff)
downloadsrc-f81b400db504a0068aed0f33e6550bdc208501a0.tar.gz
src-f81b400db504a0068aed0f33e6550bdc208501a0.zip
Back out last commit re dmesg.boot
Notes
Notes: svn path=/head/; revision=31644
Diffstat (limited to 'etc/rc')
-rw-r--r--etc/rc6
1 files changed, 1 insertions, 5 deletions
diff --git a/etc/rc b/etc/rc
index 5928e10475d5..836209f18cf2 100644
--- a/etc/rc
+++ b/etc/rc
@@ -1,5 +1,5 @@
#!/bin/sh
-# $Id: rc,v 1.139 1997/11/16 12:52:16 steve Exp $
+# $Id: rc,v 1.140 1997/12/09 07:22:04 danny Exp $
# From: @(#)rc 5.27 (Berkeley) 6/5/91
# System startup script run by init on autoboot
@@ -314,9 +314,5 @@ fi
# Do traditional (but rather obsolete) rc.local file if it exists.
[ -f /etc/rc.local ] && sh /etc/rc.local
-# Record dmesg buffer at boot
-dmesg > /var/log/dmesg.boot
-chmod 400 /var/log/dmesg.boot
-
date
exit 0