summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron Walker <ka0ttic@gentoo.org>2005-07-14 07:34:59 +0000
committerAaron Walker <ka0ttic@gentoo.org>2005-07-14 07:34:59 +0000
commit2a0b0555e0ef5ee4522ee262f9c1c71172e55e59 (patch)
tree8844bb507d0847b4b813ef5ddacfd76a43b2e2ca /app-shells/bash-completion/ChangeLog
parentfix dep (diff)
downloadgentoo-2-2a0b0555e0ef5ee4522ee262f9c1c71172e55e59.tar.gz
gentoo-2-2a0b0555e0ef5ee4522ee262f9c1c71172e55e59.tar.bz2
gentoo-2-2a0b0555e0ef5ee4522ee262f9c1c71172e55e59.zip
Update pkg_postinst instructions to explicitly state that /etc/profile.d/bsh-completion should be sourced towards the beginning of your ~/.bashrc, or at least before any aliases are set to avoid a) unintentional misuse (bug 98627), or b) clobbering (as bashcomp does set some aliases under certain conditions).
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'app-shells/bash-completion/ChangeLog')
-rw-r--r--app-shells/bash-completion/ChangeLog10
1 files changed, 9 insertions, 1 deletions
diff --git a/app-shells/bash-completion/ChangeLog b/app-shells/bash-completion/ChangeLog
index 31ce6df2925f..931a0db4ec33 100644
--- a/app-shells/bash-completion/ChangeLog
+++ b/app-shells/bash-completion/ChangeLog
@@ -1,6 +1,14 @@
# ChangeLog for app-shells/bash-completion
# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-shells/bash-completion/ChangeLog,v 1.127 2005/07/13 13:17:58 ka0ttic Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-shells/bash-completion/ChangeLog,v 1.128 2005/07/14 07:34:58 ka0ttic Exp $
+
+ 14 Jul 2005; Aaron Walker <ka0ttic@gentoo.org>
+ bash-completion-20050121-r9.ebuild, bash-completion-20050712.ebuild:
+ Update pkg_postinst instructions to explicitly state that
+ /etc/profile.d/bsh-completion should be sourced towards the beginning of
+ your ~/.bashrc, or at least before any aliases are set to avoid a)
+ unintentional misuse (bug 98627), or b) clobbering (as bashcomp does set
+ some aliases under certain conditions).
*bash-completion-20050712 (13 Jul 2005)