* [gentoo-commits] repo/gentoo:master commit in: sys-process/cronie/files/
@ 2016-05-03 9:47 Lars Wendler
0 siblings, 0 replies; 6+ messages in thread
From: Lars Wendler @ 2016-05-03 9:47 UTC (permalink / raw
To: gentoo-commits
commit: 90c14228063160109abafb40de56c251c4ef0405
Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
AuthorDate: Tue May 3 09:16:19 2016 +0000
Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
CommitDate: Tue May 3 09:47:11 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=90c14228
sys-process/cronie: Fixed openrc init script shebang.
Package-Manager: portage-2.2.28
Signed-off-by: Lars Wendler <polynomial-c <AT> gentoo.org>
sys-process/cronie/files/cronie-1.3-initd | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/sys-process/cronie/files/cronie-1.3-initd b/sys-process/cronie/files/cronie-1.3-initd
index 2434d61..781ff67 100644
--- a/sys-process/cronie/files/cronie-1.3-initd
+++ b/sys-process/cronie/files/cronie-1.3-initd
@@ -1,5 +1,5 @@
-#!/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
# $Id$
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-process/cronie/files/
@ 2018-05-27 16:11 Aaron Bauman
0 siblings, 0 replies; 6+ messages in thread
From: Aaron Bauman @ 2018-05-27 16:11 UTC (permalink / raw
To: gentoo-commits
commit: d09018079577349048fd70ea5eac6b012eb3288c
Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Sun May 27 12:07:07 2018 +0000
Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Sun May 27 16:10:19 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d0901807
sys-process/cronie: remove unused patch
Closes: https://github.com/gentoo/gentoo/pull/8613
sys-process/cronie/files/cronie-1.3-crontab | 14 --------------
1 file changed, 14 deletions(-)
diff --git a/sys-process/cronie/files/cronie-1.3-crontab b/sys-process/cronie/files/cronie-1.3-crontab
deleted file mode 100644
index 99c2b54f3fd..00000000000
--- a/sys-process/cronie/files/cronie-1.3-crontab
+++ /dev/null
@@ -1,14 +0,0 @@
-# for cronie
-
-# Global variables
-SHELL=/bin/bash
-PATH=/sbin:/bin:/usr/sbin:/usr/bin
-MAILTO=root
-HOME=/
-
-# check scripts in cron.hourly, cron.daily, cron.weekly and cron.monthly
-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
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-process/cronie/files/
@ 2018-05-27 19:16 Lars Wendler
0 siblings, 0 replies; 6+ messages in thread
From: Lars Wendler @ 2018-05-27 19:16 UTC (permalink / raw
To: gentoo-commits
commit: 4b8e7e70d4ed6de046d4581998deb45b5c1371e5
Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
AuthorDate: Sun May 27 19:15:49 2018 +0000
Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
CommitDate: Sun May 27 19:15:49 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4b8e7e70
Revert "sys-process/cronie: remove unused patch"
This reverts commit d09018079577349048fd70ea5eac6b012eb3288c.
This was done without maintainer consent.
sys-process/cronie/files/cronie-1.3-crontab | 14 ++++++++++++++
1 file changed, 14 insertions(+)
diff --git a/sys-process/cronie/files/cronie-1.3-crontab b/sys-process/cronie/files/cronie-1.3-crontab
new file mode 100644
index 00000000000..99c2b54f3fd
--- /dev/null
+++ b/sys-process/cronie/files/cronie-1.3-crontab
@@ -0,0 +1,14 @@
+# for cronie
+
+# Global variables
+SHELL=/bin/bash
+PATH=/sbin:/bin:/usr/sbin:/usr/bin
+MAILTO=root
+HOME=/
+
+# check scripts in cron.hourly, cron.daily, cron.weekly and cron.monthly
+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
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-process/cronie/files/
@ 2019-02-06 9:32 Lars Wendler
0 siblings, 0 replies; 6+ messages in thread
From: Lars Wendler @ 2019-02-06 9:32 UTC (permalink / raw
To: gentoo-commits
commit: 331b15d5fd648fa6b2a43d07757b365e19d749f8
Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Tue Jan 29 10:06:07 2019 +0000
Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
CommitDate: Wed Feb 6 09:32:11 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=331b15d5
sys-process/cronie: remove unused file
Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail.com>
Signed-off-by: Lars Wendler <polynomial-c <AT> gentoo.org>
sys-process/cronie/files/cronie-1.3-crontab | 14 --------------
1 file changed, 14 deletions(-)
diff --git a/sys-process/cronie/files/cronie-1.3-crontab b/sys-process/cronie/files/cronie-1.3-crontab
deleted file mode 100644
index 99c2b54f3fd..00000000000
--- a/sys-process/cronie/files/cronie-1.3-crontab
+++ /dev/null
@@ -1,14 +0,0 @@
-# for cronie
-
-# Global variables
-SHELL=/bin/bash
-PATH=/sbin:/bin:/usr/sbin:/usr/bin
-MAILTO=root
-HOME=/
-
-# check scripts in cron.hourly, cron.daily, cron.weekly and cron.monthly
-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
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-process/cronie/files/
@ 2019-03-11 9:42 Lars Wendler
0 siblings, 0 replies; 6+ messages in thread
From: Lars Wendler @ 2019-03-11 9:42 UTC (permalink / raw
To: gentoo-commits
commit: 5d419604a213424ad157f5c4c795f11a3a3c7bff
Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
AuthorDate: Mon Mar 11 09:42:08 2019 +0000
Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
CommitDate: Mon Mar 11 09:42:08 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5d419604
sys-process/cronie: Don't use /var/run to store the pidfile.
Closes: https://bugs.gentoo.org/679984
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Lars Wendler <polynomial-c <AT> gentoo.org>
sys-process/cronie/files/cronie-systemd.patch | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sys-process/cronie/files/cronie-systemd.patch b/sys-process/cronie/files/cronie-systemd.patch
index 81c19173784..884e6655fa8 100644
--- a/sys-process/cronie/files/cronie-systemd.patch
+++ b/sys-process/cronie/files/cronie-systemd.patch
@@ -21,7 +21,7 @@ index ad46899..7a6c1a9 100644
ExecReload=/bin/kill -HUP $MAINPID
KillMode=process
+Type=forking
-+PIDFile=/var/run/crond.pid
++PIDFile=/run/crond.pid
[Install]
WantedBy=multi-user.target
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-process/cronie/files/
@ 2021-03-17 18:54 Lars Wendler
0 siblings, 0 replies; 6+ messages in thread
From: Lars Wendler @ 2021-03-17 18:54 UTC (permalink / raw
To: gentoo-commits
commit: 388432e17ab02c4ded3951f2b32f56700b2e7ae4
Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
AuthorDate: Wed Mar 17 18:52:54 2021 +0000
Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
CommitDate: Wed Mar 17 18:54:33 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=388432e1
sys-process/cronie: Adjusted configure.ac patch
Signed-off-by: Lars Wendler <polynomial-c <AT> gentoo.org>
sys-process/cronie/files/cronie-1.5.6-autoconf-2.70.patch | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/sys-process/cronie/files/cronie-1.5.6-autoconf-2.70.patch b/sys-process/cronie/files/cronie-1.5.6-autoconf-2.70.patch
index 732de86f0a0..958047784c5 100644
--- a/sys-process/cronie/files/cronie-1.5.6-autoconf-2.70.patch
+++ b/sys-process/cronie/files/cronie-1.5.6-autoconf-2.70.patch
@@ -1,4 +1,4 @@
-From d29cbc586c9f073eb144d219af3d792c2d2de453 Mon Sep 17 00:00:00 2001
+From 44f6a0db3bac50deb11d15d3d847c41932afbfea Mon Sep 17 00:00:00 2001
From: Lars Wendler <polynomial-c@gentoo.org>
Date: Wed, 17 Mar 2021 17:44:38 +0100
Subject: [PATCH] configure.ac: Don't use AM_CONDITIONAL inside an if statement
@@ -14,7 +14,7 @@ Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/configure.ac b/configure.ac
-index 8c575dd..6e972fc 100644
+index 8c575dd..b578431 100644
--- a/configure.ac
+++ b/configure.ac
@@ -260,11 +260,11 @@ if test "$enable_anacron" != no; then
@@ -27,7 +27,7 @@ index 8c575dd..6e972fc 100644
- fi
fi
+AM_CONDITIONAL([NEED_OBSTACK], [test "$have_obstack" = no])
-+AS_IF([test "$have_obstack" = no], [
++AS_IF([test "$enable_anacron" != no && test "$have_obstack" = no], [
+ CPPFLAGS="$CPPFLAGS -I\$(top_srcdir)/obstack"
+])
^ permalink raw reply related [flat|nested] 6+ messages in thread
end of thread, other threads:[~2021-03-17 18:54 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-03-17 18:54 [gentoo-commits] repo/gentoo:master commit in: sys-process/cronie/files/ Lars Wendler
-- strict thread matches above, loose matches on Subject: below --
2019-03-11 9:42 Lars Wendler
2019-02-06 9:32 Lars Wendler
2018-05-27 19:16 Lars Wendler
2018-05-27 16:11 Aaron Bauman
2016-05-03 9:47 Lars Wendler
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox