dhcp: 4.2.4-P2 -> 4.2.5-P1

This commit is contained in:
Thomas Penteker 2013-04-05 13:03:12 +02:00
parent b6c27a1eea
commit 53b3675295
3 changed files with 11 additions and 9 deletions

View File

@ -1,4 +1,4 @@
456711bbb2c8fc8b6e0df7c9a514c237 default-config.diff
157549658aba092b0d26aa1df3943051 default-config.diff
2c0abf8990ab061accefc5d3d0f655d1 dhclient
fe36056f2d274fa4b82a5422f192e65f dhcp-4.2.4-P2.tar.gz
f68e3c1f00a9af5742bc5e71d567cf93 dhcp-4.2.5-P1.tar.gz
51665125f8360c6cc1ef59ad6cd8cf84 dhcpd

View File

@ -4,7 +4,7 @@
# Packager: Mark Rosenstand, mark at borkware dot net
name=dhcp
version=4.2.4-P2
version=4.2.5-P1
release=1
source=(http://ftp.isc.org/isc/$name/$version/$name-$version.tar.gz dhcpd \
dhclient default-config.diff)
@ -25,4 +25,6 @@ build() {
install -d -m 0755 $PKG/var/db
touch $PKG/var/state/dhcp/dhcpd.leases
install -D -m 755 $SRC/dhcp-$version/client/scripts/linux $PKG/sbin/dhclient-script
mv $PKG/etc/dhclient.conf.example $PKG/etc/dhclient.conf
mv $PKG/etc/dhcpd.conf.example $PKG/etc/dhcpd.conf
}

View File

@ -1,6 +1,6 @@
diff -ur dhcp-4.0.0.orig/client/dhclient.conf dhcp-4.0.0/client/dhclient.conf
--- dhcp-4.0.0.orig/client/dhclient.conf 1997-06-03 00:50:44.000000000 +0200
+++ dhcp-4.0.0/client/dhclient.conf 2008-02-23 23:49:14.538607761 +0100
diff -ur dhcp-4.0.0.orig/client/dhclient.conf.example dhcp-4.0.0/client/dhclient.conf.example
--- dhcp-4.0.0.orig/client/dhclient.conf.example 1997-06-03 00:50:44.000000000 +0200
+++ dhcp-4.0.0/client/dhclient.conf.example 2008-02-23 23:49:14.538607761 +0100
@@ -1,3 +1,7 @@
+#
+# /etc/dhclient.conf: DHCP client configuration file, see dhclient.conf(5)
@ -24,9 +24,9 @@ diff -ur dhcp-4.0.0.orig/client/dhclient.conf dhcp-4.0.0/client/dhclient.conf
}
+
+# End of file
diff -ur dhcp-4.0.0.orig/server/dhcpd.conf dhcp-4.0.0/server/dhcpd.conf
--- dhcp-4.0.0.orig/server/dhcpd.conf 2002-08-13 02:55:17.000000000 +0200
+++ dhcp-4.0.0/server/dhcpd.conf 2008-02-23 23:50:52.132354533 +0100
diff -ur dhcp-4.0.0.orig/server/dhcpd.conf.example dhcp-4.0.0/server/dhcpd.conf.example
--- dhcp-4.0.0.orig/server/dhcpd.conf.example 2002-08-13 02:55:17.000000000 +0200
+++ dhcp-4.0.0/server/dhcpd.conf.example 2008-02-23 23:50:52.132354533 +0100
@@ -1,11 +1,11 @@
-# dhcpd.conf
#