From: Sven Trenkel Date: Tue, 15 Dec 2009 19:29:15 +0000 (+0100) Subject: Annoying signal documentation. X-Git-Tag: collectd-4.9.0^0 X-Git-Url: https://git.octo.it/?a=commitdiff_plain;h=933099579e714f65a8a0429ac9af79cac8f0842e;p=collectd.git Annoying signal documentation. --- diff --git a/src/collectd-python.pod b/src/collectd-python.pod index 3620aee7..021a6c57 100644 --- a/src/collectd-python.pod +++ b/src/collectd-python.pod @@ -96,6 +96,16 @@ exception either. To quit collectd send I (press I at the beginning of a new line). +=item + +B<3.> collectd handles I. This means that python won't be able to +determine the return code of spawned processes with system(), popen() and +subprocess. This will result in python not using external programs like less +to display help texts. You can override this behavior with the B +environment variable, e.g. I before starting collectd. +Depending on your version of python this might or might not result in an +B exception which can be ignored. + =back =item EB IE block