From 51b827390cfff33110fcaaece348aaf4d4d72b03 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Tue, 19 Nov 2013 00:03:39 +0000 Subject: [PATCH] base-files: add the DEVICENAME variable for hotplug scripts Signed-off-by: Felix Fietkau SVN-Revision: 38861 --- package/base-files/files/sbin/hotplug-call | 1 + 1 file changed, 1 insertion(+) diff --git a/package/base-files/files/sbin/hotplug-call b/package/base-files/files/sbin/hotplug-call index d627becc69..260be0b7a4 100755 --- a/package/base-files/files/sbin/hotplug-call +++ b/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 ( -- 2.30.2