diff options
author | Petr Štetiar <ynezz@true.cz> | 2019-03-18 16:11:29 +0100 |
---|---|---|
committer | Petr Štetiar <ynezz@true.cz> | 2019-09-25 13:00:22 +0200 |
commit | dd39acba55a5e7a0ffde08288e1ba0dc6a2c9051 (patch) | |
tree | 47f8757d014336ff5d5f56781313c2c4ea85843c /net/coova-chilli/files/chilli.config | |
parent | 9d3a1a2a6359257f8b29202c149c5bce8b4e89e4 (diff) |
coova-chilli: Fix debug flag config example and synchronize bool options
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 <ynezz@true.cz>
Diffstat (limited to 'net/coova-chilli/files/chilli.config')
-rw-r--r-- | net/coova-chilli/files/chilli.config | 2 |
1 files changed, 1 insertions, 1 deletions
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. |