The default should not be debugging mode. Signed-off-by: Robert Love <[email protected]> ---
etc/config | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/etc/config b/etc/config index 3c4360a..c52911c 100644 --- a/etc/config +++ b/etc/config @@ -1,7 +1,7 @@ ## Type: yesno -## Default: yes +## Default: no # Switch on/off debug messages (script & C code) -DEBUG="yes" +DEBUG="no" ## Type: yesno ## Default: yes _______________________________________________ devel mailing list [email protected] http://www.open-fcoe.org/mailman/listinfo/devel
