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 | bc02b55b4bf7949287ae739c6ecadb348e5aa862 (patch) | |
tree | df3e6ea8a47a26e8f91ee69c22ff9e9d779e4379 /sys-apps/vcron | |
parent | adding a little documentation as taken from the original bug report :) (diff) | |
download | gentoo-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/vcron')
-rw-r--r-- | sys-apps/vcron/vcron-3.0.1-r1.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sys-apps/vcron/vcron-3.0.1-r1.ebuild b/sys-apps/vcron/vcron-3.0.1-r1.ebuild index 51366a7708f3..31d35bf4ec29 100644 --- a/sys-apps/vcron/vcron-3.0.1-r1.ebuild +++ b/sys-apps/vcron/vcron-3.0.1-r1.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: Martin Schlemmer <azarah@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/sys-apps/vcron/vcron-3.0.1-r1.ebuild,v 1.1 2002/04/20 22:03:25 bangert Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/vcron/vcron-3.0.1-r1.ebuild,v 1.2 2002/04/21 12:40:51 bangert Exp $ MY_P=${P/vcron/vixie-cron} S=${WORKDIR}/${MY_P} @@ -33,9 +33,10 @@ src_compile() { src_install() { + #this does not work if the directory exists already diropts -m0750 -o root -g cron dodir /var/spool/cron/crontabs - + doman crontab.1 crontab.5 cron.8 dodoc CHANGES CONVERSION FEATURES MAIL MANIFEST README THANKS |