chiark / gitweb /
[PATCH] make udevtest a real program :)
authorkay.sievers@vrfy.org <kay.sievers@vrfy.org>
Tue, 23 Mar 2004 06:18:34 +0000 (22:18 -0800)
committerGreg KH <gregkh@suse.de>
Wed, 27 Apr 2005 04:35:10 +0000 (21:35 -0700)
commit8a0acf85f25d2fb4659aafbad7db2fe48a58307d
treebf45b3ff9bac17734dc27ef755c2583a07a65951
parentb99c85e440193eb7f7dd84e473cafb16cb75722f
[PATCH] make udevtest a real program :)

Here are the missing pieces for udevtest. A simple man page is added,
the blacklist is removed, cause it can't work without having a subsystem.
The Makefile removes all manpages now with a uninstall and installs
udevtest in /usr/bin/.
Any old version from /sbin/ should be deleted by hand.

The only expected argument is the sysfs devpath, here I changed it to be
more tolerant to the input. The path may now be specified with or
without a leading slash and optionally with the /sys moutpoint prepended.

I hope this will end the confusion about the use of this program :)
Makefile
udevtest.8 [new file with mode: 0644]
udevtest.c