forked from ports/contrib
dhcp: 4.0.0b3 -> 4.0.0
This commit is contained in:
parent
2245496ecd
commit
82b7bbc106
@ -14,11 +14,16 @@ drwxr-xr-x root/root usr/include/dhcpctl/
|
|||||||
-rw-r--r-- root/root usr/include/dhcpctl/dhcpctl.h
|
-rw-r--r-- root/root usr/include/dhcpctl/dhcpctl.h
|
||||||
drwxr-xr-x root/root usr/include/isc-dhcp/
|
drwxr-xr-x root/root usr/include/isc-dhcp/
|
||||||
-rw-r--r-- root/root usr/include/isc-dhcp/boolean.h
|
-rw-r--r-- root/root usr/include/isc-dhcp/boolean.h
|
||||||
|
-rw-r--r-- root/root usr/include/isc-dhcp/commandline.h
|
||||||
-rw-r--r-- root/root usr/include/isc-dhcp/dst.h
|
-rw-r--r-- root/root usr/include/isc-dhcp/dst.h
|
||||||
|
-rw-r--r-- root/root usr/include/isc-dhcp/formatcheck.h
|
||||||
-rw-r--r-- root/root usr/include/isc-dhcp/int.h
|
-rw-r--r-- root/root usr/include/isc-dhcp/int.h
|
||||||
-rw-r--r-- root/root usr/include/isc-dhcp/lang.h
|
-rw-r--r-- root/root usr/include/isc-dhcp/lang.h
|
||||||
-rw-r--r-- root/root usr/include/isc-dhcp/list.h
|
-rw-r--r-- root/root usr/include/isc-dhcp/list.h
|
||||||
|
-rw-r--r-- root/root usr/include/isc-dhcp/mem.h
|
||||||
|
-rw-r--r-- root/root usr/include/isc-dhcp/print.h
|
||||||
-rw-r--r-- root/root usr/include/isc-dhcp/result.h
|
-rw-r--r-- root/root usr/include/isc-dhcp/result.h
|
||||||
|
-rw-r--r-- root/root usr/include/isc-dhcp/string.h
|
||||||
-rw-r--r-- root/root usr/include/isc-dhcp/types.h
|
-rw-r--r-- root/root usr/include/isc-dhcp/types.h
|
||||||
drwxr-xr-x root/root usr/include/omapip/
|
drwxr-xr-x root/root usr/include/omapip/
|
||||||
-rw-r--r-- root/root usr/include/omapip/alloc.h
|
-rw-r--r-- root/root usr/include/omapip/alloc.h
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
9d3f34b05e622bdb3466ca725af454d1 default-config.diff
|
efc3dbabdb2e1127fddc590922ec46b6 default-config.diff
|
||||||
029211d6d09a3eac0fd65deee40e8f71 dhcp-4.0.0b3.tar.gz
|
31d79b27ce4a94089a0b9ce7f72307fa dhcp-4.0.0.tar.gz
|
||||||
82393e9302e5d8da24ece3ec8717cd7e dhcpd
|
82393e9302e5d8da24ece3ec8717cd7e dhcpd
|
||||||
|
@ -1,12 +1,12 @@
|
|||||||
# Description: DHCP server, client and relay agent.
|
# Description: DHCP server, client and relay agent.
|
||||||
# URL: http://www.isc.org/sw/dhcp/
|
# URL: http://www.isc.org/sw/dhcp/
|
||||||
# Maintainer: James Mills, prologic at shortcircuit dot net dot au
|
# Maintainer: Thomas Penteker, tek at serverop dot de
|
||||||
# Packager: Mark Rosenstand, mark at borkware dot net
|
# Packager: Mark Rosenstand, mark at borkware dot net
|
||||||
#
|
#
|
||||||
# Depends on:
|
# Depends on:
|
||||||
|
|
||||||
name=dhcp
|
name=dhcp
|
||||||
version=4.0.0b3
|
version=4.0.0
|
||||||
release=1
|
release=1
|
||||||
source=(http://ftp.isc.org/isc/$name/$name-$version.tar.gz
|
source=(http://ftp.isc.org/isc/$name/$name-$version.tar.gz
|
||||||
dhcpd
|
dhcpd
|
||||||
@ -15,7 +15,7 @@ source=(http://ftp.isc.org/isc/$name/$name-$version.tar.gz
|
|||||||
build() {
|
build() {
|
||||||
cd dhcp-$version
|
cd dhcp-$version
|
||||||
patch -p1 -i $SRC/default-config.diff
|
patch -p1 -i $SRC/default-config.diff
|
||||||
./configure --prefix=/usr
|
./configure --prefix=/usr --mandir=/usr/man
|
||||||
make
|
make
|
||||||
make DESTDIR=$PKG install
|
make DESTDIR=$PKG install
|
||||||
mkdir $PKG/etc/
|
mkdir $PKG/etc/
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
diff -Nru dhcp-3.0.5-orig/client/dhclient.conf dhcp-3.0.5/client/dhclient.conf
|
diff -ur dhcp-4.0.0.orig/client/dhclient.conf dhcp-4.0.0/client/dhclient.conf
|
||||||
--- dhcp-3.0.5-orig/client/dhclient.conf 1997-06-03 01:50:44.000000000 +0300
|
--- dhcp-4.0.0.orig/client/dhclient.conf 1997-06-03 00:50:44.000000000 +0200
|
||||||
+++ dhcp-3.0.5/client/dhclient.conf 2007-01-10 17:56:10.000000000 +0200
|
+++ dhcp-4.0.0/client/dhclient.conf 2008-02-23 23:49:14.538607761 +0100
|
||||||
@@ -1,3 +1,7 @@
|
@@ -1,3 +1,7 @@
|
||||||
+#
|
+#
|
||||||
+# /etc/dhclient.conf: DHCP client configuration file, see dhclient.conf(5)
|
+# /etc/dhclient.conf: DHCP client configuration file, see dhclient.conf(5)
|
||||||
@ -24,9 +24,9 @@ diff -Nru dhcp-3.0.5-orig/client/dhclient.conf dhcp-3.0.5/client/dhclient.conf
|
|||||||
}
|
}
|
||||||
+
|
+
|
||||||
+# End of file
|
+# End of file
|
||||||
diff -Nru dhcp-3.0.5-orig/server/dhcpd.conf dhcp-3.0.5/server/dhcpd.conf
|
diff -ur dhcp-4.0.0.orig/server/dhcpd.conf dhcp-4.0.0/server/dhcpd.conf
|
||||||
--- dhcp-3.0.5-orig/server/dhcpd.conf 2001-01-25 10:33:11.000000000 +0200
|
--- dhcp-4.0.0.orig/server/dhcpd.conf 2002-08-13 02:55:17.000000000 +0200
|
||||||
+++ dhcp-3.0.5/server/dhcpd.conf 2007-01-10 17:56:20.000000000 +0200
|
+++ dhcp-4.0.0/server/dhcpd.conf 2008-02-23 23:50:52.132354533 +0100
|
||||||
@@ -1,11 +1,11 @@
|
@@ -1,11 +1,11 @@
|
||||||
-# dhcpd.conf
|
-# dhcpd.conf
|
||||||
#
|
#
|
||||||
@ -42,7 +42,7 @@ diff -Nru dhcp-3.0.5-orig/server/dhcpd.conf dhcp-3.0.5/server/dhcpd.conf
|
|||||||
|
|
||||||
default-lease-time 600;
|
default-lease-time 600;
|
||||||
max-lease-time 7200;
|
max-lease-time 7200;
|
||||||
@@ -99,3 +99,5 @@
|
@@ -102,3 +102,5 @@
|
||||||
range 10.0.29.10 10.0.29.230;
|
range 10.0.29.10 10.0.29.230;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user