Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/external/bsd/dhcp/bin/clientscript Do not attempt to pass -l...



details:   https://anonhg.NetBSD.org/src/rev/cf62a18e6b72
branches:  trunk
changeset: 819325:cf62a18e6b72
user:      maya <maya%NetBSD.org@localhost>
date:      Sun Nov 27 19:04:40 2016 +0000

description:
Do not attempt to pass -llinfo to route.

llinfo was removed, and the command fails because of it.

diffstat:

 external/bsd/dhcp/bin/clientscript/dhclient-script |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (20 lines):

diff -r 8f5db251c736 -r cf62a18e6b72 external/bsd/dhcp/bin/clientscript/dhclient-script
--- a/external/bsd/dhcp/bin/clientscript/dhclient-script        Sun Nov 27 18:53:05 2016 +0000
+++ b/external/bsd/dhcp/bin/clientscript/dhclient-script        Sun Nov 27 19:04:40 2016 +0000
@@ -1,6 +1,6 @@
 #!/bin/sh
 #
-# $NetBSD: dhclient-script,v 1.2 2015/02/26 09:59:55 roy Exp $
+# $NetBSD: dhclient-script,v 1.3 2016/11/27 19:04:40 maya Exp $
 
 ENTERHOOKS=/etc/dhclient-enter-hooks
 EXITHOOKS=/etc/dhclient-exit-hooks
@@ -85,7 +85,7 @@
                shift; shift
        done
 
-       route -n flush -inet -llinfo -host
+       route -n flush -inet -host
 }
 
 # Invoke the local dhcp client enter hooks, if they exist.



Home | Main Index | Thread Index | Old Index