=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/etc/netstart,v retrieving revision 1.137 retrieving revision 1.138 diff -c -r1.137 -r1.138 *** src/etc/netstart 2012/12/05 07:08:38 1.137 --- src/etc/netstart 2013/03/20 15:26:28 1.138 *************** *** 1,6 **** #!/bin/sh - # ! # $OpenBSD: netstart,v 1.137 2012/12/05 07:08:38 rpe Exp $ # Strip comments (and leading/trailing whitespace if IFS is set) # from a file and spew to stdout --- 1,6 ---- #!/bin/sh - # ! # $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,259 **** fi fi ! # /etc/mygate, if it exists, contains the name of my gateway host ! # that name must be in /etc/hosts. [[ -z $dhcpif ]] && stripcom /etc/mygate | while read gw; do [[ $gw == @(*:*) ]] && continue route -qn delete default > /dev/null 2>&1 --- 252,258 ---- fi fi ! # 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