From cb100d326612565bfba36acab44eb1f466b22b03 Mon Sep 17 00:00:00 2001 From: James Meyer Date: Thu, 12 Feb 2009 16:49:06 -0600 Subject: add back the sysinit patches --- abs/core-testing/initscripts/PKGBUILD | 4 +++- abs/core-testing/initscripts/__changelog | 1 + abs/core-testing/initscripts/rc.sysinit.patch | 6 +++--- 3 files changed, 7 insertions(+), 4 deletions(-) create mode 100644 abs/core-testing/initscripts/__changelog 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" -- cgit v0.12