From 46897d993847efa8b71e045ef1ff6f38eced6b42 Mon Sep 17 00:00:00 2001 From: Paul Menzel Date: Mon, 18 Jul 2016 10:54:47 +0200 Subject: [PATCH 1/2] bash-completion: Turn off by default As the completions have sometimes unwanted behavior, confusing a user, turn it off by default. Move the shell script to the doc directory, where the users can copy it from into their own profile directory. Fixes: #55 ([bash-completion.be0] is on per default ) --- bash-completion.be0 | 3 +++ 1 file changed, 3 insertions(+) diff --git a/bash-completion.be0 b/bash-completion.be0 index e40031455..2f1e9afa2 100755 --- a/bash-completion.be0 +++ b/bash-completion.be0 @@ -67,6 +67,9 @@ mee_install() { rm -v $D/${DATAROOTDIR}/bash-completion/completions/mount rm -v $D/${DATAROOTDIR}/bash-completion/completions/umount mv -v $D/${DATAROOTDIR}/bash-completion/completions/{nc,netcat} + + mkdir -p $D/${DOCDIR} + mv -v $D/${SYSCONFDIR}/profile.d/bash_completion.sh $D/${DOCDIR}/ } # by default this may be 'make install DESTDIR="${D}"' From d8bc03e3d3846b1272ab4726e868f3ab7bc12f10 Mon Sep 17 00:00:00 2001 From: Paul Menzel Date: Mon, 18 Jul 2016 10:54:47 +0200 Subject: [PATCH 2/2] bash-completion: Increase revision to 2.3-3 --- bash-completion.be0 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bash-completion.be0 b/bash-completion.be0 index 2f1e9afa2..73c72a1ae 100755 --- a/bash-completion.be0 +++ b/bash-completion.be0 @@ -1,6 +1,6 @@ #!/usr/bin/env beesh -# BEE_VERSION bash-completion-2.3-2 +# BEE_VERSION bash-completion-2.3-3 ## this file was created by bee init and should be executed to build a ## bee-package. (Additional hints are located at the end of this file.)