Welcome, Guest. Please login or register.
Did you miss your activation email?

Author Topic:  [Erledigt]Warnung: bash-completion 1.99-1 ist nicht funktion  (Read 7063 times)

Online michaaa62

  • User
  • Posts: 299
RE: Re: RE: Warnung: bash-completion 1.99-1 ist nicht funkti
« Reply #15 on: 2012/01/11, 21:12:05 »
Wenn du schon bash-completion per DU aktualisiert hast, dann ist es an dir zu wissen, wie viele User du mit Veränderungen versorgen musst. Hast du wie ich ein Single-User-System, dann ist das schnell in ~/.bashrc und /root/.bashrc erledigt: Einfach das Ende der genannten Dateien wie folgt ändern
Quote
# enable programmable completion features (you don't need to enable
# this, if it's already enabled in /etc/bash.bashrc and /etc/profile
# sources /etc/bash.bashrc).
if [ -f /usr/share/bash-completion/bash_completion ] && ! shopt -oq posix; then
    . /usr/share/bash-completion/bash_completion
fi

Offline devil

  • Administrator
  • User
  • *****
  • Posts: 4.838
RE: Re: RE: Warnung: bash-completion 1.99-1 ist nicht funkti
« Reply #16 on: 2012/01/11, 21:15:11 »
Vermutlich werden noch die bash scripte upgedated. Zumindest sagte das der Maintainer von bash_completion beim letzten update.

Ansonsten hat towo die einfachste Vorgehensweise hier gepostet:
http://forum.siduction.org/index.php?topic=1746&start=15

greetz
devil
« Last Edit: 2013/11/10, 05:32:07 by ayla »

Offline reddark

  • User
  • Posts: 1.051
    • http://www.klangruinen.de/
RE: Re: RE: Warnung: bash-completion 1.99-1 ist nicht funkti
« Reply #17 on: 2012/01/11, 21:16:10 »
kann dann der alte ordner gelöscht werden?