diff options
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 |