diff options
Diffstat (limited to 'etc/rc.devd')
-rw-r--r-- | etc/rc.devd | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/etc/rc.devd b/etc/rc.devd index 272a413a..11f27ebf 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 |