Your message dated Wed, 16 Sep 2009 14:33:27 +0200
with message-id <20090916143327.46d54...@pingu>
and subject line Closing the bug
has caused the Debian Bug report #540329,
regarding bash-completion: complete on invoke-rc.d, not only service
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
540329: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=540329
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: bash-completion
Severity: wishlist
Version: 20080705
Hello.
This patch adds completion on invoke-rc.d (same as for service).
--
WBR, Andrew
--- /etc/bash_completion
+++ /etc/bash_completion
@@ -622,7 +622,7 @@
# don't complete for things like killall, ssh and mysql if it's
# the standalone command, rather than the init script
- [[ ${COMP_WORDS[0]} != @(*init.d/!(functions|~)|service) ]] && return 0
+ [[ ${COMP_WORDS[0]} != @(*init.d/!(functions|~)|service|invoke-rc.d) ]] && return 0
# don't complete past 2nd token
[ $COMP_CWORD -gt 2 ] && return 0
@@ -630,7 +630,7 @@
[ -d /etc/rc.d/init.d ] && sysvdir=/etc/rc.d/init.d \
|| sysvdir=/etc/init.d
- if [[ $COMP_CWORD -eq 1 ]] && [[ $prev == "service" ]]; then
+ if [[ $COMP_CWORD -eq 1 ]] && [[ $prev == @(service|invoke-rc.d) ]]; then
_services
else
COMPREPLY=( $( compgen -W '`sed -ne "y/|/ /; \
--- End Message ---
--- Begin Message ---
Version: 1:1.0-3
Hello,
I'm closing the bug since it has already been dealt with.
David
--
. ''`. Debian maintainer | http://wiki.debian.org/DavidPaleino
: :' : Linuxer #334216 --|-- http://www.hanskalabs.net/
`. `'` GPG: 1392B174 ----|---- http://snipr.com/qa_page
`- 2BAB C625 4E66 E7B8 450A C3E1 E6AA 9017 1392 B174
signature.asc
Description: PGP signature
--- End Message ---
_______________________________________________
Bash-completion-devel mailing list
[email protected]
http://lists.alioth.debian.org/mailman/listinfo/bash-completion-devel