summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Zoffoli <xmerlin@gentoo.org>2006-06-12 19:05:12 +0000
committerChristian Zoffoli <xmerlin@gentoo.org>2006-06-12 19:05:12 +0000
commitb0aef4ad79bc45fc1ba57484e312d64cdd3dec1c (patch)
tree690e1f679c7ce298db4f1b8a13a999b5a478a1de /sys-cluster/csync2
parentstable amd64 (diff)
downloadhistorical-b0aef4ad79bc45fc1ba57484e312d64cdd3dec1c.tar.gz
historical-b0aef4ad79bc45fc1ba57484e312d64cdd3dec1c.tar.bz2
historical-b0aef4ad79bc45fc1ba57484e312d64cdd3dec1c.zip
Fixed bug # 131458.
Package-Manager: portage-2203-svn
Diffstat (limited to 'sys-cluster/csync2')
-rw-r--r--sys-cluster/csync2/ChangeLog6
-rw-r--r--sys-cluster/csync2/Manifest10
-rw-r--r--sys-cluster/csync2/csync2-1.32.ebuild6
3 files changed, 13 insertions, 9 deletions
diff --git a/sys-cluster/csync2/ChangeLog b/sys-cluster/csync2/ChangeLog
index fceb179dc10e..7ee2c8beb778 100644
--- a/sys-cluster/csync2/ChangeLog
+++ b/sys-cluster/csync2/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for sys-cluster/csync2
# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-cluster/csync2/ChangeLog,v 1.16 2006/06/04 14:25:50 xmerlin Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-cluster/csync2/ChangeLog,v 1.17 2006/06/12 19:05:12 xmerlin Exp $
+
+ 12 Jun 2006; Christian Zoffoli <xmerlin@gentoo.org> csync2-1.32.ebuild:
+ Fixed bug # 131458, thanks to Aaron Randall <aaron.randall@visionoss.com and
+ Mark Glines <mark-gentoo@glines.org>.
04 Jun 2006; Christian Zoffoli <xmerlin@gentoo.org> csync2-1.32.ebuild:
Added postinstall warning regarding new config location.
diff --git a/sys-cluster/csync2/Manifest b/sys-cluster/csync2/Manifest
index 652b8b642653..2f3dbdad19b6 100644
--- a/sys-cluster/csync2/Manifest
+++ b/sys-cluster/csync2/Manifest
@@ -1,15 +1,15 @@
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
-MD5 f38ad6d244ec4c93ae166a68f15404c8 ChangeLog 2588
-MD5 36c87b815ee33a1d4414b5ac2fa1b2c3 csync2-1.32.ebuild 2171
+MD5 8dd44c9850f4819868adab1b146e30c9 ChangeLog 2782
+MD5 72e828f5887ab4f0675394faea4b9c5f csync2-1.32.ebuild 2163
MD5 8f6c0e3b7da5a8b1a5fd7730f6ae8bdd files/csync2.xinetd 388
MD5 6e7da398a741c7c58e088b026b71a37d files/digest-csync2-1.32 63
MD5 a64b9a1937a5cfc2fbaf373521f65d47 metadata.xml 223
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2.2 (GNU/Linux)
-iD8DBQFEgvyLgMUyd/cdjWsRAkYAAJ9rkPJ1wuoe1mgi3v2r21oxMFqPmQCcD1IS
-9aS4YHaKJ7K7a97NRLepJJ0=
-=oo45
+iD8DBQFEjcosgMUyd/cdjWsRApcfAJ9RVZITTAkDKxGa8J1j0Zs6ydRcrwCfU5Tp
+5fUsU5lISjqZhittuv4XDFc=
+=cxge
-----END PGP SIGNATURE-----
diff --git a/sys-cluster/csync2/csync2-1.32.ebuild b/sys-cluster/csync2/csync2-1.32.ebuild
index 4e5b11d9ed71..7b07280dbe6d 100644
--- a/sys-cluster/csync2/csync2-1.32.ebuild
+++ b/sys-cluster/csync2/csync2-1.32.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-cluster/csync2/csync2-1.32.ebuild,v 1.8 2006/06/04 14:25:50 xmerlin Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-cluster/csync2/csync2-1.32.ebuild,v 1.9 2006/06/12 19:05:12 xmerlin Exp $
DESCRIPTION="Cluster synchronization tool."
SRC_URI="http://oss.linbit.com/csync2/${P}.tar.gz"
@@ -32,8 +32,8 @@ src_compile() {
src_install() {
make DESTDIR=${D} \
- localstatedir=${D}/var \
- sysconfdir=${D}/etc/csync2 \
+ localstatedir=/var \
+ sysconfdir=/etc/csync2 \
install || die "install problem"
insinto /etc/xinetd.d