diff options
Diffstat (limited to 'etc')
-rw-r--r-- | etc/netstart | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/etc/netstart b/etc/netstart index 4cf032a921d..9dbcc3a3aa2 100644 --- a/etc/netstart +++ b/etc/netstart @@ -1,6 +1,6 @@ #!/bin/sh - # -# $OpenBSD: netstart,v 1.71 2000/06/18 19:02:24 todd Exp $ +# $OpenBSD: netstart,v 1.72 2000/09/02 15:59:29 todd Exp $ # Returns true if $1 contains only alphanumerics isalphanumeric() { @@ -157,6 +157,8 @@ for hn in /etc/hostname.*; do bcaddr=$ext1 ext1=$ext2 ext2= + else + alias= fi cmd="ifconfig $if $af $alias $name " case "$dt" in |