From: Frank Brehm Date: Sun, 28 Jun 2015 16:10:43 +0000 (+0200) Subject: Current state X-Git-Url: https://git.uhu-banane.de/?a=commitdiff_plain;h=c7266b11b1dd94127d70c7b7f1ff204048ad3172;p=config%2Fbruni%2Fetc.git Current state --- diff --git a/bash_completion.d/base b/bash_completion.d/base deleted file mode 120000 index 9864b2da..00000000 --- a/bash_completion.d/base +++ /dev/null @@ -1 +0,0 @@ -/usr/share/bash-completion/base \ No newline at end of file diff --git a/bash_completion.d/bash-builtins b/bash_completion.d/bash-builtins deleted file mode 120000 index 8f0dbcb1..00000000 --- a/bash_completion.d/bash-builtins +++ /dev/null @@ -1 +0,0 @@ -/usr/share/bash-completion/bash-builtins \ No newline at end of file diff --git a/bash_completion.d/eselect b/bash_completion.d/eselect deleted file mode 120000 index 4512d10d..00000000 --- a/bash_completion.d/eselect +++ /dev/null @@ -1 +0,0 @@ -../../usr/share/bash-completion/eselect \ No newline at end of file diff --git a/bash_completion.d/gentoo-style-init b/bash_completion.d/gentoo-style-init deleted file mode 100644 index 8545692a..00000000 --- a/bash_completion.d/gentoo-style-init +++ /dev/null @@ -1,27 +0,0 @@ -# Gentoo init.d completion -# -# $Id$ -# -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License, v2 or later - -_gentoo_style_init() -{ - local script="${COMP_WORDS[0]}" - local cur="${COMP_WORDS[$COMP_CWORD]}" - - if [[ ( -f "${script}" || -h "${script}" ) && -r "${script}" ]] \ - && [[ "${script}" != *.sh ]] \ - && [[ "$(head -n 1 "${script}")" = "#!/sbin/runscript" ]] - then - [[ $COMP_CWORD -gt 1 ]] && return 1 - COMPREPLY=($(opts="start stop status restart pause zap ineed needsme iuse usesme broken"; \ - eval "$(grep '^opts=' "${script}")"; echo "${opts}")) - [[ -n "$COMPREPLY" ]] || COMPREPLY=(start stop restart zap) - COMPREPLY=($(compgen -W "${COMPREPLY[*]}" -- "${cur}")) - else - COMPREPLY=($(compgen -o default -- "${cur}")) - fi - return 0 -} -complete -F _gentoo_style_init /etc/init.d/* diff --git a/bash_completion.d/git b/bash_completion.d/git deleted file mode 120000 index 37684097..00000000 --- a/bash_completion.d/git +++ /dev/null @@ -1 +0,0 @@ -/usr/share/bash-completion/git \ No newline at end of file diff --git a/bash_completion.d/git-prompt b/bash_completion.d/git-prompt deleted file mode 120000 index 30cedda4..00000000 --- a/bash_completion.d/git-prompt +++ /dev/null @@ -1 +0,0 @@ -../../usr/share/bash-completion/git-prompt \ No newline at end of file