From 372a429cec1a3d71ae4953ffd7f4bb407c47cf1d Mon Sep 17 00:00:00 2001 From: Kevin Mihelich Date: Sat, 2 Jun 2012 14:51:53 -0400 Subject: [PATCH] core/initscripts to 2012.05.1-3 --- core/initscripts/PKGBUILD | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/core/initscripts/PKGBUILD b/core/initscripts/PKGBUILD index fad144128..1c42316e9 100644 --- a/core/initscripts/PKGBUILD +++ b/core/initscripts/PKGBUILD @@ -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 }