Source-Changes-HG archive

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

[src/netbsd-1-4]: src/etc Pull up revision 1.69 (requested by explorer):



details:   https://anonhg.NetBSD.org/src/rev/4b62913bfa30
branches:  netbsd-1-4
changeset: 470220:4b62913bfa30
user:      he <he%NetBSD.org@localhost>
date:      Mon Jan 31 19:34:37 2000 +0000

description:
Pull up revision 1.69 (requested by explorer):
  Use 'route -n flush' instead of 'route flush' to avoid delay
  caused by name lookups for entries we throw away.

diffstat:

 etc/netstart |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (20 lines):

diff -r e14e60e3193e -r 4b62913bfa30 etc/netstart
--- a/etc/netstart      Mon Jan 31 19:26:57 2000 +0000
+++ b/etc/netstart      Mon Jan 31 19:34:37 2000 +0000
@@ -1,6 +1,6 @@
 #!/bin/sh -
 #
-#      $NetBSD: netstart,v 1.55 1999/03/24 19:03:10 mellon Exp $
+#      $NetBSD: netstart,v 1.55.2.1 2000/01/31 19:34:37 he Exp $
 #      from: @(#)netstart      8.1 (Berkeley) 7/23/93
 
 if [ -f /etc/rc.subr ]; then
@@ -34,7 +34,7 @@
 
 # Flush all routes just to make sure it is clean
 if checkyesno flushroutes; then
-       route flush
+       route -n flush
 fi
 
 # Enable, flush and install packet filter rules before configuring interfaces.



Home | Main Index | Thread Index | Old Index