On 08-01-29 11:01, Chris wrote:
#!/bin/shDEVCLASS=$1 DEVNAME=$2 case $DEVCLASS in 2) # disk devices disklabel=`/sbin/disklabel $DEVNAME 2>&1 | \ sed -n '/^label: /s/^label: //p'` case $disklabel in JetFlash)
Without ever having played around with hotplugd, I'd try: "JetFlash*)" instead of "JetFlash)" that you have there now.