diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-09-21 22:26:03 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-09-21 22:26:03 +0000 |
commit | 125fdfde83ea447d6fac4ae57b5dc1f5a56e6f82 (patch) | |
tree | ad7a6e9c3b3c1fd0e4f1c781dfeec80bf682af39 /sys-apps/dcron | |
parent | old (diff) | |
download | historical-125fdfde83ea447d6fac4ae57b5dc1f5a56e6f82.tar.gz historical-125fdfde83ea447d6fac4ae57b5dc1f5a56e6f82.tar.bz2 historical-125fdfde83ea447d6fac4ae57b5dc1f5a56e6f82.zip |
file shuffle
Diffstat (limited to 'sys-apps/dcron')
-rw-r--r-- | sys-apps/dcron/Manifest | 11 | ||||
-rw-r--r-- | sys-apps/dcron/dcron-2.9-r2.ebuild | 4 | ||||
-rw-r--r-- | sys-apps/dcron/files/crontab-2.9-r1 | 19 |
3 files changed, 7 insertions, 27 deletions
diff --git a/sys-apps/dcron/Manifest b/sys-apps/dcron/Manifest index 8a986428c802..8872f677c751 100644 --- a/sys-apps/dcron/Manifest +++ b/sys-apps/dcron/Manifest @@ -3,17 +3,16 @@ Hash: SHA1 MD5 98d7b5bc80d5893bdde23612845358e1 ChangeLog 4656 MD5 9a09f8d531c582e78977dbfd96edc1f2 metadata.xml 164 -MD5 718db99a373e0614cf58623ef0cba879 dcron-2.9-r2.ebuild 1889 +MD5 0f4af8d6f00d205e0e7bd63ee2233303 dcron-2.9-r2.ebuild 1873 MD5 e8f5ee014b850e0f248649e283b21d7b files/dcron.rc6 619 -MD5 562feacfdde7b16558e57b142a98326f files/crontab 824 -MD5 b228d65fab81803ea4ca5c29ea43e648 files/crontab-2.9-r1 830 +MD5 b228d65fab81803ea4ca5c29ea43e648 files/crontab 830 MD5 932978359b7a3b3a2d29a96827ceca83 files/dcron-2.7-Makefile-gentoo.diff 534 MD5 2db10e843ecdf10a2b3aa5f70322310b files/digest-dcron-2.9-r2 55 MD5 a82da32a58b097ea2ccd1b7a4aed72f3 files/dcron-2.9-ldflags.patch 590 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.9.10 (GNU/Linux) -iD8DBQFBUKppHTu7gpaalycRAqSyAJ4yrVNAf5KUA1H04JeTUQvy3XO3VgCbB4d1 -eM3QAC1/W4j2mZo0nu7TUHM= -=NajX +iD8DBQFBUKqXHTu7gpaalycRAhCQAKCrs8EshZLWYeN6ydEPfc8JTTErngCg9hbt +/2Jd1orUHq5wFHxihC+nicY= +=nAcx -----END PGP SIGNATURE----- diff --git a/sys-apps/dcron/dcron-2.9-r2.ebuild b/sys-apps/dcron/dcron-2.9-r2.ebuild index 1c99c6c6a230..2f6466045b85 100644 --- a/sys-apps/dcron/dcron-2.9-r2.ebuild +++ b/sys-apps/dcron/dcron-2.9-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/dcron/dcron-2.9-r2.ebuild,v 1.14 2004/09/21 22:24:08 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/dcron/dcron-2.9-r2.ebuild,v 1.15 2004/09/21 22:26:03 vapier Exp $ inherit eutils @@ -65,7 +65,7 @@ src_install() { insopts -o root -g root -m 0644 insinto /etc - newins ${FILESDIR}/crontab-2.9-r1 crontab + doins ${FILESDIR}/crontab } pkg_postinst() { diff --git a/sys-apps/dcron/files/crontab-2.9-r1 b/sys-apps/dcron/files/crontab-2.9-r1 deleted file mode 100644 index 13c572dd0a98..000000000000 --- a/sys-apps/dcron/files/crontab-2.9-r1 +++ /dev/null @@ -1,19 +0,0 @@ -# /etc/crontab -# 20 Apr 2002; Thilo Bangert <bangert@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/sys-apps/dcron/files/crontab-2.9-r1,v 1.4 2004/07/18 04:33:20 dragonheart Exp $ - -# fcron || dcron: -# This is NOT the system crontab! fcron and dcron do not support a system crontab. -# to get /etc/cron.{hourly|daily|weekly|montly} working with fcron or dcron do -# crontab /etc/crontab -# as root. -# NOTE: This will REPLACE root's current crontab!! - - -# check scripts in cron.hourly, cron.daily, cron.weekly and cron.monthly - -0 * * * * rm -f /var/spool/cron/lastrun/cron.hourly -1 3 * * * rm -f /var/spool/cron/lastrun/cron.daily -15 4 * * 6 rm -f /var/spool/cron/lastrun/cron.weekly -30 5 1 * * rm -f /var/spool/cron/lastrun/cron.monthly -*/10 * * * * test -x /usr/sbin/run-crons && /usr/sbin/run-crons |