summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaurice van der Pot <griffon26@gentoo.org>2004-11-06 22:48:33 +0000
committerMaurice van der Pot <griffon26@gentoo.org>2004-11-06 22:48:33 +0000
commit9d8b54c15a1db449522eb3b7f23780d30443da33 (patch)
tree4cfba41c20e97b7ff4b61cc774b1e62e7bf1cfcf /net-fs/coda
parentCAN-2004-0814 patch updated, adding new digest. (Manifest recommit) (diff)
downloadgentoo-2-9d8b54c15a1db449522eb3b7f23780d30443da33.tar.gz
gentoo-2-9d8b54c15a1db449522eb3b7f23780d30443da33.tar.bz2
gentoo-2-9d8b54c15a1db449522eb3b7f23780d30443da33.zip
Fixed collision with tar's backup.sh script
Diffstat (limited to 'net-fs/coda')
-rw-r--r--net-fs/coda/ChangeLog8
-rw-r--r--net-fs/coda/coda-6.0.6.ebuild5
-rw-r--r--net-fs/coda/coda-6.0.7.ebuild5
3 files changed, 15 insertions, 3 deletions
diff --git a/net-fs/coda/ChangeLog b/net-fs/coda/ChangeLog
index 7e2749d414f9..70e00da55a4c 100644
--- a/net-fs/coda/ChangeLog
+++ b/net-fs/coda/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for net-fs/coda
# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-fs/coda/ChangeLog,v 1.13 2004/10/23 18:18:47 griffon26 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-fs/coda/ChangeLog,v 1.14 2004/11/06 22:48:33 griffon26 Exp $
+
+ 06 Nov 2004; Maurice van der Pot <griffon26@gentoo.org> coda-6.0.6.ebuild,
+ coda-6.0.7.ebuild:
+ Coda backup script is now installed as backup-coda.sh to prevent a
+ collision with tar's backup.sh. Thanks to Alexander Skwar
+ <askwar@digitalprojects.com> in bug #70231.
23 Oct 2004; Maurice van der Pot <griffon26@gentoo.org> +files/6.0.7/venus,
coda-6.0.7.ebuild:
diff --git a/net-fs/coda/coda-6.0.6.ebuild b/net-fs/coda/coda-6.0.6.ebuild
index 709bbf08c781..7b55db720e3a 100644
--- a/net-fs/coda/coda-6.0.6.ebuild
+++ b/net-fs/coda/coda-6.0.6.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-fs/coda/coda-6.0.6.ebuild,v 1.8 2004/10/23 15:33:57 griffon26 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-fs/coda/coda-6.0.6.ebuild,v 1.9 2004/11/06 22:48:33 griffon26 Exp $
inherit eutils
@@ -101,6 +101,9 @@ src_install () {
sed -i -e "s,^#mountpoint=/.*,mountpoint=/mnt/coda," \
${D}/etc/coda/venus.conf.ex
+ # Fix conflict with backup.sh from tar
+ mv -f ${D}/usr/sbin/backup{,-coda}.sh
+
dodir /var/lib/vice
dodir /mnt/coda
dodir /usr/coda
diff --git a/net-fs/coda/coda-6.0.7.ebuild b/net-fs/coda/coda-6.0.7.ebuild
index 3c051294875c..64ca0f81292d 100644
--- a/net-fs/coda/coda-6.0.7.ebuild
+++ b/net-fs/coda/coda-6.0.7.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-fs/coda/coda-6.0.7.ebuild,v 1.2 2004/10/23 18:18:47 griffon26 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-fs/coda/coda-6.0.7.ebuild,v 1.3 2004/11/06 22:48:33 griffon26 Exp $
inherit eutils
@@ -95,6 +95,9 @@ src_install () {
sed -i -e "s,^#mountpoint=/.*,mountpoint=/mnt/coda," \
${D}/etc/coda/venus.conf.ex
+ # Fix conflict with backup.sh from tar
+ mv -f ${D}/usr/sbin/backup{,-coda}.sh
+
dodir /var/lib/vice
dodir /mnt/coda
dodir /usr/coda