=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/etc/netstart,v retrieving revision 1.142 retrieving revision 1.143 diff -c -r1.142 -r1.143 *** src/etc/netstart 2014/09/26 15:18:01 1.142 --- src/etc/netstart 2014/09/28 12:58:02 1.143 *************** *** 1,6 **** #!/bin/sh - # ! # $OpenBSD: netstart,v 1.142 2014/09/26 15:18:01 halex 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.143 2014/09/28 12:58:02 claudio Exp $ # Strip comments (and leading/trailing whitespace if IFS is set) # from a file and spew to stdout *************** *** 63,69 **** [ "$name" = "NONE" ] && name= [ "$mask" = "NONE" ] && mask= [ "$bcaddr" = "NONE" ] && bcaddr= ! cmd="ifconfig $if $name $mask $bcaddr $ext1 $ext2" cmd="$cmd;dhclient $if" dhcpif="$dhcpif $if" ;; --- 63,69 ---- [ "$name" = "NONE" ] && name= [ "$mask" = "NONE" ] && mask= [ "$bcaddr" = "NONE" ] && bcaddr= ! cmd="ifconfig $if $name $mask $bcaddr $ext1 $ext2 down" cmd="$cmd;dhclient $if" dhcpif="$dhcpif $if" ;;