From fd8d4ec34785e71de3f8458222d196d454d0e723 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Mon, 24 Sep 2012 09:20:46 +0200 Subject: replace: Support setproctitle(). This uses the setproctitle() from libc, libsetproctitle or libbsd. If none is available it provides a dummy implementation. --- lib/replace/README | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/replace/README') diff --git a/lib/replace/README b/lib/replace/README index 5399971afe..e960dc877e 100644 --- a/lib/replace/README +++ b/lib/replace/README @@ -73,6 +73,7 @@ readlink symlink realpath poll +setproctitle Types: bool -- cgit