diff options
author | Michael Hanson <mihanson@linhes.org> | 2011-09-07 16:46:21 (GMT) |
---|---|---|
committer | Michael Hanson <mihanson@linhes.org> | 2011-09-07 16:46:21 (GMT) |
commit | 3aaa5a507a52e3e387712e3732b2104704675301 (patch) | |
tree | 0a74580d961f637232625acc839981eb9d6fe94d /abs/core/initscripts/rc.sysinit.patch | |
parent | 563b0f27dca6ff00a9ff69dc463911bfbd78e499 (diff) | |
parent | 8af79359c21b5f07981975c34a7d51ab063b249d (diff) | |
download | linhes_pkgbuild-3aaa5a507a52e3e387712e3732b2104704675301.zip linhes_pkgbuild-3aaa5a507a52e3e387712e3732b2104704675301.tar.gz linhes_pkgbuild-3aaa5a507a52e3e387712e3732b2104704675301.tar.bz2 |
Merge branch 'testing' of knoppmyth.net:linhes_pkgbuild into testing
Diffstat (limited to 'abs/core/initscripts/rc.sysinit.patch')
-rw-r--r-- | abs/core/initscripts/rc.sysinit.patch | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/abs/core/initscripts/rc.sysinit.patch b/abs/core/initscripts/rc.sysinit.patch index c158fcc..5588313 100644 --- a/abs/core/initscripts/rc.sysinit.patch +++ b/abs/core/initscripts/rc.sysinit.patch @@ -1,14 +1,16 @@ --- initscripts-2011.06.4/rc.sysinit.orig 2011-08-11 19:56:03.000000000 +0000 +++ initscripts-2011.06.4/rc.sysinit 2011-08-11 20:00:05.000000000 +0000 -@@ -7,8 +7,9 @@ +@@ -7,8 +7,11@@ . /etc/rc.d/functions echo " " -printhl "Arch Linux\n" -printhl "${C_H2}http://www.archlinux.org" -+printhl "LinHES\n" -+printhl "The Linux Home Entertainment System\n" ++echo " " ++printhl "LinHES" ++printhl "The Linux Home Entertainment System" +printhl "${C_H2}http://www.linhes.org" ++echo " " printsep run_hook sysinit_start |