summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJames Meyer <james.meyer@operamail.com>2009-02-12 22:49:06 (GMT)
committerJames Meyer <james.meyer@operamail.com>2009-02-12 22:49:06 (GMT)
commitcb100d326612565bfba36acab44eb1f466b22b03 (patch)
tree645ae6f05d04e90556f67acfb76dee1376fabc78
parent733faac4f23df47b6cb4cc06b4793f2b40164b0d (diff)
downloadlinhes_pkgbuild-cb100d326612565bfba36acab44eb1f466b22b03.zip
linhes_pkgbuild-cb100d326612565bfba36acab44eb1f466b22b03.tar.gz
linhes_pkgbuild-cb100d326612565bfba36acab44eb1f466b22b03.tar.bz2
add back the sysinit patches
-rw-r--r--abs/core-testing/initscripts/PKGBUILD4
-rw-r--r--abs/core-testing/initscripts/__changelog1
-rw-r--r--abs/core-testing/initscripts/rc.sysinit.patch6
3 files changed, 7 insertions, 4 deletions
diff --git a/abs/core-testing/initscripts/PKGBUILD b/abs/core-testing/initscripts/PKGBUILD
index 0bc8899..2fc1dfe 100644
--- a/abs/core-testing/initscripts/PKGBUILD
+++ b/abs/core-testing/initscripts/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=initscripts
pkgver=2009.01
-pkgrel=2
+pkgrel=4
pkgdesc="System initialization/bootup scripts"
arch=('i686' 'x86_64')
url="http://www.archlinux.org"
@@ -17,5 +17,7 @@ md5sums=('b947f3efd5d4681459fe8073d610f1b5')
build() {
cd ${startdir}/src/${pkgname}-${pkgver}/
+ patch -p0 < $startdir/src/rc.sysinit.patch
+ patch -p0 < $startdir/src/rc.shutdown.patch
DESTDIR=$startdir/pkg ./install.sh
}
diff --git a/abs/core-testing/initscripts/__changelog b/abs/core-testing/initscripts/__changelog
new file mode 100644
index 0000000..8d03d24
--- /dev/null
+++ b/abs/core-testing/initscripts/__changelog
@@ -0,0 +1 @@
+Patch init scripts
diff --git a/abs/core-testing/initscripts/rc.sysinit.patch b/abs/core-testing/initscripts/rc.sysinit.patch
index 7e1ddee..5baa152 100644
--- a/abs/core-testing/initscripts/rc.sysinit.patch
+++ b/abs/core-testing/initscripts/rc.sysinit.patch
@@ -1,5 +1,5 @@
---- rc.sysinit.orig 2008-10-28 19:14:37.000000000 +0000
-+++ rc.sysinit 2008-10-28 19:15:40.000000000 +0000
+--- rc.sysinit.orig 2009-02-12 22:43:03.000000000 +0000
++++ rc.sysinit 2009-02-12 22:43:39.000000000 +0000
@@ -7,10 +7,9 @@
. /etc/rc.d/functions
@@ -7,7 +7,7 @@
-printhl "Arch Linux\n"
-printhl "${C_H2}http://www.archlinux.org"
-printhl "Copyright 2002-2007 Judd Vinet"
--printhl "Copyright 2007-2008 Aaron Griffin"
+-printhl "Copyright 2007-2009 Aaron Griffin"
+printhl "LinHES"
+printhl "The Linux Home Entertainment System"
+printhl "${C_H2}http://www.knoppmyth.net"