chiark / gitweb /
[PATCH] udevstart: simplify "dev" file searching
authorkay.sievers@vrfy.org <kay.sievers@vrfy.org>
Thu, 10 Feb 2005 17:26:09 +0000 (18:26 +0100)
committerGreg KH <gregkh@suse.de>
Wed, 27 Apr 2005 06:31:07 +0000 (23:31 -0700)
commitf22e9686fd4f8e602e8dc11a4b06765206f26edf
tree3d99beeb2bd964051aff5b6f6c6fe7d938b3a479
parent27753a3cf74f9d665728e0e2c483435b1d72721f
[PATCH] udevstart: simplify "dev" file searching

Just stat() the "dev" file in the device directory instead of
opening the directory and iterating over all entries.

Make udevstart work with the settings in with udev.conf so we can
run a test program.

Add a test for udevstart.

Remove changelog stuff from code. We should never start with this
silly thing.
test/udev-test.pl
test/udevstart-test.pl [new file with mode: 0644]
udev_start.c