From: kay.sievers@vrfy.org Date: Sat, 6 Nov 2004 13:30:15 +0000 (+0100) Subject: [PATCH] pass the whole event environment to udevd X-Git-Tag: 046~22 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=commitdiff_plain;h=4a231017ff6e9f66a685b0d1e4e49dc46645bb40;hp=4a231017ff6e9f66a685b0d1e4e49dc46645bb40 [PATCH] pass the whole event environment to udevd Make _all_ hotplug variables available to the forked udev, the udev callouts and the udev dev.d/ scripts. We put the whole environment into a buffer and send it over the udevd socket. udevd recreates *envp[] and passes it to the exec(). ---