[git commit] Make FEATURE_USERNAME_COMPLETION=y by default
Denys Vlasenko
vda.linux at googlemail.com
Fri Dec 23 12:40:24 UTC 2016
commit: https://git.busybox.net/busybox/commit/?id=1afa494fd131891e195ab11086ee52fce5c5f4b8
branch: https://git.busybox.net/busybox/commit/?id=refs/heads/master
This matches bash behavior on Fedora
Signed-off-by: Denys Vlasenko <vda.linux at googlemail.com>
---
libbb/Config.src | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libbb/Config.src b/libbb/Config.src
index 00804e3..172fbcc 100644
--- a/libbb/Config.src
+++ b/libbb/Config.src
@@ -152,7 +152,7 @@ config FEATURE_TAB_COMPLETION
config FEATURE_USERNAME_COMPLETION
bool "Username completion"
- default n
+ default y
depends on FEATURE_TAB_COMPLETION
help
Enable username completion.
More information about the busybox-cvs
mailing list