diff options
Diffstat (limited to 'sys-apps/dcron/dcron-2.9-r2.ebuild')
-rw-r--r-- | sys-apps/dcron/dcron-2.9-r2.ebuild | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/sys-apps/dcron/dcron-2.9-r2.ebuild b/sys-apps/dcron/dcron-2.9-r2.ebuild index f2a3ac39bdd6..bd1316c1e762 100644 --- a/sys-apps/dcron/dcron-2.9-r2.ebuild +++ b/sys-apps/dcron/dcron-2.9-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/dcron/dcron-2.9-r2.ebuild,v 1.19 2004/11/08 06:48:55 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/dcron/dcron-2.9-r2.ebuild,v 1.20 2004/11/11 00:42:14 vapier Exp $ inherit eutils toolchain-funcs @@ -62,6 +62,9 @@ src_install() { doinitd ${FILESDIR}/dcron + insinto /etc/logrotate.d + newins ${FILESDIR}/dcron.logrotate dcron + insopts -o root -g root -m 0644 insinto /etc doins ${FILESDIR}/crontab |