diff options
author | greg@kroah.com <greg@kroah.com> | 2005-02-08 21:40:06 -0800 |
---|---|---|
committer | Greg KH <gregkh@suse.de> | 2005-04-26 23:28:12 -0700 |
commit | 3a030b511f74348a67c413858713c6fe9c85605c (patch) | |
tree | f8cf330ea315008c8b8f776edeadc27b748bb244 /extras/ide-devfs.sh | |
parent | ee2427d3daafa746649f361b0b464e40b95b8549 (diff) |
[PATCH] fix example comment in ide-devfs.sh
Diffstat (limited to 'extras/ide-devfs.sh')
-rw-r--r-- | extras/ide-devfs.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extras/ide-devfs.sh b/extras/ide-devfs.sh index 580a751abe..d4c05b5342 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="%c{1} %c{2}" +# BUS="ide", KERNEL="hd*", PROGRAM="/etc/udev/ide-devfs.sh %k %b %n", NAME="%k", SYMLINK="%c{1} %c{2}", GROUP="%c{3}" HOST="${2%\.[0-9]}" TARGET="${2#[0-9]\.}" |