=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/etc/netstart,v retrieving revision 1.129 retrieving revision 1.130 diff -c -r1.129 -r1.130 *** src/etc/netstart 2010/01/12 07:43:41 1.129 --- src/etc/netstart 2010/06/16 23:45:57 1.130 *************** *** 1,6 **** #!/bin/sh - # ! # $OpenBSD: netstart,v 1.129 2010/01/12 07:43:41 henning 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.130 2010/06/16 23:45:57 todd Exp $ # Strip comments (and leading/trailing whitespace if IFS is set) # from a file and spew to stdout *************** *** 111,117 **** dest) cmd="$cmd $dtaddr" ;; ! [a-z!]*) cmd2="$dt $dtaddr" ;; esac --- 111,117 ---- dest) cmd="$cmd $dtaddr" ;; ! *) cmd2="$dt $dtaddr" ;; esac