From 4eada90c42bc370bef001d74768c8a3f806c437a Mon Sep 17 00:00:00 2001 From: todd <> Date: Sun, 2 Jan 2000 06:39:08 +0000 Subject: [PATCH] fix rtsold case, reset cmd for each iteration! --- src/etc/netstart | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/etc/netstart b/src/etc/netstart index 171df836..79ae12d5 100644 --- a/src/etc/netstart +++ b/src/etc/netstart @@ -1,6 +1,6 @@ #!/bin/sh - # -# $OpenBSD: netstart,v 1.58 2000/01/02 06:32:44 itojun Exp $ +# $OpenBSD: netstart,v 1.59 2000/01/02 06:39:08 todd Exp $ # Returns true if $1 contains only alphanumerics isalphanumeric() { @@ -100,6 +100,7 @@ for hn in /etc/hostname.*; do "rtsol") ifconfig $if $name $mask $bcaddr $ext1 $ext2 down rtsolif="$rtsolif $if" + cmd= ;; "up") # The only one of these guaranteed to be set is $if