=== modified file 'network-hooks.d/wireless' (properties changed: -x to +x) === modified file 'plugins.d/mandos-client.c' --- plugins.d/mandos-client.c 2011-12-27 03:56:39 +0000 +++ plugins.d/mandos-client.c 2011-12-30 17:14:15 +0000 @@ -1450,7 +1450,7 @@ perror_plus("setenv"); _exit(EX_OSERR); } - ret = setenv("VERBOSE", debug ? "1" : "0", 1); + ret = setenv("VERBOSITY", debug ? "1" : "0", 1); if(ret == -1){ perror_plus("setenv"); _exit(EX_OSERR);