On Fri, Jul 28, 2006 at 22:03:38 +0200, Tino Keitel wrote:
> Hi,
>
> it looks like in the past, spaces in the sysfs strings where replaced
> by underscores. Is it possible to get this behaviour with new udev
> versions?
In the past, I used that SYMLINK line:
SYMLINK+="disk/by-devicename/$env{ID_VENDOR}-$env{ID_MODEL}-part%n"
This now gives this:
add symlink 'disk/by-devicename/--part1'
Obviously, the $env{...} statements are empty. However, this still
works on my desktop, with the same udev version:
/dev/disk/by-devicename/ATA-SAMSUNG_SP1614C-part1
Why do the same udev packages behave different here?
Regards,
Tino
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]