1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-08 06:48:28 +00:00

Update to 3.0.1 rc8.

PR:		37131
Submitted by:	maintainer
This commit is contained in:
Anders Nordby 2002-04-19 20:59:21 +00:00
parent 100813e4ce
commit 0f241b0e8d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=57894
15 changed files with 30 additions and 75 deletions

View File

@ -7,7 +7,7 @@
#
PORTNAME= dhcp
PORTVERSION= 3.0.1.r6
PORTVERSION= 3.0.1.r8
CATEGORIES= net
MASTER_SITES= ftp://ftp.isc.org/isc/%SUBDIR%/ \
${US_MASTER_SITES} ${JAPAN_MASTER_SITES} \

View File

@ -1 +1 @@
MD5 (dhcp-3.0.1rc6.tar.gz) = 49bbcae04529d1791d1c30611fcc9e49
MD5 (dhcp-3.0.1rc8.tar.gz) = 4229e0f1806d811f8fbe1e62fa57f435

View File

@ -1,6 +1,6 @@
--- client/scripts/freebsd.orig Fri Apr 20 22:01:14 2001
+++ client/scripts/freebsd Sat Apr 21 19:01:59 2001
@@ -16,17 +16,17 @@
--- client/scripts/freebsd.orig Tue Feb 19 17:59:35 2002
+++ client/scripts/freebsd Mon Apr 15 15:31:21 2002
@@ -20,17 +20,17 @@
# Must be used on exit. Invokes the local dhcp client exit hooks, if any.
exit_with_hooks() {
exit_status=$1
@ -22,7 +22,7 @@
# allow the local script to abort processing of this state
# local script must set exit_status variable to nonzero.
if [ $exit_status -ne 0 ]; then
@@ -35,11 +35,11 @@
@@ -39,11 +39,11 @@
fi
if [ x$new_network_number != x ]; then
@ -36,12 +36,3 @@
new_broadcast_arg="broadcast $new_broadcast_address"
fi
if [ x$old_broadcast_address != x ]; then
@@ -158,7 +158,7 @@
shift; shift
done
fi
- arp -n -a | sed -n -e 's/^.*(\(.*\)) at .*$/arp -n -d \1/p' \
+ arp -n -a | sed -n -e 's/^.*(\(.*\)) at .*$/arp -d \1/p' \
|sh >/dev/null 2>&1
fi
if [ x$alias_ip_address != x ]; then

View File

@ -7,7 +7,7 @@
#
PORTNAME= dhcp
PORTVERSION= 3.0.1.r6
PORTVERSION= 3.0.1.r8
CATEGORIES= net
MASTER_SITES= ftp://ftp.isc.org/isc/%SUBDIR%/ \
${US_MASTER_SITES} ${JAPAN_MASTER_SITES} \

View File

@ -1 +1 @@
MD5 (dhcp-3.0.1rc6.tar.gz) = 49bbcae04529d1791d1c30611fcc9e49
MD5 (dhcp-3.0.1rc8.tar.gz) = 4229e0f1806d811f8fbe1e62fa57f435

View File

@ -1,6 +1,6 @@
--- client/scripts/freebsd.orig Fri Apr 20 22:01:14 2001
+++ client/scripts/freebsd Sat Apr 21 19:01:59 2001
@@ -16,17 +16,17 @@
--- client/scripts/freebsd.orig Tue Feb 19 17:59:35 2002
+++ client/scripts/freebsd Mon Apr 15 15:31:21 2002
@@ -20,17 +20,17 @@
# Must be used on exit. Invokes the local dhcp client exit hooks, if any.
exit_with_hooks() {
exit_status=$1
@ -22,7 +22,7 @@
# allow the local script to abort processing of this state
# local script must set exit_status variable to nonzero.
if [ $exit_status -ne 0 ]; then
@@ -35,11 +35,11 @@
@@ -39,11 +39,11 @@
fi
if [ x$new_network_number != x ]; then
@ -36,12 +36,3 @@
new_broadcast_arg="broadcast $new_broadcast_address"
fi
if [ x$old_broadcast_address != x ]; then
@@ -158,7 +158,7 @@
shift; shift
done
fi
- arp -n -a | sed -n -e 's/^.*(\(.*\)) at .*$/arp -n -d \1/p' \
+ arp -n -a | sed -n -e 's/^.*(\(.*\)) at .*$/arp -d \1/p' \
|sh >/dev/null 2>&1
fi
if [ x$alias_ip_address != x ]; then

View File

@ -7,7 +7,7 @@
#
PORTNAME= dhcp
PORTVERSION= 3.0.1.r6
PORTVERSION= 3.0.1.r8
CATEGORIES= net
MASTER_SITES= ftp://ftp.isc.org/isc/%SUBDIR%/ \
${US_MASTER_SITES} ${JAPAN_MASTER_SITES} \

View File

@ -1 +1 @@
MD5 (dhcp-3.0.1rc6.tar.gz) = 49bbcae04529d1791d1c30611fcc9e49
MD5 (dhcp-3.0.1rc8.tar.gz) = 4229e0f1806d811f8fbe1e62fa57f435

View File

@ -1,6 +1,6 @@
--- client/scripts/freebsd.orig Fri Apr 20 22:01:14 2001
+++ client/scripts/freebsd Sat Apr 21 19:01:59 2001
@@ -16,17 +16,17 @@
--- client/scripts/freebsd.orig Tue Feb 19 17:59:35 2002
+++ client/scripts/freebsd Mon Apr 15 15:31:21 2002
@@ -20,17 +20,17 @@
# Must be used on exit. Invokes the local dhcp client exit hooks, if any.
exit_with_hooks() {
exit_status=$1
@ -22,7 +22,7 @@
# allow the local script to abort processing of this state
# local script must set exit_status variable to nonzero.
if [ $exit_status -ne 0 ]; then
@@ -35,11 +35,11 @@
@@ -39,11 +39,11 @@
fi
if [ x$new_network_number != x ]; then
@ -36,12 +36,3 @@
new_broadcast_arg="broadcast $new_broadcast_address"
fi
if [ x$old_broadcast_address != x ]; then
@@ -158,7 +158,7 @@
shift; shift
done
fi
- arp -n -a | sed -n -e 's/^.*(\(.*\)) at .*$/arp -n -d \1/p' \
+ arp -n -a | sed -n -e 's/^.*(\(.*\)) at .*$/arp -d \1/p' \
|sh >/dev/null 2>&1
fi
if [ x$alias_ip_address != x ]; then

View File

@ -7,7 +7,7 @@
#
PORTNAME= dhcp
PORTVERSION= 3.0.1.r6
PORTVERSION= 3.0.1.r8
CATEGORIES= net
MASTER_SITES= ftp://ftp.isc.org/isc/%SUBDIR%/ \
${US_MASTER_SITES} ${JAPAN_MASTER_SITES} \

View File

@ -1 +1 @@
MD5 (dhcp-3.0.1rc6.tar.gz) = 49bbcae04529d1791d1c30611fcc9e49
MD5 (dhcp-3.0.1rc8.tar.gz) = 4229e0f1806d811f8fbe1e62fa57f435

View File

@ -1,6 +1,6 @@
--- client/scripts/freebsd.orig Fri Apr 20 22:01:14 2001
+++ client/scripts/freebsd Sat Apr 21 19:01:59 2001
@@ -16,17 +16,17 @@
--- client/scripts/freebsd.orig Tue Feb 19 17:59:35 2002
+++ client/scripts/freebsd Mon Apr 15 15:31:21 2002
@@ -20,17 +20,17 @@
# Must be used on exit. Invokes the local dhcp client exit hooks, if any.
exit_with_hooks() {
exit_status=$1
@ -22,7 +22,7 @@
# allow the local script to abort processing of this state
# local script must set exit_status variable to nonzero.
if [ $exit_status -ne 0 ]; then
@@ -35,11 +35,11 @@
@@ -39,11 +39,11 @@
fi
if [ x$new_network_number != x ]; then
@ -36,12 +36,3 @@
new_broadcast_arg="broadcast $new_broadcast_address"
fi
if [ x$old_broadcast_address != x ]; then
@@ -158,7 +158,7 @@
shift; shift
done
fi
- arp -n -a | sed -n -e 's/^.*(\(.*\)) at .*$/arp -n -d \1/p' \
+ arp -n -a | sed -n -e 's/^.*(\(.*\)) at .*$/arp -d \1/p' \
|sh >/dev/null 2>&1
fi
if [ x$alias_ip_address != x ]; then

View File

@ -7,7 +7,7 @@
#
PORTNAME= dhcp
PORTVERSION= 3.0.1.r6
PORTVERSION= 3.0.1.r8
CATEGORIES= net
MASTER_SITES= ftp://ftp.isc.org/isc/%SUBDIR%/ \
${US_MASTER_SITES} ${JAPAN_MASTER_SITES} \

View File

@ -1 +1 @@
MD5 (dhcp-3.0.1rc6.tar.gz) = 49bbcae04529d1791d1c30611fcc9e49
MD5 (dhcp-3.0.1rc8.tar.gz) = 4229e0f1806d811f8fbe1e62fa57f435

View File

@ -1,6 +1,6 @@
--- client/scripts/freebsd.orig Fri Apr 20 22:01:14 2001
+++ client/scripts/freebsd Sat Apr 21 19:01:59 2001
@@ -16,17 +16,17 @@
--- client/scripts/freebsd.orig Tue Feb 19 17:59:35 2002
+++ client/scripts/freebsd Mon Apr 15 15:31:21 2002
@@ -20,17 +20,17 @@
# Must be used on exit. Invokes the local dhcp client exit hooks, if any.
exit_with_hooks() {
exit_status=$1
@ -22,7 +22,7 @@
# allow the local script to abort processing of this state
# local script must set exit_status variable to nonzero.
if [ $exit_status -ne 0 ]; then
@@ -35,11 +35,11 @@
@@ -39,11 +39,11 @@
fi
if [ x$new_network_number != x ]; then
@ -36,12 +36,3 @@
new_broadcast_arg="broadcast $new_broadcast_address"
fi
if [ x$old_broadcast_address != x ]; then
@@ -158,7 +158,7 @@
shift; shift
done
fi
- arp -n -a | sed -n -e 's/^.*(\(.*\)) at .*$/arp -n -d \1/p' \
+ arp -n -a | sed -n -e 's/^.*(\(.*\)) at .*$/arp -d \1/p' \
|sh >/dev/null 2>&1
fi
if [ x$alias_ip_address != x ]; then