=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/etc/netstart,v retrieving revision 1.75 retrieving revision 1.76 diff -c -r1.75 -r1.76 *** src/etc/netstart 2001/01/10 22:17:10 1.75 --- src/etc/netstart 2001/02/06 23:05:45 1.76 *************** *** 1,6 **** #!/bin/sh - # ! # $OpenBSD: netstart,v 1.75 2001/01/10 22:17:10 jason Exp $ # Returns true if $1 contains only alphanumerics isalphanumeric() { --- 1,6 ---- #!/bin/sh - # ! # $OpenBSD: netstart,v 1.76 2001/02/06 23:05:45 todd Exp $ # Returns true if $1 contains only alphanumerics isalphanumeric() { *************** *** 123,129 **** # $af can be "dhcp", "up", "rtsol", an address family, commands, or # a comment. case "$af" in ! "#"*) # skip comments continue ;; "!"*) # parse commands --- 123,129 ---- # $af can be "dhcp", "up", "rtsol", an address family, commands, or # a comment. case "$af" in ! "#"*|"") # skip comments and empty lines continue ;; "!"*) # parse commands