https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197267
--- Comment #3 from Hans Petter Selasky <[email protected]> --- Hi, I see in your action you hardcode the USB device. Use $cdev instead, and substitute the last digit! action "dd if=/usr/local/share/foo2zjs/firmware/sihp1020.dl of=/dev/usb/1.2.1"; /dev/usb/1.2.1 can be obtained like this in the devd config file: realpath /dev/$cdev | sed -e "s/\.0/.1/g" Address 1.0 does not exist, so the last .0 will always be matched. --HPS -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "[email protected]"
