The following commit has been merged in the master branch:
commit d32980f4bbb4342fcbf3b4059bf8778cef8466d5
Author: Tobias Brunner <[email protected]>
Date:   Thu Aug 4 17:48:34 2011 +0200

    ipsec: Drop uname check, simply check for 'ipsec'.

diff --git a/completions/ipsec b/completions/ipsec
index 4028053..4b2a202 100644
--- a/completions/ipsec
+++ b/completions/ipsec
@@ -1,6 +1,6 @@
 # Linux ipsec(8) completion (for FreeS/WAN)
 #
-[ $UNAME = Linux ] && have ipsec || return
+have ipsec || return
 
 _ipsec()
 {

-- 
bash-completion

_______________________________________________
Bash-completion-commits mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/bash-completion-commits

Reply via email to