]> git.pld-linux.org Git - packages/bash-completion.git/commitdiff
- outdated in 20060301
authorElan Ruusamäe <glen@pld-linux.org>
Wed, 1 Mar 2006 19:23:12 +0000 (19:23 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    bash-completion-ifcfg.patch -> 1.3
    bash-completion-known_hosts.patch -> 1.2

bash-completion-ifcfg.patch [deleted file]
bash-completion-known_hosts.patch [deleted file]

diff --git a/bash-completion-ifcfg.patch b/bash-completion-ifcfg.patch
deleted file mode 100644 (file)
index a300a1a..0000000
+++ /dev/null
@@ -1,14 +0,0 @@
---- bash_completion    2005-05-31 20:21:36.000000000 +0300
-+++ /tmp/bash_completion       2005-05-31 20:21:09.000000000 +0300
-@@ -229,6 +229,11 @@
-               COMPREPLY=( $( command ls \
-                       /etc/sysconfig/network/ifcfg-* | \
-                       sed -ne 's|.*ifcfg-\('$cur'.*\)|\1|p' ) )
-+      elif [ -f /etc/pld-release ]; then
-+              # PLD Linux
-+              COMPREPLY=( $( command ls -B \
-+                      /etc/sysconfig/interfaces | \
-+                      sed -ne 's|.*ifcfg-\('$cur'.*\)|\1|p' ) )
-       else
-               # Assume Red Hat
-               COMPREPLY=( $( command ls \
diff --git a/bash-completion-known_hosts.patch b/bash-completion-known_hosts.patch
deleted file mode 100644 (file)
index 1df3ae3..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
---- bash_completion/bash_completion    2006-01-03 19:06:36.000000000 +0100
-+++ bash_completion/bash_completion-mitek      2006-01-03 19:09:29.000000000 +0100
-@@ -2479,7 +2479,7 @@
-           fi
-           # append any available aliases from config files
-           if [ ${#config[@]} -gt 0 ] && [ -n "$aliases" ]; then
--              hosts=$( compgen -W "$( sed -ne "s/^[Hh][Oo][Ss][Tt]["$'\t '"]*\([^*?]*\)$/\1/p" ${config[@]} )" -- $ocur )
-+              hosts=$( compgen -W $( sed -ne "s/^[Hh][Oo][Ss][Tt]["$'\t '"]*\([^*?]*\)$/\1/p" ${config[@]} ) -- $ocur )
-               COMPREPLY=( ${COMPREPLY[@]} $hosts )
-           fi
This page took 0.128026 seconds and 4 git commands to generate.