diff options
author | Poul-Henning Kamp <phk@FreeBSD.org> | 1997-01-03 08:18:58 +0000 |
---|---|---|
committer | Poul-Henning Kamp <phk@FreeBSD.org> | 1997-01-03 08:18:58 +0000 |
commit | fffd976e09a1f37b6eade714bf616d7a5433ec16 (patch) | |
tree | 4e82e4cbee4fcc81576d75fb86fca721521a9342 | |
parent | 5dda5c003d96374395d34724f0a191a61ce28b94 (diff) |
YAMFC (keep dmesg.boot in /var/run)
Notes
Notes:
svn path=/stable/2.2/; revision=21252
-rw-r--r-- | etc/rc | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -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 |