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 3c4360a..fd0af49 100644 --- a/etc/config +++ b/etc/config @@ -1,9 +1,9 @@ -## Type: yesno +## Type: yes/no ## Default: yes # Switch on/off debug messages (script & C code) DEBUG="yes" -## 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
