From a1bd980ea10fadb45b0f5fae96877bc45ee26cc2 Mon Sep 17 00:00:00 2001 From: todd <> Date: Wed, 16 Jun 2010 23:45:57 +0000 Subject: [PATCH] permit e.g. -inet6 syntax by slurping all lines not just some noticed by rhsv6 at hushmail dot com, ok sthen@ --- src/etc/netstart | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/etc/netstart b/src/etc/netstart index 11a015c7..5cc06c28 100644 --- a/src/etc/netstart +++ b/src/etc/netstart @@ -1,6 +1,6 @@ #!/bin/sh - # -# $OpenBSD: netstart,v 1.129 2010/01/12 07:43:41 henning Exp $ +# $OpenBSD: netstart,v 1.130 2010/06/16 23:45:57 todd Exp $ # Strip comments (and leading/trailing whitespace if IFS is set) # from a file and spew to stdout @@ -111,7 +111,7 @@ ifstart() { dest) cmd="$cmd $dtaddr" ;; - [a-z!]*) + *) cmd2="$dt $dtaddr" ;; esac