aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPoul-Henning Kamp <phk@FreeBSD.org>1997-01-03 08:18:58 +0000
committerPoul-Henning Kamp <phk@FreeBSD.org>1997-01-03 08:18:58 +0000
commitfffd976e09a1f37b6eade714bf616d7a5433ec16 (patch)
tree4e82e4cbee4fcc81576d75fb86fca721521a9342
parent5dda5c003d96374395d34724f0a191a61ce28b94 (diff)
YAMFC (keep dmesg.boot in /var/run)
Notes
Notes: svn path=/stable/2.2/; revision=21252
-rw-r--r--etc/rc5
1 files changed, 4 insertions, 1 deletions
diff --git a/etc/rc b/etc/rc
index 3faacced3ce0..4fbb05d16eed 100644
--- a/etc/rc
+++ b/etc/rc
@@ -1,5 +1,5 @@
#!/bin/sh
-# $Id$
+# $Id: rc,v 1.104.2.4 1996/12/23 00:36:58 joerg Exp $
# From: @(#)rc 5.27 (Berkeley) 6/5/91
# System startup script run by init on autoboot
@@ -86,6 +86,9 @@ fi
adjkerntz -i
+# Keep a copy of the boot messages around
+/sbin/dmesg > /var/run/dmesg.boot
+
# If there is a global system configuration file, suck it in.
if [ -f /etc/sysconfig ]; then
. /etc/sysconfig