From be3c9beb8d2492d1dc038d3cf7b65d2316f9ae1e Mon Sep 17 00:00:00 2001 From: Martin Schlemmer Date: Sun, 14 Oct 2001 23:42:53 +0000 Subject: fixor --- sys-apps/dcron/dcron-2.7-r6.ebuild | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'sys-apps/dcron') diff --git a/sys-apps/dcron/dcron-2.7-r6.ebuild b/sys-apps/dcron/dcron-2.7-r6.ebuild index 5d5b59acb15a..909190f196a0 100644 --- a/sys-apps/dcron/dcron-2.7-r6.ebuild +++ b/sys-apps/dcron/dcron-2.7-r6.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License, v2 or later # Maintainer: System Team # Author: Daniel Robbins , Donny Davies -# $Header: /var/cvsroot/gentoo-x86/sys-apps/dcron/dcron-2.7-r6.ebuild,v 1.1 2001/10/03 04:35:19 woodchip Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/dcron/dcron-2.7-r6.ebuild,v 1.2 2001/10/14 23:42:53 azarah Exp $ # to use this, you must be part of the "cron" group @@ -29,6 +29,9 @@ src_install() { install -o root -g wheel -m 0700 crond ${D}/usr/sbin install -o root -g cron -m 4750 crontab ${D}/usr/bin + # Need to exist, else dcron do not start -- Azarah + dodir /var/spool/cron/crontabs + diropts -m0755 ; dodir /var diropts -m0750 ; dodir /var/cron/lastrun # gotcha: /var/spool needs to be 755 -- cgit v1.2.3-65-gdbad