From 54562d3525ae99a7982b4e506978dc0b875c240c Mon Sep 17 00:00:00 2001 From: "Robin H. Johnson" Date: Tue, 6 Nov 2012 23:18:32 +0000 Subject: net/vlan: checkbashisms. Signed-off-by: Robin H. Johnson --- net/vlan.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'net') diff --git a/net/vlan.sh b/net/vlan.sh index b29af80..458cb2d 100644 --- a/net/vlan.sh +++ b/net/vlan.sh @@ -117,7 +117,7 @@ vlan_post_start() /proc/net/vlan/config )" mark_service_started "net.${ifname}" ( - export RC_SVCNAME="net.${ifname}" + RC_SVCNAME="net.${ifname}" ; export RC_SVCNAME start ) || mark_service_stopped "net.${ifname}" done @@ -134,7 +134,7 @@ vlan_pre_stop() for vlan in $(_get_vlans); do einfo "Removing VLAN ${vlan##*.} from ${IFACE}" ( - export RC_SVCNAME="net.${vlan}" + RC_SVCNAME="net.${vlan}" ; export RC_SVCNAME stop ) && { mark_service_stopped "net.${vlan}" -- cgit v1.2.3