From dd39acba55a5e7a0ffde08288e1ba0dc6a2c9051 Mon Sep 17 00:00:00 2001 From: Petr Štetiar Date: Mon, 18 Mar 2019 16:11:29 +0100 Subject: coova-chilli: Fix debug flag config example and synchronize bool options MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit debug is boolean option/flag so setting it to 9 doesn't work, while at it I've synchronized boolean options from source code and sorted it alphabeticaly with following command: grep flag src/cmdline.ggo | cut -d \" -f2 | sort | tr '\n' '|' Signed-off-by: Petr Štetiar --- net/coova-chilli/files/chilli.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'net/coova-chilli/files/chilli.config') diff --git a/net/coova-chilli/files/chilli.config b/net/coova-chilli/files/chilli.config index 41ee6cd26..997560368 100644 --- a/net/coova-chilli/files/chilli.config +++ b/net/coova-chilli/files/chilli.config @@ -16,7 +16,7 @@ config chilli #option fg # Include this flag to include debug information. - #option debug 9 + #option debug 1 # Re-read configuration file at this interval. Will also cause new domain # name lookups to be performed. Value is given in seconds. -- cgit v1.2.3