summaryrefslogtreecommitdiff
path: root/extras/ide-devfs.sh
diff options
context:
space:
mode:
authorkay.sievers@vrfy.org <kay.sievers@vrfy.org>2004-02-17 01:29:03 -0800
committerGreg KH <gregkh@suse.de>2005-04-26 21:32:28 -0700
commit88f09368b3dc2d17cf2ce1a4841e42a120a4dbb9 (patch)
tree788fc630fa0a494b10d9906277fe6fd949706b38 /extras/ide-devfs.sh
parent16378373cb9d96e5d424921806ff71f218e92694 (diff)
[PATCH] udev - switch callout part selector to {attribute}
Here we change the magic callout part number selector to the new atribute syntax. The syntax to select the second part of the callout string: '%2c' is now '%c{2}' I think it's more clear and we no longer misuse the length argument. The old syntax is still supported, but we should remove it some time in the future.
Diffstat (limited to 'extras/ide-devfs.sh')
-rw-r--r--extras/ide-devfs.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/extras/ide-devfs.sh b/extras/ide-devfs.sh
index 1cf6f9c9e4..0a9369dff4 100644
--- a/extras/ide-devfs.sh
+++ b/extras/ide-devfs.sh
@@ -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]\.}"