diff options
author | Christian Zoffoli <xmerlin@gentoo.org> | 2006-06-04 14:25:50 +0000 |
---|---|---|
committer | Christian Zoffoli <xmerlin@gentoo.org> | 2006-06-04 14:25:50 +0000 |
commit | 11795d394980019e5a53c62f9aa97b39d8d823d4 (patch) | |
tree | 90715254c35dbe299f3825d133721da1a05a48b4 | |
parent | exg fixed elibtoolize for ppc-macos, so we can remove the ugly conditional ag... (diff) | |
download | gentoo-2-11795d394980019e5a53c62f9aa97b39d8d823d4.tar.gz gentoo-2-11795d394980019e5a53c62f9aa97b39d8d823d4.tar.bz2 gentoo-2-11795d394980019e5a53c62f9aa97b39d8d823d4.zip |
Added postinstall warning regarding new config location.
(Portage version: 2203-svn)
-rw-r--r-- | sys-cluster/csync2/ChangeLog | 5 | ||||
-rw-r--r-- | sys-cluster/csync2/Manifest | 12 | ||||
-rw-r--r-- | sys-cluster/csync2/csync2-1.32.ebuild | 8 |
3 files changed, 11 insertions, 14 deletions
diff --git a/sys-cluster/csync2/ChangeLog b/sys-cluster/csync2/ChangeLog index 5a8589cc624c..fceb179dc10e 100644 --- a/sys-cluster/csync2/ChangeLog +++ b/sys-cluster/csync2/ChangeLog @@ -1,6 +1,9 @@ # 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.15 2006/06/04 14:07:42 xmerlin Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/csync2/ChangeLog,v 1.16 2006/06/04 14:25:50 xmerlin Exp $ + + 04 Jun 2006; Christian Zoffoli <xmerlin@gentoo.org> csync2-1.32.ebuild: + Added postinstall warning regarding new config location. 04 Jun 2006; Christian Zoffoli <xmerlin@gentoo.org> csync2-1.32.ebuild: Added csync2_locheck.sh to doc, fixed cert perm. diff --git a/sys-cluster/csync2/Manifest b/sys-cluster/csync2/Manifest index 7b7d6a2ab48d..11e06b1bce9e 100644 --- a/sys-cluster/csync2/Manifest +++ b/sys-cluster/csync2/Manifest @@ -1,15 +1,5 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA1 - MD5 6314b7647fdf7e781021e93d60eef81d ChangeLog 2454 -MD5 7775849a892ff30eb0e9214cebab9bb1 csync2-1.32.ebuild 2048 +MD5 94fbc84fd6112d08d2b5d6a2dca89796 csync2-1.32.ebuild 2172 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) - -iD8DBQFEgvhLgMUyd/cdjWsRAuyGAJwKymuXDryCqPwY3yGOJG+p6mlptgCfVf3J -ljNK7LuV+e1hSZ23dD3diAU= -=EdSf ------END PGP SIGNATURE----- diff --git a/sys-cluster/csync2/csync2-1.32.ebuild b/sys-cluster/csync2/csync2-1.32.ebuild index 84261fc8e2cc..4e5b11d9ed71 100644 --- a/sys-cluster/csync2/csync2-1.32.ebuild +++ b/sys-cluster/csync2/csync2-1.32.ebuild @@ -1,13 +1,13 @@ # 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.7 2006/06/04 14:07:42 xmerlin Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/csync2/csync2-1.32.ebuild,v 1.8 2006/06/04 14:25:50 xmerlin Exp $ DESCRIPTION="Cluster synchronization tool." SRC_URI="http://oss.linbit.com/csync2/${P}.tar.gz" HOMEPAGE="http://oss.linbit.com/csync2/" LICENSE="GPL-2" -KEYWORDS="~x86" +KEYWORDS="x86" IUSE="" @@ -55,6 +55,10 @@ pkg_postinst() { einfo "this command after you install:" echo einfo "emerge --config =${PF}" + echo + einfo "Now you can find csync2.cfg under /etc/${PN}" + einfo "Please move you old config to the right location" + echo } pkg_config() { |