chiark / gitweb /
[PATCH] cleanup udevstart
authorkay.sievers@vrfy.org <kay.sievers@vrfy.org>
Wed, 3 Mar 2004 06:15:20 +0000 (22:15 -0800)
committerGreg KH <gregkh@suse.de>
Wed, 27 Apr 2005 04:35:07 +0000 (21:35 -0700)
commite4dc0e11c148df0e907ea23fd902324d856abcb1
tree6a9e5ab7d671ed5af6379cb2909e4494b30598fa
parentc58f8c3000b99db5c3810b9f8b1ecc2044070ac1
[PATCH] cleanup udevstart

I just wanted to terminate the snprintf() strings, cause I can see a
overflow with closed eyes after all the audit :)

But then I changed a bit more to bring it in line with the style of the
other files. I replaced the exec_udev() function with the one from
udevd, cause we don't need to read the stdout from udev.

Please have a look if it still works for you too and not
only for usernames with 3 characters :)
udevstart.c