diff options
author | James Meyer <james.meyer@operamail.com> | 2008-10-28 19:46:05 (GMT) |
---|---|---|
committer | James Meyer <james.meyer@operamail.com> | 2008-10-28 19:46:05 (GMT) |
commit | c1381a8b3a355c57fca1ce2bfad0e3bf3e32b4ba (patch) | |
tree | b0913008ba065c263ada9ebb0195d39319df3bfd /abs/core-testing/initscripts/rc.sysinit.patch | |
parent | f2bc09503f62b650877b6f44b592a05d02211183 (diff) | |
download | linhes_pkgbuild-c1381a8b3a355c57fca1ce2bfad0e3bf3e32b4ba.zip linhes_pkgbuild-c1381a8b3a355c57fca1ce2bfad0e3bf3e32b4ba.tar.gz linhes_pkgbuild-c1381a8b3a355c57fca1ce2bfad0e3bf3e32b4ba.tar.bz2 |
Change init scripts to reflect LinHES
Diffstat (limited to 'abs/core-testing/initscripts/rc.sysinit.patch')
-rw-r--r-- | abs/core-testing/initscripts/rc.sysinit.patch | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/abs/core-testing/initscripts/rc.sysinit.patch b/abs/core-testing/initscripts/rc.sysinit.patch new file mode 100644 index 0000000..7e1ddee --- /dev/null +++ b/abs/core-testing/initscripts/rc.sysinit.patch @@ -0,0 +1,16 @@ +--- rc.sysinit.orig 2008-10-28 19:14:37.000000000 +0000 ++++ rc.sysinit 2008-10-28 19:15:40.000000000 +0000 +@@ -7,10 +7,9 @@ + . /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-2008 Aaron Griffin" ++printhl "LinHES" ++printhl "The Linux Home Entertainment System" ++printhl "${C_H2}http://www.knoppmyth.net" + printhl "Distributed under the GNU General Public License (GPL)" + printsep + |