I wrote:
3) Run it in order to generate and install udev rules:packaging/linux-hotplug/print-usb-usermap | ./print-udev-rules \ >/etc/udev/rules.d/31-libgphoto2.rules
The print-udev-rules program is not a filter, but a generator. Thus, the command can be simplified to:
./print-udev-rules >/etc/udev/rules.d/31-libgphoto2.rules Sorry for that. -- Alexander E. Patrakov -- http://linuxfromscratch.org/mailman/listinfo/blfs-dev FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
