diff options
author | 2001-10-14 23:42:53 +0000 | |
---|---|---|
committer | 2001-10-14 23:42:53 +0000 | |
commit | be3c9beb8d2492d1dc038d3cf7b65d2316f9ae1e (patch) | |
tree | 4ac81e49a02600bf0a7f07fe7b302f9d4e6a6157 /sys-apps/dcron | |
parent | added some missing deps (diff) | |
download | gentoo-2-be3c9beb8d2492d1dc038d3cf7b65d2316f9ae1e.tar.gz gentoo-2-be3c9beb8d2492d1dc038d3cf7b65d2316f9ae1e.tar.bz2 gentoo-2-be3c9beb8d2492d1dc038d3cf7b65d2316f9ae1e.zip |
fixor
Diffstat (limited to 'sys-apps/dcron')
-rw-r--r-- | sys-apps/dcron/dcron-2.7-r6.ebuild | 5 |
1 files changed, 4 insertions, 1 deletions
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 <system@gentoo.org> # Author: Daniel Robbins <drobbins@gentoo.org>, Donny Davies <woodchip@gentoo.org> -# $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 |