summaryrefslogtreecommitdiffstats
path: root/abs/core/initscripts/rc.multi.patch
diff options
context:
space:
mode:
authorJames Meyer <james.meyer@operamail.com>2012-08-09 00:03:13 (GMT)
committerJames Meyer <james.meyer@operamail.com>2012-08-09 00:03:13 (GMT)
commit15699db7cc8429c3f9d7a2b516b91889e010984d (patch)
tree7ab2a82cb742084678bc48e12ddbf6c111e186f8 /abs/core/initscripts/rc.multi.patch
parent140af5d159d16ddd259d4e98b8159f85b2dce62d (diff)
downloadlinhes_pkgbuild-15699db7cc8429c3f9d7a2b516b91889e010984d.zip
linhes_pkgbuild-15699db7cc8429c3f9d7a2b516b91889e010984d.tar.gz
linhes_pkgbuild-15699db7cc8429c3f9d7a2b516b91889e010984d.tar.bz2
initscripts: 07-2012
-shutdown for runit is untested, might need to apply the shutdown patch
Diffstat (limited to 'abs/core/initscripts/rc.multi.patch')
-rw-r--r--abs/core/initscripts/rc.multi.patch12
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