=== modified file 'mandos'
--- mandos 2012-05-24 18:10:10 +0000
+++ mandos 2012-05-26 22:48:45 +0000
@@ -2316,6 +2316,8 @@
# Close all input and output, do double fork, etc.
daemon()
+ # multiprocessing will use threads, so before we use gobject we
+ # need to inform gobject that threads will be used.
gobject.threads_init()
global main_loop
=== modified file 'mandos-clients.conf.xml'
--- mandos-clients.conf.xml 2012-05-12 19:29:05 +0000
+++ mandos-clients.conf.xml 2012-05-26 22:48:45 +0000
@@ -3,7 +3,7 @@
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
/etc/mandos/clients.conf">
-
+
%common;
]>
@@ -167,12 +167,12 @@
This option is optional.
- This option allows you to override the default shell
- command that the server will use to check if the client is
- still up. Any output of the command will be ignored, only
- the exit code is checked: If the exit code of the command
- is zero, the client is considered up. The command will be
- run using /bin/sh
+ This option overrides the default shell command that the
+ server will use to check if the client is still up. Any
+ output of the command will be ignored, only the exit code
+ is checked: If the exit code of the command is zero, the
+ client is considered up. The command will be run using
+ /bin/sh, so
PATH will be searched. The default
value for the checker command is mandos.conf5,
mandos
+ 8,
+ fping8