]> git.ipfire.org Git - thirdparty/util-linux.git/commit
libuuid: don't exec uuidd
authorPetr Uzel <petr.uzel@suse.cz>
Thu, 3 May 2012 19:01:59 +0000 (21:01 +0200)
committerKarel Zak <kzak@redhat.com>
Fri, 4 May 2012 13:14:18 +0000 (15:14 +0200)
commitea4f8845f0241c714f9487ece5bb6900fc18a9e0
treee720d34aa6c37d54c52eddeb6506450ba40005dc
parent1b68c37927c193d10195b7f1ba03f9b6e3ff389e
libuuid: don't exec uuidd

Executing the daemon from the shared library is not quite elegant
solution. Drop this functionality and require uuidd (should it be
needed) to be started from the initscript or by socket-activation.

References: http://www.spinics.net/lists/util-linux-ng/msg05967.html

Signed-off-by: Petr Uzel <petr.uzel@suse.cz>
libuuid/src/Makefile.am
libuuid/src/gen_uuid.c