From c1381a8b3a355c57fca1ce2bfad0e3bf3e32b4ba Mon Sep 17 00:00:00 2001
From: James Meyer <james.meyer@operamail.com>
Date: Tue, 28 Oct 2008 14:46:05 -0500
Subject: Change init scripts to reflect LinHES

---
 abs/core-testing/initscripts/PKGBUILD         | 11 +++++------
 abs/core-testing/initscripts/rc.sysinit.patch | 16 ++++++++++++++++
 2 files changed, 21 insertions(+), 6 deletions(-)
 create mode 100644 abs/core-testing/initscripts/rc.sysinit.patch

diff --git a/abs/core-testing/initscripts/PKGBUILD b/abs/core-testing/initscripts/PKGBUILD
index b62fcaa..690ce75 100644
--- a/abs/core-testing/initscripts/PKGBUILD
+++ b/abs/core-testing/initscripts/PKGBUILD
@@ -1,10 +1,8 @@
-# $Id: PKGBUILD 8634 2008-08-14 09:53:14Z pierre $
-# Maintainer: Thomas Baechler <thomas@archlinux.org>
-# Maintainer: Aaron Griffin <aaron@archlinux.org>
 
 pkgname=initscripts
 pkgver=2008.08
-pkgrel=1
+_pkgrel=1
+pkgrel=4
 pkgdesc="System initialization/bootup scripts"
 arch=('i686' 'x86_64')
 url="http://www.archlinux.org"
@@ -13,10 +11,11 @@ groups=('base')
 backup=(etc/inittab etc/rc.conf etc/rc.local etc/rc.local.shutdown)
 depends=('glibc' 'bash' 'awk' 'grep' 'coreutils' 'sed' 'udev>=118' 'net-tools' 'ncurses' 'kbd' 'findutils')
 install=initscripts.install
-source=(ftp://ftp.archlinux.org/other/initscripts/${pkgname}-${pkgver}-${pkgrel}.tar.gz)
+source=(ftp://ftp.archlinux.org/other/initscripts/${pkgname}-${pkgver}-${_pkgrel}.tar.gz rc.sysinit.patch)
 md5sums=('317ddba5c41ac61905fd8289805e00cd')
 
 build() {
-  cd ${startdir}/src/${pkgname}-${pkgver}-${pkgrel}/
+  cd ${startdir}/src/${pkgname}-${pkgver}-${_pkgrel}/
+  patch -p0 < $startdir/src/rc.sysinit.patch
   DESTDIR=$startdir/pkg ./install.sh
 }
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
+ 
-- 
cgit v0.12