diff options
Diffstat (limited to 'net/isc-dhcp31-server/files/patch-freebsd')
-rw-r--r-- | net/isc-dhcp31-server/files/patch-freebsd | 17 |
1 files changed, 4 insertions, 13 deletions
diff --git a/net/isc-dhcp31-server/files/patch-freebsd b/net/isc-dhcp31-server/files/patch-freebsd index 287cea9a545..61a0e0c093a 100644 --- a/net/isc-dhcp31-server/files/patch-freebsd +++ b/net/isc-dhcp31-server/files/patch-freebsd @@ -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 |