diff options
author | Christian Zoffoli <xmerlin@gentoo.org> | 2006-06-03 18:52:58 +0000 |
---|---|---|
committer | Christian Zoffoli <xmerlin@gentoo.org> | 2006-06-03 18:52:58 +0000 |
commit | c455f67024df6dc7c687cb4f162c232f878b0efe (patch) | |
tree | 5bedbea7cdfaad95f5ec27d43824feb1f3e24c2a /sys-cluster/csync2/csync2-1.30.ebuild | |
parent | Removing hppa KEYWORDS. HPPA will not support java anymore. (diff) | |
download | historical-c455f67024df6dc7c687cb4f162c232f878b0efe.tar.gz historical-c455f67024df6dc7c687cb4f162c232f878b0efe.tar.bz2 historical-c455f67024df6dc7c687cb4f162c232f878b0efe.zip |
added dir /var/lib/csync2/
Package-Manager: portage-2203-svn
Diffstat (limited to 'sys-cluster/csync2/csync2-1.30.ebuild')
-rw-r--r-- | sys-cluster/csync2/csync2-1.30.ebuild | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/sys-cluster/csync2/csync2-1.30.ebuild b/sys-cluster/csync2/csync2-1.30.ebuild index 69d0e4b1de84..33b1f09cd8d7 100644 --- a/sys-cluster/csync2/csync2-1.30.ebuild +++ b/sys-cluster/csync2/csync2-1.30.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.30.ebuild,v 1.2 2006/05/20 13:11:35 xmerlin Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/csync2/csync2-1.30.ebuild,v 1.3 2006/06/03 18:52:58 xmerlin Exp $ DESCRIPTION="Cluster synchronization tool." SRC_URI="http://oss.linbit.com/csync2/${P}.tar.gz" @@ -33,6 +33,9 @@ src_install() { insinto /etc/xinetd.d newins ${FILESDIR}/${PN}.xinetd ${PN} || die + dodir /var/lib/csync2/ || die + keepdir /var/lib/csync2/ + dodoc AUTHORS COPYING ChangeLog INSTALL NEWS README TODO } |