]> git.ipfire.org Git - thirdparty/util-linux.git/commit
uuidd: ensure pid file is wrote when it is requested
authorSami Kerola <kerolasa@iki.fi>
Sat, 24 May 2014 16:38:49 +0000 (17:38 +0100)
committerSami Kerola <kerolasa@iki.fi>
Mon, 26 May 2014 15:37:54 +0000 (16:37 +0100)
commitcaac20642977478444c9f8be6f70a564a5966a37
treedd4318ca724ca53225059aa224dd1033ca73560f
parent574528ed406f1c647853a80a94419cbaba7473e4
uuidd: ensure pid file is wrote when it is requested

Earlier for example this 'uuidd --pid /dev/full' worked, now error is
printed about truncating not being possible for character device and
assuming someone would write pid to full disk it should not be go by
unnoticed.

Signed-off-by: Sami Kerola <kerolasa@iki.fi>
misc-utils/uuidd.c