[arch-commits] CVS update of core/base/initscripts (PKGBUILD)
    Tobias Powalowski 
    tpowa at archlinux.org
       
    Mon Oct 22 13:50:40 UTC 2007
    
    
  
    Date: Monday, October 22, 2007 @ 09:50:40
  Author: tpowa
    Path: /home/cvs-core/core/base/initscripts
Modified: PKGBUILD (1.183 -> 1.184)
'upgpkg: added net-tools depend we call ifconfig in rc.sysinit'
----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
Index: core/base/initscripts/PKGBUILD
diff -u core/base/initscripts/PKGBUILD:1.183 core/base/initscripts/PKGBUILD:1.184
--- core/base/initscripts/PKGBUILD:1.183	Mon Oct 22 09:23:32 2007
+++ core/base/initscripts/PKGBUILD	Mon Oct 22 09:50:40 2007
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD,v 1.183 2007/10/22 13:23:32 thomas Exp $
+# $Id: PKGBUILD,v 1.184 2007/10/22 13:50:40 tpowa Exp $
 # Maintainer: Thomas Baechler <thomas at archlinux.org>
 pkgname=initscripts
 pkgver=2007.11
@@ -9,7 +9,7 @@
 license=('GPL')
 groups=('base')
 backup=(etc/inittab etc/rc.conf etc/rc.local etc/rc.local.shutdown)
-depends=('glibc' 'bash' 'awk' 'grep' 'coreutils' 'sed' 'udev>=081')
+depends=('glibc' 'bash' 'awk' 'grep' 'coreutils' 'sed' 'udev>=081' 'net-tools')
 install=initscripts.install
 source=(ftp://ftp.archlinux.org/other/initscripts/${pkgname}-${pkgver}-${pkgrel}.tar.bz2)
 md5sums=('633ef0baadf1257570f96d27c4fbc1fb')
    
    
More information about the arch-commits
mailing list