[Bash-completion-commits] ./current r1180: Added gksudo, gksu, kdesudo completion

David Paleino d.paleino at gmail.com
Sun Sep 7 14:27:02 UTC 2008


------------------------------------------------------------
revno: 1180
committer: David Paleino <d.paleino at gmail.com>
branch nick: current
timestamp: Sun 2008-09-07 16:27:02 +0200
message:
  Added gksudo, gksu, kdesudo completion
modified:
  bash_completion
  debian/changelog
-------------- next part --------------
=== modified file 'bash_completion'
--- a/bash_completion	2008-09-07 08:43:23 +0000
+++ b/bash_completion	2008-09-07 14:27:02 +0000
@@ -3308,7 +3308,7 @@
 {
 	PATH=$PATH:/sbin:/usr/sbin:/usr/local/sbin _command $1 $2 $3
 }
-complete -F _root_command $filenames sudo fakeroot really
+complete -F _root_command $filenames sudo fakeroot really gksudo gksu kdesudo
 
 # ant(1) completion
 #

=== modified file 'debian/changelog'
--- a/debian/changelog	2008-09-07 08:43:23 +0000
+++ b/debian/changelog	2008-09-07 14:27:02 +0000
@@ -19,9 +19,10 @@
     (thanks to Morita Sho) (Closes: #497597)
   * Fix missing completion for "-n" and "-e" (we were using echo, now
     using printf) (thanks to Morita Sho) (Closes: #498105)
+  * Added gksudo, gksu, kdesudo completion
   * debian/links fixed (Closes: #494292)
 
- -- David Paleino <d.paleino at gmail.com>  Sun, 07 Sep 2008 10:41:48 +0200
+ -- David Paleino <d.paleino at gmail.com>  Sun, 07 Sep 2008 16:21:27 +0200
 
 bash-completion (20080705) unstable; urgency=low
 



More information about the Bash-completion-commits mailing list