From 1b0130961ebc308bba4c9ced3988558bfac103d9 Mon Sep 17 00:00:00 2001 From: "Robin H. Johnson" Date: Wed, 7 Nov 2012 00:22:33 +0000 Subject: checkbashisms: clean up export statements. Signed-off-by: Robin H. Johnson --- etc/rc.devd | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'etc/rc.devd') diff --git a/etc/rc.devd b/etc/rc.devd index 272a413..11f27eb 100644 --- a/etc/rc.devd +++ b/etc/rc.devd @@ -3,8 +3,9 @@ # Released under the 2-clause BSD license. # Inform RC that we are in the background and hotplugged -export IN_BACKGROUND=yes -export IN_HOTPLUG=yes +IN_BACKGROUND=yes +IN_HOTPLUG=yes +export IN_BACKGROUND IN_HOTPLUG getmedia() { ifconfig "$1" | while read line; do -- cgit v1.2.3