From 99a25686c3a11ef5321da806ef5cf15a61e4fc85 Mon Sep 17 00:00:00 2001 From: todd <> Date: Wed, 20 Mar 2013 15:26:28 +0000 Subject: [PATCH] fix lies in netstart; replacement wording from halex@ pointed out by Ryan Kavannagh rak at debian dot org --- src/etc/netstart | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/etc/netstart b/src/etc/netstart index d5b7c73b..10679415 100644 --- a/src/etc/netstart +++ b/src/etc/netstart @@ -1,6 +1,6 @@ #!/bin/sh - # -# $OpenBSD: netstart,v 1.137 2012/12/05 07:08:38 rpe Exp $ +# $OpenBSD: netstart,v 1.138 2013/03/20 15:26:28 todd Exp $ # Strip comments (and leading/trailing whitespace if IFS is set) # from a file and spew to stdout @@ -252,8 +252,7 @@ if [ "$ip6kernel" = "YES" -a "x$rtsolif" != "x" ]; then fi fi -# /etc/mygate, if it exists, contains the name of my gateway host -# that name must be in /etc/hosts. +# Look for default routes in /etc/mygate. [[ -z $dhcpif ]] && stripcom /etc/mygate | while read gw; do [[ $gw == @(*:*) ]] && continue route -qn delete default > /dev/null 2>&1