summaryrefslogtreecommitdiff
path: root/net-fs
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
commitdcc1e2c1778ddffd314981e9a09149abc69d7e58 (patch)
treecc0009fb8901c027407d1a724296263bcdc27643 /net-fs
parentCAN-2004-0814 patch updated, adding new digest. (diff)
downloadhistorical-dcc1e2c1778ddffd314981e9a09149abc69d7e58.tar.gz
historical-dcc1e2c1778ddffd314981e9a09149abc69d7e58.tar.bz2
historical-dcc1e2c1778ddffd314981e9a09149abc69d7e58.zip
Fixed collision with tar's backup.sh script
Diffstat (limited to 'net-fs')
-rw-r--r--net-fs/coda/ChangeLog8
-rw-r--r--net-fs/coda/Manifest12
-rw-r--r--net-fs/coda/coda-6.0.6.ebuild5
-rw-r--r--net-fs/coda/coda-6.0.7.ebuild5
4 files changed, 21 insertions, 9 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/Manifest b/net-fs/coda/Manifest
index 4772dc97a624..a24c3e9c8016 100644
--- a/net-fs/coda/Manifest
+++ b/net-fs/coda/Manifest
@@ -3,9 +3,9 @@ Hash: SHA1
MD5 f905a614fde3a85e0adefb203ece18fc metadata.xml 321
MD5 14e8df1cfd403bd955f4de826e758920 coda-6.0.3.ebuild 2974
-MD5 bfd3abaab090ccc7e90b6b5aa4263a9d coda-6.0.6.ebuild 7603
-MD5 dda7dacd85f6fd3a73acc28f7f6e49f7 ChangeLog 2966
-MD5 c3971180feb0f7af6e4f5b51e41c8723 coda-6.0.7.ebuild 7581
+MD5 f4acc029a9f1809a19c727cd4fe12bb1 coda-6.0.6.ebuild 7683
+MD5 8d6bf713b589a16c4a8475a46e799785 coda-6.0.7.ebuild 7661
+MD5 18ec745e9515c2f2138800b50b8c6359 ChangeLog 3242
MD5 d21e4e5142a0266459b5ad8b39e3e707 files/coda-6.0.3-iowr.patch 607
MD5 464a8cd91e3af12266c0570034388221 files/coda-6.0.6-gcc3.4.patch 1984
MD5 d08316a08429d573d30dbc9924707206 files/digest-coda-6.0.3 63
@@ -19,7 +19,7 @@ MD5 77ec9d405290c5bd33e924efe4624866 files/6.0.7/venus 702
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.6 (GNU/Linux)
-iD8DBQFBeqCPMGnpIbeahxwRAslyAKCVFz6TAYdDoQzrpJNHbcfNGQSE0ACfR6DV
-5JS9qUu2SPXkC97wMpvgD6Q=
-=r6qi
+iD8DBQFBjVTPMGnpIbeahxwRAmvFAJ9tyKhd/XcuT3nHAP45QaAkSJwjUwCfZoNE
+rRe4rQ44QPalzGQwbs2PGB0=
+=JPmx
-----END PGP SIGNATURE-----
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