summaryrefslogtreecommitdiffstats
path: root/abs/core/initscripts/rc.multi.patch
diff options
context:
space:
mode:
Diffstat (limited to 'abs/core/initscripts/rc.multi.patch')
-rw-r--r--abs/core/initscripts/rc.multi.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/abs/core/initscripts/rc.multi.patch b/abs/core/initscripts/rc.multi.patch
new file mode 100644
index 0000000..b426408
--- /dev/null
+++ b/abs/core/initscripts/rc.multi.patch
@@ -0,0 +1,12 @@
+*** rc.multi.orig Sun Jul 31 02:34:55 2011
+--- rc.multi Sun Jul 31 02:35:28 2011
+*************** run_hook multi_end
+*** 30,31 ****
+! kill `/bin/cat /run/bootlogd.pid`
+! /bin/rm /run/bootlogd.pid
+--- 30,34 ----
+! if [ -e /run/bootlogd.pid ]
+! then
+! kill `/bin/cat /run/bootlogd.pid`
+! /bin/rm /run/bootlogd.pid
+! fi