diff options
author | Christian Zoffoli <xmerlin@gentoo.org> | 2005-10-23 22:36:59 +0000 |
---|---|---|
committer | Christian Zoffoli <xmerlin@gentoo.org> | 2005-10-23 22:36:59 +0000 |
commit | bd643e332ff6d317bf730815e073602f9ca79434 (patch) | |
tree | 2f89864bc766c649e5b73d1040433bda2cb84dad /sys-cluster/csync2/csync2-1.22.ebuild | |
parent | minor fix (diff) | |
download | gentoo-2-bd643e332ff6d317bf730815e073602f9ca79434.tar.gz gentoo-2-bd643e332ff6d317bf730815e073602f9ca79434.tar.bz2 gentoo-2-bd643e332ff6d317bf730815e073602f9ca79434.zip |
fixed bug #109482.
(Portage version: 2.0.51.22-r3)
Diffstat (limited to 'sys-cluster/csync2/csync2-1.22.ebuild')
-rw-r--r-- | sys-cluster/csync2/csync2-1.22.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-cluster/csync2/csync2-1.22.ebuild b/sys-cluster/csync2/csync2-1.22.ebuild index da4c099f3f53..36dfce97d98c 100644 --- a/sys-cluster/csync2/csync2-1.22.ebuild +++ b/sys-cluster/csync2/csync2-1.22.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-cluster/csync2/csync2-1.22.ebuild,v 1.1 2005/10/08 14:40:12 xmerlin Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/csync2/csync2-1.22.ebuild,v 1.2 2005/10/23 22:32:57 xmerlin Exp $ DESCRIPTION="Cluster synchronization tool." SRC_URI="http://oss.linbit.com/csync2/${P}.tar.gz" @@ -44,7 +44,7 @@ pkg_postinst() { einfo "To add ${PN} to your services file just run" einfo "this command after you install:" echo - einfo "ebuild /var/db/pkg/${CATEGORY}/${PF}/${PF}.ebuild config" + einfo "emerge --config =${PF}" } pkg_config() { |