Fix "yesno" to be "yes/no". 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 c52911c..2d08c9e 100644 --- a/etc/config +++ b/etc/config @@ -1,9 +1,9 @@ -## Type: yesno +## Type: yes/no ## Default: no # Switch on/off debug messages (script & C code) DEBUG="no" -## Type: yesno +## Type: yes/no ## Default: yes # All the messages go to syslog and stderr (script & C code) USE_SYSLOG="yes" _______________________________________________ devel mailing list [email protected] http://www.open-fcoe.org/mailman/listinfo/devel
