chiark / gitweb /
[PATCH] udev - switch callout part selector to {attribute}
[elogind.git] / extras / ide-devfs.sh
index 1cf6f9c9e463aaf3d43be8f2a177aeb05e1098c1..0a9369dff4aa17f74535616823a0d2e171550a0b 100644 (file)
@@ -2,7 +2,7 @@
 
 # udev external PROGRAM script
 # return devfs-names for ide-devices
-# BUS="ide", KERNEL="hd*", PROGRAM="/etc/udev/ide-devfs.sh %k %b %n", NAME="%k", SYMLINK="%1c %2c"
+# BUS="ide", KERNEL="hd*", PROGRAM="/etc/udev/ide-devfs.sh %k %b %n", NAME="%k", SYMLINK="%c{1} %c{2}"
 
 HOST="${2%\.[0-9]}"
 TARGET="${2#[0-9]\.}"