Browse Source

base-files: add the DEVICENAME variable for hotplug scripts

Signed-off-by: Felix Fietkau <[email protected]>

SVN-Revision: 38861
Felix Fietkau 12 years ago
parent
commit
69598dd020
1 changed files with 1 additions and 0 deletions
  1. 1 0
      package/base-files/files/sbin/hotplug-call

+ 1 - 0
package/base-files/files/sbin/hotplug-call

@@ -9,6 +9,7 @@ PATH=/bin:/sbin:/usr/bin:/usr/sbin
 LOGNAME=root
 USER=root
 export PATH LOGNAME USER
+export DEVICENAME="${DEVPATH##*/}"
 
 [ \! -z "$1" -a -d /etc/hotplug.d/$1 ] && {
 	for script in $(ls /etc/hotplug.d/$1/* 2>&-); do (