[Lunar-commits] r19619 - moonbase/trunk/net/dhcpcd
Moritz Heiber
moe at lunar-linux.org
Sat Apr 8 14:06:34 UTC 2006
Author: moe
Date: 2006-04-08 14:06:33 +0000 (Sat, 08 Apr 2006)
New Revision: 19619
Added:
moonbase/trunk/net/dhcpcd/BUILD
Modified:
moonbase/trunk/net/dhcpcd/DETAILS
Log:
Added a BUILD file to work around some missing
executable permissions. Those were the cause for
some log errors.
Also, crucial update for some of us as the 2.0.2
seemingly contained a bug that caused the network
interface to disappear shortly after it appeared.
Added: moonbase/trunk/net/dhcpcd/BUILD
===================================================================
--- moonbase/trunk/net/dhcpcd/BUILD (rev 0)
+++ moonbase/trunk/net/dhcpcd/BUILD 2006-04-08 14:06:33 UTC (rev 19619)
@@ -0,0 +1,8 @@
+(
+
+ default_build &&
+
+ # Otherwise you get a "Permission denied" in the logs
+ chmod +x /etc/dhcpc/dhcpcd.exe
+
+) > $C_FIFO 2>&1
Modified: moonbase/trunk/net/dhcpcd/DETAILS
===================================================================
--- moonbase/trunk/net/dhcpcd/DETAILS 2006-04-08 06:59:43 UTC (rev 19618)
+++ moonbase/trunk/net/dhcpcd/DETAILS 2006-04-08 14:06:33 UTC (rev 19619)
@@ -1,11 +1,11 @@
MODULE=dhcpcd
- VERSION=2.0.2
+ VERSION=2.0.4
SOURCE=$MODULE-$VERSION.tar.bz2
SOURCE_URL=http://download.berlios.de/$MODULE/
- SOURCE_VFY=sha1:f17dc5059ec2268fd11dd441c1e0b574acee0fab
+ SOURCE_VFY=sha1:40734bb8bd2f645c4db00d840834bb3621992763
WEB_SITE=http://dhcpcd.berlios.de/
ENTERED=20011126
- UPDATED=20060310
+ UPDATED=20060408
SHORT="dhcpcd is a DHCP client/daemon that works with @home"
cat << EOF
More information about the Lunar-commits
mailing list