1
1
mirror of https://github.com/systemd/systemd-stable.git synced 2024-10-30 14:55:26 +03:00

[PATCH] fix example comment in ide-devfs.sh

This commit is contained in:
greg@kroah.com 2005-02-08 21:40:06 -08:00 committed by Greg KH
parent ee2427d3da
commit 3a030b511f

View 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="%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]\.}"