Browse Source

do not add an extra space; nwid and description come out wrong

fix as proposed by maja@, thanks!
OPENBSD_4_0
todd 18 years ago
parent
commit
bd81c371ae
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      src/etc/netstart

+ 2
- 2
src/etc/netstart View File

@ -1,6 +1,6 @@
#!/bin/sh -
#
# $OpenBSD: netstart,v 1.113 2005/12/28 04:55:35 david Exp $
# $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,7 +102,7 @@ ifstart() {
else
alias=
fi
cmd="ifconfig $if $af $alias $name "
cmd="ifconfig $if $af $alias $name"
case "$dt" in
dest)
cmd="$cmd $dtaddr"


Loading…
Cancel
Save