diff options
author | danny <danny@FreeBSD.org> | 1997-12-09 10:06:49 +0000 |
---|---|---|
committer | danny <danny@FreeBSD.org> | 1997-12-09 10:06:49 +0000 |
commit | edab3be997d47236cced6b085efe2a3ad5601fb4 (patch) | |
tree | 0f740a5cf24cf3e58143036cae509888e69d2aad /etc/rc | |
parent | ee28c6d7573801105438974d8873affbb2a488fb (diff) | |
download | FreeBSD-src-edab3be997d47236cced6b085efe2a3ad5601fb4.zip FreeBSD-src-edab3be997d47236cced6b085efe2a3ad5601fb4.tar.gz |
Back out last commit re dmesg.boot
Diffstat (limited to 'etc/rc')
-rw-r--r-- | etc/rc | 6 |
1 files changed, 1 insertions, 5 deletions
@@ -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 |