=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/etc/netstart,v retrieving revision 1.113 retrieving revision 1.114 diff -c -r1.113 -r1.114 *** src/etc/netstart 2005/12/28 04:55:35 1.113 --- src/etc/netstart 2006/06/29 17:23:28 1.114 *************** *** 1,6 **** #!/bin/sh - # ! # $OpenBSD: netstart,v 1.113 2005/12/28 04:55:35 david 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.114 2006/06/29 17:23:28 todd Exp $ # Strip comments (and leading/trailing whitespace if IFS is set) # from a file and spew to stdout *************** *** 102,108 **** else alias= fi ! cmd="ifconfig $if $af $alias $name " case "$dt" in dest) cmd="$cmd $dtaddr" --- 102,108 ---- else alias= fi ! cmd="ifconfig $if $af $alias $name" case "$dt" in dest) cmd="$cmd $dtaddr"