From f32a004d52b3ba406f541d3c27fa8a4a6e55508d Mon Sep 17 00:00:00 2001 From: Amos Jeffries Date: Wed, 24 Mar 2010 00:31:32 +1300 Subject: [PATCH] Default pinger OFF The pinger install is still done without the special permissions needed. So the pinger will fail to run in most setups. Will turn this on again in a later release when the pinger is actually installed properly by default. --- src/cf.data.pre | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cf.data.pre b/src/cf.data.pre index 7ee72f902a..57b4d083a1 100644 --- a/src/cf.data.pre +++ b/src/cf.data.pre @@ -3074,7 +3074,7 @@ DOC_END NAME: pinger_enable TYPE: onoff -DEFAULT: on +DEFAULT: off LOC: Config.pinger.enable IFDEF: USE_ICMP DOC_START -- 2.47.3