From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jeremy Higdon Date: Tue, 23 Nov 2004 00:45:19 +0000 Subject: udev.rules syntax question Message-Id: <20041123004518.GA179133@sgi.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: linux-hotplug@vger.kernel.org Hello, I have a rules file with the following rules: BUS="scsi", PROGRAM="/sbin/udev_xscsi", SYMLINK="%c" BUS="scsi", PROGRAM="/sbin/udev.get_persistent_device_name.sh", NAME="%k" SYMLINK="%c{1+}" By my reading of the documentation, both rules should provide a symlink to the canonical name (/dev/sda, or whatever). However, I only get the symlinks from the second rule. If I change the first line to: BUS="scsi", PROGRAM="/sbin/udev_xscsi", NAME="%k" SYMLINK="%c" then I only get the symlink from the first rule. I'm running udev version 021, if that makes a difference. thanks jeremy ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://productguide.itmanagersjournal.com/ _______________________________________________ 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