From b357226c2e50517761fa4a3ca3a2d105ddab25b6 Mon Sep 17 00:00:00 2001 From: Benjamin Schieder Date: Mon, 9 Oct 2006 17:54:17 +0000 Subject: [PATCH] Benjamin Schieder: hotfix for system.init [2006100810024428207] (https://www.rocklinux.net/submaster) git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@7947 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc --- package/base/sysfiles/system.init | 2 ++ 1 file changed, 2 insertions(+) diff --git a/package/base/sysfiles/system.init b/package/base/sysfiles/system.init index 0bfe47e18..28418b545 100644 --- a/package/base/sysfiles/system.init +++ b/package/base/sysfiles/system.init @@ -157,6 +157,8 @@ dnl check(`cat /var/state/random-seed >/dev/urandom') fi + block_end + block_begin(stop, `Saving /var/log/init.msg and /var/log/boot.msg.') check(`echo -n >> /var/log/init.msg') check(`echo -n >> /var/log/boot.msg')