From mboxrd@z Thu Jan 1 00:00:00 1970 From: Greg KH Date: Mon, 14 Apr 2003 22:46:07 +0000 Subject: [RFC] /sbin/hotplug multiplexor - take 2 Message-Id: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: linux-hotplug@vger.kernel.org Ok, based on the comments so far, how about this proposed version of /sbin/hotplug to provide a multiplexor? thanks, greg k-h ---------- #!/bin/sh DIR="/etc/hotplug.d" for I in "${DIR}/$1/"* "${DIR}/"all/* ; do test -x $I && $I $1 ; done exit 1 ---------- ------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf _______________________________________________ Linux-hotplug-devel mailing list http://linux-hotplug.sourceforge.net Linux-hotplug-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/linux-hotplug-devel