diff -ur bash-completion-2.1.orig/bash_completion bash-completion-2.1/bash_completion --- bash-completion-2.1.orig/bash_completion 2013-04-05 10:55:51.000000000 +0000 +++ bash-completion-2.1/bash_completion 2015-08-03 08:29:53.003582721 +0000 @@ -858,8 +858,8 @@ COMPREPLY=( $( compgen -W "$( printf '%s\n' \ /etc/sysconfig/network/ifcfg-* | \ sed -ne 's|.*ifcfg-\(.*\)|\1|p' )" -- "$cur" ) ) - elif [[ -f /etc/pld-release ]]; then - # PLD Linux + elif [[ -f /etc/tld-release ]]; then + # TLD Linux COMPREPLY=( $( compgen -W "$( command ls -B \ /etc/sysconfig/interfaces | \ sed -ne 's|.*ifcfg-\(.*\)|\1|p' )" -- "$cur" ) )