To get this branch, use:
bzr branch
http://bzr.recompile.se/loggerhead/mandos/trunk
« back to all changes in this revision
Viewing changes to plugins.d/mandos-client.c
-
Committer:
Teddy Hogeborn
-
Date:
2011-12-30 17:14:15 UTC
-
mto:
This revision was merged to the branch mainline in
revision
541.
-
Revision ID:
teddy@recompile.se-20111230171415-a5qso0vx7ps3d4a5
* network-hooks.d/wireless: Bug fix: Make executable.
* plugins.d/mandos-client.c (run_network_hooks): Bug fix: Set
"VERBOSITY", not
"VERBOSE".
- files modified:
-
network-hooks.d/wireless
*
Show diffs side-by-side
added
removed
1450
1450
perror_plus("setenv");
1451
1451
_exit(EX_OSERR);
1453
ret = setenv("VERBOSE", debug ? "1" : "0", 1);
1453
ret = setenv("VERBOSITY", debug ? "1" : "0", 1);
1455
1455
perror_plus("setenv");
1456
1456
_exit(EX_OSERR);