Bug#327414: bash: no completion for invoke-rc.d (forwarded from Jan Christoph Ebersbach)

2006-02-25 Thread Ian Macdonald
: bash: no completion for invoke-rc.d Date: Sat, 10 Sep 2005 11:05:09 +0200 On Sat 10-09-2005, Jan Christoph Ebersbach wrote: On Fri 09-09-2005, Justin Pryzby wrote: I agree! And it should work with sudo, too. Your patch doesn't implement /etc/init.d/$foo start,stop completion

Bug#327414: bash: no completion for invoke-rc.d

2005-10-29 Thread Grégoire Druant
I found out that service command which is not present in debian and make quite the thame job is handled by bash_completion. I looked into the script an I've seen that there's a function almost ready to use : service() . I changed a few lines and it seem to work, with all /etc/init.d script as

Bug#327414: bash: no completion for invoke-rc.d

2005-09-10 Thread Jan Christoph Ebersbach
On Fri 09-09-2005, Justin Pryzby wrote: I agree! And it should work with sudo, too. Your patch doesn't implement /etc/init.d/$foo start,stop completion, correct? The start,stop completion should work with my patch. If the previous word is not invoke-rc.d, start, stop ... will be completed.

Bug#327414: bash: no completion for invoke-rc.d

2005-09-10 Thread Jan Christoph Ebersbach
On Sat 10-09-2005, Jan Christoph Ebersbach wrote: On Fri 09-09-2005, Justin Pryzby wrote: I agree! And it should work with sudo, too. Your patch doesn't implement /etc/init.d/$foo start,stop completion, correct? The start,stop completion should work with my patch. If the previous word

Bug#327414: bash: no completion for invoke-rc.d

2005-09-09 Thread Jan Christoph Ebersbach
Package: bash Version: 3.0-16 Severity: wishlist Tags: patch There is no bash-completion for invoke-rc.d. It would be good if there is a completion for every executable file in /etc/init.d/ and start, stop -- System Information: Debian Release: testing/unstable APT prefers unstable APT

Bug#327414: bash: no completion for invoke-rc.d

2005-09-09 Thread Justin Pryzby
On Sat, Sep 10, 2005 at 12:50:35AM +0200, Jan Christoph Ebersbach wrote: Package: bash Version: 3.0-16 Severity: wishlist Tags: patch There is no bash-completion for invoke-rc.d. It would be good if there is a completion for every executable file in /etc/init.d/ and start, stop I