diff options
author | Christian Zoffoli <xmerlin@gentoo.org> | 2006-06-12 19:05:12 +0000 |
---|---|---|
committer | Christian Zoffoli <xmerlin@gentoo.org> | 2006-06-12 19:05:12 +0000 |
commit | 5be39ccb2134f9cdf3765f3153e3b64075e02255 (patch) | |
tree | fc26ac06eccb3c4f807b2437219cc9d023aab09d /sys-cluster/csync2 | |
parent | stable amd64 (diff) | |
download | gentoo-2-5be39ccb2134f9cdf3765f3153e3b64075e02255.tar.gz gentoo-2-5be39ccb2134f9cdf3765f3153e3b64075e02255.tar.bz2 gentoo-2-5be39ccb2134f9cdf3765f3153e3b64075e02255.zip |
Fixed bug # 131458.
(Portage version: 2203-svn)
Diffstat (limited to 'sys-cluster/csync2')
-rw-r--r-- | sys-cluster/csync2/ChangeLog | 6 | ||||
-rw-r--r-- | sys-cluster/csync2/Manifest | 12 | ||||
-rw-r--r-- | sys-cluster/csync2/csync2-1.32.ebuild | 6 |
3 files changed, 9 insertions, 15 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..762881d7ad28 100644 --- a/sys-cluster/csync2/Manifest +++ b/sys-cluster/csync2/Manifest @@ -1,15 +1,5 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA1 - MD5 f38ad6d244ec4c93ae166a68f15404c8 ChangeLog 2588 -MD5 36c87b815ee33a1d4414b5ac2fa1b2c3 csync2-1.32.ebuild 2171 +MD5 ca4f5c52cde3e325d47efa9b342839d7 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 ------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 |