diff options
Diffstat (limited to 'abs/core/initscripts/rc.multi.patch')
-rw-r--r-- | abs/core/initscripts/rc.multi.patch | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/abs/core/initscripts/rc.multi.patch b/abs/core/initscripts/rc.multi.patch deleted file mode 100644 index b426408..0000000 --- a/abs/core/initscripts/rc.multi.patch +++ /dev/null @@ -1,12 +0,0 @@ -*** 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 |