core/initscripts to 2012.05.1-3

This commit is contained in:
Kevin Mihelich 2012-06-02 14:51:53 -04:00
parent bce07c3195
commit 372a429cec

View file

@ -11,14 +11,14 @@ plugrel=1
pkgname=initscripts
pkgver=2012.05.1
pkgrel=1
pkgrel=3
pkgdesc="System initialization/bootup scripts"
arch=('any')
url="http://www.archlinux.org"
license=('GPL2')
groups=('base')
backup=(etc/inittab etc/rc.conf etc/rc.local etc/rc.local.shutdown etc/conf.d/wireless)
depends=('glibc' 'bash' 'grep' 'coreutils' 'udev>=182' 'iproute2'
depends=('glibc' 'bash' 'grep' 'coreutils' 'systemd-tools' 'iproute2'
'ncurses' 'kbd' 'findutils' 'sysvinit')
optdepends=('bridge-utils: Network bridging support'
'dhcpcd: DHCP network configuration'
@ -45,4 +45,7 @@ package() {
make DESTDIR=${pkgdir} install
install -D -m644 ${srcdir}/wireless.conf.d ${pkgdir}/etc/conf.d/wireless
# these moved to systemd-tools, will be gone in the next initscripts release
rm ${pkgdir}/usr/share/man/man5/{hostname,{locale,vconsole}.conf}.5
}