summaryrefslogtreecommitdiff
path: root/etc/rc.devd
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2012-11-07 00:22:33 +0000
committerRobin H. Johnson <robbat2@gentoo.org>2012-11-07 00:22:33 +0000
commit1b0130961ebc308bba4c9ced3988558bfac103d9 (patch)
tree40dcef0a3f194d4741a8ae3ea9c12015e0bc89df /etc/rc.devd
parent3809eac54d575d52d8793df38f826f1d7d7398fb (diff)
downloadopenrc-1b0130961ebc308bba4c9ced3988558bfac103d9.tar.gz
openrc-1b0130961ebc308bba4c9ced3988558bfac103d9.tar.bz2
openrc-1b0130961ebc308bba4c9ced3988558bfac103d9.tar.xz
checkbashisms: clean up export statements.
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
Diffstat (limited to 'etc/rc.devd')
-rw-r--r--etc/rc.devd5
1 files changed, 3 insertions, 2 deletions
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