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 | 651f6972e3f1589432d0393b1b681179e417dacb (patch) | |
tree | 4df9ecd91e87d07f4a92dd85e61ca15a5f76fc1c /sys-apps/dcron | |
parent | old (Manifest recommit) (diff) | |
download | gentoo-2-651f6972e3f1589432d0393b1b681179e417dacb.tar.gz gentoo-2-651f6972e3f1589432d0393b1b681179e417dacb.tar.bz2 gentoo-2-651f6972e3f1589432d0393b1b681179e417dacb.zip |
file shuffle
Diffstat (limited to 'sys-apps/dcron')
-rw-r--r-- | sys-apps/dcron/dcron-2.9-r2.ebuild | 4 | ||||
-rw-r--r-- | sys-apps/dcron/files/crontab-2.9-r1 | 19 |
2 files changed, 2 insertions, 21 deletions
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 |