diff options
author | Thilo Bangert <bangert@gentoo.org> | 2002-04-21 12:40:51 +0000 |
---|---|---|
committer | Thilo Bangert <bangert@gentoo.org> | 2002-04-21 12:40:51 +0000 |
commit | 05f39a44595fb2a64e94498f7fd88656ec7e208d (patch) | |
tree | 0f58193737474718f050e20bc9ed4809115cae60 /sys-apps/dcron | |
parent | adding a little documentation as taken from the original bug report :) (diff) | |
download | historical-05f39a44595fb2a64e94498f7fd88656ec7e208d.tar.gz historical-05f39a44595fb2a64e94498f7fd88656ec7e208d.tar.bz2 historical-05f39a44595fb2a64e94498f7fd88656ec7e208d.zip |
change fcron's crontabs to /var/spool/cron/fcrontabs
Diffstat (limited to 'sys-apps/dcron')
-rw-r--r-- | sys-apps/dcron/dcron-2.7-r9.ebuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys-apps/dcron/dcron-2.7-r9.ebuild b/sys-apps/dcron/dcron-2.7-r9.ebuild index 8f46fde5d63d..64e7b4eb0f31 100644 --- a/sys-apps/dcron/dcron-2.7-r9.ebuild +++ b/sys-apps/dcron/dcron-2.7-r9.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Maintainer: Daniel Robbins <drobbins@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/sys-apps/dcron/dcron-2.7-r9.ebuild,v 1.1 2002/04/20 22:03:25 bangert Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/dcron/dcron-2.7-r9.ebuild,v 1.2 2002/04/21 12:40:51 bangert Exp $ # to use this, you must be part of the "cron" group @@ -36,9 +36,11 @@ src_compile() { src_install() { + #this does not work if the directory already exists diropts -m 0750 -o root -g cron dodir /var/spool/cron/crontabs + dodir /usr/{sbin,bin} install -o root -g wheel -m 0700 crond ${D}/usr/sbin install -o root -g cron -m 4750 crontab ${D}/usr/bin |