diff options
author | James Meyer <james.meyer@operamail.com> | 2011-07-30 19:23:14 (GMT) |
---|---|---|
committer | James Meyer <james.meyer@operamail.com> | 2011-07-30 19:23:14 (GMT) |
commit | efe55b74c9eb96356fb9308a6648739652c450b2 (patch) | |
tree | 8edc8c65b644aa7c74d3cda07439d71b2e2505f8 /abs/core/initscripts/rc.sysinit.patch | |
parent | f09cf5c7560e5448b0f0423ec513b15fb04ca336 (diff) | |
download | linhes_pkgbuild-efe55b74c9eb96356fb9308a6648739652c450b2.zip linhes_pkgbuild-efe55b74c9eb96356fb9308a6648739652c450b2.tar.gz linhes_pkgbuild-efe55b74c9eb96356fb9308a6648739652c450b2.tar.bz2 |
init scripts: 2011.06.5 with patches for LinHES
rc.multi- don't try to remove bootlogger if the pid file isn't present
Diffstat (limited to 'abs/core/initscripts/rc.sysinit.patch')
-rw-r--r-- | abs/core/initscripts/rc.sysinit.patch | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/abs/core/initscripts/rc.sysinit.patch b/abs/core/initscripts/rc.sysinit.patch index b0253d0..903cf80 100644 --- a/abs/core/initscripts/rc.sysinit.patch +++ b/abs/core/initscripts/rc.sysinit.patch @@ -1,16 +1,15 @@ ---- rc.sysinit.orig 2010-08-08 23:42:36.000000000 +0000 -+++ rc.sysinit 2010-08-08 23:44:28.000000000 +0000 -@@ -7,10 +7,9 @@ +--- rc.sysinit.orig 2011-07-31 02:39:05.726815241 +0000 ++++ rc.sysinit 2011-07-31 02:42:45.103491048 +0000 +@@ -7,8 +7,10 @@ . /etc/rc.d/functions echo " " -printhl "Arch Linux\n" -printhl "${C_H2}http://www.archlinux.org" --printhl "Copyright 2002-2007 Judd Vinet" --printhl "Copyright 2007-2010 Aaron Griffin" +printhl "LinHES\n" +printhl "The Linux Home Entertainment System\n" +printhl "${C_H2}http://www.linhes.org" - printhl "Distributed under the GNU General Public License (GPL)" ++ printsep + run_hook sysinit_start |