diff options
author | 2001-11-13 18:32:30 +0000 | |
---|---|---|
committer | 2001-11-13 18:32:30 +0000 | |
commit | d352c352c276fc1ce4745bb931d40d217edbd120 (patch) | |
tree | ac91eb994d5b7a0155789da5d7aec148ac82a80d /sys-apps/dcron | |
parent | fix xdm rc-script install path (diff) | |
download | historical-d352c352c276fc1ce4745bb931d40d217edbd120.tar.gz historical-d352c352c276fc1ce4745bb931d40d217edbd120.tar.bz2 historical-d352c352c276fc1ce4745bb931d40d217edbd120.zip |
second attempt to fix the spool dirs not being created
Diffstat (limited to 'sys-apps/dcron')
-rw-r--r-- | sys-apps/dcron/dcron-2.7-r6.ebuild | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/sys-apps/dcron/dcron-2.7-r6.ebuild b/sys-apps/dcron/dcron-2.7-r6.ebuild index 909190f196a0..d795f1e26748 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.2 2001/10/14 23:42:53 azarah Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/dcron/dcron-2.7-r6.ebuild,v 1.3 2001/11/13 18:32:30 azarah Exp $ # to use this, you must be part of the "cron" group @@ -29,14 +29,13 @@ 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 diropts -m0755 ; dodir /var/spool diropts -m0750 ; dodir /var/spool/cron/crontabs + # this still do not alway get created + touch ${D}/var/spool/cron/crontabs/.dummy dodoc CHANGELOG README doman crontab.1 crond.8 |