]> Frank Brehm's Git Trees - config/helga/etc.git/commitdiff
saving uncommitted changes in /etc prior to emerge run
authorroot <root@helga.brehm-online.com>
Tue, 25 Oct 2016 19:37:33 +0000 (21:37 +0200)
committerroot <root@helga.brehm-online.com>
Tue, 25 Oct 2016 19:37:33 +0000 (21:37 +0200)
cron.deny
crontab
init.d/cronie

index f909922dea256ca1afb0adbf1267d669d6e9ff4e..42cdd5f8c9a30a23a07c8f1172dbb131e8642216 100644 (file)
--- a/cron.deny
+++ b/cron.deny
@@ -1,4 +1,4 @@
-# $Id: cronie-1.2-cron.deny,v 1.1 2009/02/17 22:09:35 bangert Exp $
+# $Id$
 # If for any reason you have users in the 'cron' group who should not
 # be allowed to run crontab, add them to this file (one username per
 # line)
diff --git a/crontab b/crontab
index b14eeda321e0592ee2448c7dc511b44213fc0289..14a6b9b1922f52806c63b93aa83d487f46f178e4 100644 (file)
--- a/crontab
+++ b/crontab
@@ -1,5 +1,5 @@
 # for cronie
-# $Header: /var/cvsroot/gentoo-x86/sys-process/cronie/files/cronie-1.3-crontab,v 1.2 2014/04/18 13:24:55 polynomial-c Exp $
+# $Id$
 
 # Global variables
 SHELL=/bin/bash
@@ -8,9 +8,8 @@ MAILTO=root
 HOME=/
 
 # check scripts in cron.hourly, cron.daily, cron.weekly and cron.monthly
-# if anacron is not present
-59  *  * * *   root    [ ! -x /etc/cron.hourly/0anacron ] && rm -f /var/spool/cron/lastrun/cron.hourly
-9  3  * * *    root    [ ! -x /etc/cron.hourly/0anacron ] && rm -f /var/spool/cron/lastrun/cron.daily
-19 4  * * 6    root    [ ! -x /etc/cron.hourly/0anacron ] && rm -f /var/spool/cron/lastrun/cron.weekly
-29 5  1 * *    root    [ ! -x /etc/cron.hourly/0anacron ] && rm -f /var/spool/cron/lastrun/cron.monthly
-*/10  *  * * * root    [ ! -x /etc/cron.hourly/0anacron ] && { test -x /usr/sbin/run-crons && /usr/sbin/run-crons ; }
+59  *  * * *   root    rm -f /var/spool/cron/lastrun/cron.hourly
+9  3  * * *    root    rm -f /var/spool/cron/lastrun/cron.daily
+19 4  * * 6    root    rm -f /var/spool/cron/lastrun/cron.weekly
+29 5  1 * *    root    rm -f /var/spool/cron/lastrun/cron.monthly
+*/10  *  * * * root    test -x /usr/sbin/run-crons && /usr/sbin/run-crons
index 138530f5e9773e074ea3ee6cec67d56e71e3ff2d..781ff67c47f8f14f1b25d0603cd230ceda2cab7d 100755 (executable)
@@ -1,7 +1,7 @@
-#!/sbin/runscript
-# Copyright 1999-2014 Gentoo Foundation
+#!/sbin/openrc-run
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-process/cronie/files/cronie-1.3-initd,v 1.3 2014/03/04 00:17:58 polynomial-c Exp $
+# $Id$
 
 command="/usr/sbin/crond"
 command_args="${CRONDARGS}"