[arch-commits] Commit in dhcpcd/repos (3 files)

Ronald van Haren ronald at archlinux.org
Sun Oct 5 11:48:58 UTC 2008


    Date: Sunday, October 5, 2008 @ 07:48:58
  Author: ronald
Revision: 14291

Merged revisions 14289 via svnmerge from 
svn+ssh://archlinux.org/home/svn-packages/dhcpcd/trunk

........
  r14289 | ronald | 2008-10-05 13:45:32 +0200 (Sun, 05 Oct 2008) | 1 line
  
  upgpkg: dhcpcd 4.0.2-1
........

Modified:
  dhcpcd/repos/testing-i686/	(properties)
  dhcpcd/repos/testing-i686/PKGBUILD
  dhcpcd/repos/testing-i686/dhcpcd.conf.d

---------------+
 PKGBUILD      |   10 +++++-----
 dhcpcd.conf.d |    2 +-
 2 files changed, 6 insertions(+), 6 deletions(-)


Property changes on: dhcpcd/repos/testing-i686
___________________________________________________________________
Name: svnmerge-integrated
   - /dhcpcd/trunk:1-13081
   + /dhcpcd/trunk:1-14290

Modified: testing-i686/PKGBUILD
===================================================================
--- testing-i686/PKGBUILD	2008-10-05 11:46:29 UTC (rev 14290)
+++ testing-i686/PKGBUILD	2008-10-05 11:48:58 UTC (rev 14291)
@@ -3,10 +3,10 @@
 # Contributor: judd <jvinet at zeroflux.org>
 
 pkgname=dhcpcd
-pkgver=4.0.1
-pkgrel=5
+pkgver=4.0.2
+pkgrel=1
 pkgdesc="A DHCP client daemon"
-arch=(i686 x86_64)
+arch=('i686' 'x86_64')
 license=('BSD')
 url="http://roy.marples.name/dhcpcd"
 groups=('base')
@@ -15,8 +15,8 @@
 source=(http://roy.marples.name/downloads/dhcpcd/$pkgname-$pkgver.tar.bz2
 	dhcpcd.conf.d)
 options=('!emptydirs')
-md5sums=('4e84bcba4f5c9c2b558db1b1f22e6828'
-         '12d866a78d9f5fa5f31ca18b3940d847')
+md5sums=('7cdc25f37f37260f94335d5b6c76f40e'
+         '533c51cc09fb4202798c7d5421bc3084')
 
 build() {
   cd $srcdir/$pkgname-$pkgver

Modified: testing-i686/dhcpcd.conf.d
===================================================================
--- testing-i686/dhcpcd.conf.d	2008-10-05 11:46:29 UTC (rev 14290)
+++ testing-i686/dhcpcd.conf.d	2008-10-05 11:48:58 UTC (rev 14291)
@@ -2,5 +2,5 @@
 # Arguments to be passed to the DHCP client daemon
 #
 
-DHCPCD_ARGS="-t 30 -h $HOSTNAME"
+DHCPCD_ARGS="-q -L -t 30 -h $HOSTNAME"
 




More information about the arch-commits mailing list