chiark / gitweb /
[PATCH] fix problems with dev.d and udevstart
authorkay.sievers@vrfy.org <kay.sievers@vrfy.org>
Thu, 7 Oct 2004 07:17:11 +0000 (00:17 -0700)
committerGreg KH <gregkh@suse.de>
Wed, 27 Apr 2005 04:37:03 +0000 (21:37 -0700)
commit1059b07a143fac796a4ae8a7235cab9665a7622e
tree48551f0cd63c974317a857aa1889251eb70cfca7
parente284ecba7646562da9ad4c3c22871f6c341960d4
[PATCH] fix problems with dev.d and udevstart

Here is the correction for the dev.d/ scripts too. We should pass
the right argv[0] here too. A script may depend on the right value, as
udev does with udev/udevstart.

Here is the old version:
  [pid  4692] execve("/etc/dev.d/default/log.dev", ["./udev", "block"], [/* 41 vars */]) = 0

this the new one:
  [pid  9832] execve("/etc/dev.d/default/log.dev", ["/etc/dev.d/default/log.dev", "block"], [/* 41 vars */]) = 0
dev_d.c
namedev.c