diff options
Diffstat (limited to 'abs/core-testing')
| -rw-r--r-- | abs/core-testing/initscripts/PKGBUILD | 11 | ||||
| -rw-r--r-- | abs/core-testing/initscripts/rc.sysinit.patch | 16 | 
2 files changed, 21 insertions, 6 deletions
| 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 +  | 
