summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThilo Bangert <bangert@gentoo.org>2002-04-21 12:40:51 +0000
committerThilo Bangert <bangert@gentoo.org>2002-04-21 12:40:51 +0000
commitbc02b55b4bf7949287ae739c6ecadb348e5aa862 (patch)
treedf3e6ea8a47a26e8f91ee69c22ff9e9d779e4379 /sys-apps/fcron
parentadding a little documentation as taken from the original bug report :) (diff)
downloadgentoo-2-bc02b55b4bf7949287ae739c6ecadb348e5aa862.tar.gz
gentoo-2-bc02b55b4bf7949287ae739c6ecadb348e5aa862.tar.bz2
gentoo-2-bc02b55b4bf7949287ae739c6ecadb348e5aa862.zip
change fcron's crontabs to /var/spool/cron/fcrontabs
Diffstat (limited to 'sys-apps/fcron')
-rw-r--r--sys-apps/fcron/fcron-2.0.0-r1.ebuild5
-rw-r--r--sys-apps/fcron/files/fcron.conf2
2 files changed, 4 insertions, 3 deletions
diff --git a/sys-apps/fcron/fcron-2.0.0-r1.ebuild b/sys-apps/fcron/fcron-2.0.0-r1.ebuild
index cece355dce48..fa3f71d04e79 100644
--- a/sys-apps/fcron/fcron-2.0.0-r1.ebuild
+++ b/sys-apps/fcron/fcron-2.0.0-r1.ebuild
@@ -1,7 +1,7 @@
# Copyright 1999-2000 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
# Author Jerry A! <jerry@gentoo.org>, Donny Davies <woodchip@gentoo.org>
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/fcron/fcron-2.0.0-r1.ebuild,v 1.1 2002/04/20 22:03:25 bangert Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/fcron/fcron-2.0.0-r1.ebuild,v 1.2 2002/04/21 12:40:51 bangert Exp $
DESCRIPTION="A command scheduler with extended capabilities over cron and anacron"
HOMEPAGE="http://fcron.free.fr/"
@@ -41,8 +41,9 @@ src_compile() {
src_install() {
+ # this does not work if the directory already exist
diropts -m 770 -o cron -g cron
- dodir /var/spool/cron/crontabs
+ dodir /var/spool/cron/fcrontabs
insinto /usr/sbin
insopts -o root -g root -m 0110 ; doins fcron
diff --git a/sys-apps/fcron/files/fcron.conf b/sys-apps/fcron/files/fcron.conf
index eb7e47af9d07..c577ad272aea 100644
--- a/sys-apps/fcron/files/fcron.conf
+++ b/sys-apps/fcron/files/fcron.conf
@@ -7,7 +7,7 @@
#
# The spool directory where fcron stores its files
-fcrontabs = /var/spool/cron/crontabs
+fcrontabs = /var/spool/cron/fcrontabs
# The location of the pidfile
pidfile = /var/run/fcron.pid