diff options
author | Christian Birchinger <joker@gentoo.org> | 2004-06-16 01:02:50 +0000 |
---|---|---|
committer | Christian Birchinger <joker@gentoo.org> | 2004-06-16 01:02:50 +0000 |
commit | 422beb432893505fcdc43e000dc4f8514ab5eac6 (patch) | |
tree | 5b9cf03e8d0157207ecf0c20b7164e3561902107 /app-shells | |
parent | <npmccallum> Lv: you can take off the mask, I haven't seen any problems (diff) | |
download | gentoo-2-422beb432893505fcdc43e000dc4f8514ab5eac6.tar.gz gentoo-2-422beb432893505fcdc43e000dc4f8514ab5eac6.tar.bz2 gentoo-2-422beb432893505fcdc43e000dc4f8514ab5eac6.zip |
Adjusted permission of profile.d init script
Diffstat (limited to 'app-shells')
-rw-r--r-- | app-shells/bash-completion/ChangeLog | 8 | ||||
-rw-r--r-- | app-shells/bash-completion/bash-completion-20040526-r2.ebuild (renamed from app-shells/bash-completion/bash-completion-20040526-r1.ebuild) | 3 | ||||
-rw-r--r-- | app-shells/bash-completion/files/digest-bash-completion-20040526-r2 (renamed from app-shells/bash-completion/files/digest-bash-completion-20040526-r1) | 0 |
3 files changed, 9 insertions, 2 deletions
diff --git a/app-shells/bash-completion/ChangeLog b/app-shells/bash-completion/ChangeLog index 3f748a22275c..a4e426a5321a 100644 --- a/app-shells/bash-completion/ChangeLog +++ b/app-shells/bash-completion/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for app-shells/bash-completion # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-shells/bash-completion/ChangeLog,v 1.63 2004/06/12 14:54:16 joker Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/bash-completion/ChangeLog,v 1.64 2004/06/16 01:02:50 joker Exp $ + +*bash-completion-20040526-r2 (16 Jun 2004) + + 16 Jun 2004; Christian Birchinger <joker@gentoo.org> + bash-completion-20040526-r2.ebuild: + Adjusted permission of profile.d init script *bash-completion-20040526-r1 (12 Jun 2004) diff --git a/app-shells/bash-completion/bash-completion-20040526-r1.ebuild b/app-shells/bash-completion/bash-completion-20040526-r2.ebuild index d0a3ae51fa14..383950adbc2c 100644 --- a/app-shells/bash-completion/bash-completion-20040526-r1.ebuild +++ b/app-shells/bash-completion/bash-completion-20040526-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-shells/bash-completion/bash-completion-20040526-r1.ebuild,v 1.1 2004/06/12 14:54:16 joker Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/bash-completion/bash-completion-20040526-r2.ebuild,v 1.1 2004/06/16 01:02:50 joker Exp $ GENCOMP_VERS="1.0_beta" @@ -29,6 +29,7 @@ src_install() { insinto /etc/profile.d doins ${FILESDIR}/bash-completion + fperms 755 /etc/profile.d/bash-completion dodoc Changelog README diff --git a/app-shells/bash-completion/files/digest-bash-completion-20040526-r1 b/app-shells/bash-completion/files/digest-bash-completion-20040526-r2 index 1172914ca206..1172914ca206 100644 --- a/app-shells/bash-completion/files/digest-bash-completion-20040526-r1 +++ b/app-shells/bash-completion/files/digest-bash-completion-20040526-r2 |