[Lunar-commits] r15840 - moonbase/trunk/net/dhcp
Florin Braescu
florin at lunar-linux.org
Sun Jul 24 05:59:11 UTC 2005
Author: florin
Date: 2005-07-24 05:59:11 +0000 (Sun, 24 Jul 2005)
New Revision: 15840
Modified:
moonbase/trunk/net/dhcp/BUILD
moonbase/trunk/net/dhcp/DETAILS
Log:
bump the version 3.0.2 to 3.0.3. bugfixes and support for compiling with gcc 3.4.x and gcc 4.0.x..
Modified: moonbase/trunk/net/dhcp/BUILD
===================================================================
--- moonbase/trunk/net/dhcp/BUILD 2005-07-24 05:43:29 UTC (rev 15839)
+++ moonbase/trunk/net/dhcp/BUILD 2005-07-24 05:59:11 UTC (rev 15840)
@@ -12,7 +12,7 @@
if [ ! -d $CFGHOME ]; then
mkdir -p $CFGHOME
- fi &&
+ fi &&
#copy the lunar config file into place
@@ -20,7 +20,7 @@
cp $MODHOME/dhcpd.config $CFGHOME/dhcpd
else
cp $MODHOME/dhcpd.config $CFGHOME/dhcpd.new
- fi &&
+ fi &&
#make sure the leases file exists or we won't run
@@ -28,7 +28,7 @@
if [ ! -e /var/state/dhcp/dhcpd.leases ]; then
mkdir -p /var/state/dhcp/
touch /var/state/dhcp/dhcpd.leases
- fi &&
+ fi &&
#we need a config file also
Modified: moonbase/trunk/net/dhcp/DETAILS
===================================================================
--- moonbase/trunk/net/dhcp/DETAILS 2005-07-24 05:43:29 UTC (rev 15839)
+++ moonbase/trunk/net/dhcp/DETAILS 2005-07-24 05:59:11 UTC (rev 15840)
@@ -1,12 +1,13 @@
MODULE=dhcp
- VERSION=3.0.2
+ VERSION=3.0.3
SOURCE=$MODULE-$VERSION.tar.gz
SOURCE_URL=ftp://ftp.isc.org/isc/dhcp/
- SOURCE_VFY=sha1:49224a57541ac40b87e0272036fc37e350dbab00
+ SOURCE_VFY=sha1:1e2e6c3ecdb8046a39aaabe1a36171e1d45d21e4
WEB_SITE=http://www.isc.org/products/DHCP
ENTERED=20010922
- UPDATED=20050408
+ UPDATED=20050724
SHORT="A server and client for automatic IP configuration."
+
cat << EOF
The Internet Software Consortium DHCP distribution includes a DHCP
client, a DHCP server, and a DHCP relay agent. DHCP is a protocol for
More information about the Lunar-commits
mailing list