* [gentoo-commits] repo/gentoo:master commit in: sys-process/cronbase/files/
@ 2015-08-10 8:20 Mike Frysinger
0 siblings, 0 replies; 2+ messages in thread
From: Mike Frysinger @ 2015-08-10 8:20 UTC (permalink / raw
To: gentoo-commits
commit: 8823912d6037847fa63f36f3eafdadb39c7d5781
Author: Mike Frysinger <vapier <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 10 08:17:27 2015 +0000
Commit: Mike Frysinger <vapier <AT> gentoo <DOT> org>
CommitDate: Mon Aug 10 08:18:33 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8823912d
cronbase: run-crons: use standard comment header in all files
If people want changelogs/history, they can look at the VCS.
sys-process/cronbase/files/run-crons-0.3.3 | 28 ++--------------------------
sys-process/cronbase/files/run-crons-0.3.4 | 28 ++--------------------------
sys-process/cronbase/files/run-crons-0.3.5 | 28 ++--------------------------
sys-process/cronbase/files/run-crons-0.3.6 | 28 ++--------------------------
sys-process/cronbase/files/run-crons-0.3.7 | 28 ++--------------------------
5 files changed, 10 insertions(+), 130 deletions(-)
diff --git a/sys-process/cronbase/files/run-crons-0.3.3 b/sys-process/cronbase/files/run-crons-0.3.3
old mode 100644
new mode 100755
index 1fbc3ee..9b4898a
--- a/sys-process/cronbase/files/run-crons-0.3.3
+++ b/sys-process/cronbase/files/run-crons-0.3.3
@@ -1,30 +1,6 @@
#!/bin/bash
-#
-# $Id$
-#
-# 12 Oct 2008; Thilo Bangert <bangert@gentoo.org> run-crons:
-# ignore emacs backup files (bug #237200)
-# include logging patch (bug #140869)
-#
-# 08 Mar 2005; Aaron Walker <ka0ttic@gentoo.org> run-crons:
-# Ignore the error messages from find caused by race conditions, since
-# we could care less about the error as long as the file has been removed.
-# See bug 8506.
-#
-# 06 May 2004; Aron Griffis <agriffis@gentoo.org> run-crons:
-# Make the locking actually work. The old code was racy.
-# Thanks to Mathias Gumz in bug 45155 for some cleanups.
-#
-# 23 Jun 2002; Jon Nelson <jnelson@gentoo.org> run-crons:
-# fixed a race condition, where cron jobs and run-crons wanted to
-# delete touch files
-#
-# 20 Apr 2002; Thilo Bangert <bangert@gentoo.org> run-crons:
-# moved lastrun directory to /var/spool/cron/lastrun
-#
-# Author: Achim Gottinger <achim@gentoo.org>
-#
-# Mostly copied from SuSE
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
#
# this script looks into /etc/cron.[hourly|daily|weekly|monthly]
# for scripts to be executed. The info about last run is stored in
diff --git a/sys-process/cronbase/files/run-crons-0.3.4 b/sys-process/cronbase/files/run-crons-0.3.4
old mode 100644
new mode 100755
index 928b95d..662bd02
--- a/sys-process/cronbase/files/run-crons-0.3.4
+++ b/sys-process/cronbase/files/run-crons-0.3.4
@@ -1,30 +1,6 @@
#!/bin/bash
-#
-# $Id$
-#
-# 12 Oct 2008; Thilo Bangert <bangert@gentoo.org> run-crons:
-# ignore emacs backup files (bug #237200)
-# include logging patch (bug #140869)
-#
-# 08 Mar 2005; Aaron Walker <ka0ttic@gentoo.org> run-crons:
-# Ignore the error messages from find caused by race conditions, since
-# we could care less about the error as long as the file has been removed.
-# See bug 8506.
-#
-# 06 May 2004; Aron Griffis <agriffis@gentoo.org> run-crons:
-# Make the locking actually work. The old code was racy.
-# Thanks to Mathias Gumz in bug 45155 for some cleanups.
-#
-# 23 Jun 2002; Jon Nelson <jnelson@gentoo.org> run-crons:
-# fixed a race condition, where cron jobs and run-crons wanted to
-# delete touch files
-#
-# 20 Apr 2002; Thilo Bangert <bangert@gentoo.org> run-crons:
-# moved lastrun directory to /var/spool/cron/lastrun
-#
-# Author: Achim Gottinger <achim@gentoo.org>
-#
-# Mostly copied from SuSE
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
#
# this script looks into /etc/cron.[hourly|daily|weekly|monthly]
# for scripts to be executed. The info about last run is stored in
diff --git a/sys-process/cronbase/files/run-crons-0.3.5 b/sys-process/cronbase/files/run-crons-0.3.5
old mode 100644
new mode 100755
index 305341a..18a6199
--- a/sys-process/cronbase/files/run-crons-0.3.5
+++ b/sys-process/cronbase/files/run-crons-0.3.5
@@ -1,30 +1,6 @@
#!/bin/bash
-#
-# $Id$
-#
-# 12 Oct 2008; Thilo Bangert <bangert@gentoo.org> run-crons:
-# ignore emacs backup files (bug #237200)
-# include logging patch (bug #140869)
-#
-# 08 Mar 2005; Aaron Walker <ka0ttic@gentoo.org> run-crons:
-# Ignore the error messages from find caused by race conditions, since
-# we could care less about the error as long as the file has been removed.
-# See bug 8506.
-#
-# 06 May 2004; Aron Griffis <agriffis@gentoo.org> run-crons:
-# Make the locking actually work. The old code was racy.
-# Thanks to Mathias Gumz in bug 45155 for some cleanups.
-#
-# 23 Jun 2002; Jon Nelson <jnelson@gentoo.org> run-crons:
-# fixed a race condition, where cron jobs and run-crons wanted to
-# delete touch files
-#
-# 20 Apr 2002; Thilo Bangert <bangert@gentoo.org> run-crons:
-# moved lastrun directory to /var/spool/cron/lastrun
-#
-# Author: Achim Gottinger <achim@gentoo.org>
-#
-# Mostly copied from SuSE
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
#
# this script looks into /etc/cron.[hourly|daily|weekly|monthly]
# for scripts to be executed. The info about last run is stored in
diff --git a/sys-process/cronbase/files/run-crons-0.3.6 b/sys-process/cronbase/files/run-crons-0.3.6
old mode 100644
new mode 100755
index d5e6097..d39777f
--- a/sys-process/cronbase/files/run-crons-0.3.6
+++ b/sys-process/cronbase/files/run-crons-0.3.6
@@ -1,30 +1,6 @@
#!/bin/sh
-#
-# $Id$
-#
-# 12 Oct 2008; Thilo Bangert <bangert@gentoo.org> run-crons:
-# ignore emacs backup files (bug #237200)
-# include logging patch (bug #140869)
-#
-# 08 Mar 2005; Aaron Walker <ka0ttic@gentoo.org> run-crons:
-# Ignore the error messages from find caused by race conditions, since
-# we could care less about the error as long as the file has been removed.
-# See bug 8506.
-#
-# 06 May 2004; Aron Griffis <agriffis@gentoo.org> run-crons:
-# Make the locking actually work. The old code was racy.
-# Thanks to Mathias Gumz in bug 45155 for some cleanups.
-#
-# 23 Jun 2002; Jon Nelson <jnelson@gentoo.org> run-crons:
-# fixed a race condition, where cron jobs and run-crons wanted to
-# delete touch files
-#
-# 20 Apr 2002; Thilo Bangert <bangert@gentoo.org> run-crons:
-# moved lastrun directory to /var/spool/cron/lastrun
-#
-# Author: Achim Gottinger <achim@gentoo.org>
-#
-# Mostly copied from SuSE
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
#
# this script looks into /etc/cron.[hourly|daily|weekly|monthly]
# for scripts to be executed. The info about last run is stored in
diff --git a/sys-process/cronbase/files/run-crons-0.3.7 b/sys-process/cronbase/files/run-crons-0.3.7
old mode 100644
new mode 100755
index c966d64..16fe0fa
--- a/sys-process/cronbase/files/run-crons-0.3.7
+++ b/sys-process/cronbase/files/run-crons-0.3.7
@@ -1,30 +1,6 @@
#!/bin/sh
-#
-# $Id$
-#
-# 12 Oct 2008; Thilo Bangert <bangert@gentoo.org> run-crons:
-# ignore emacs backup files (bug #237200)
-# include logging patch (bug #140869)
-#
-# 08 Mar 2005; Aaron Walker <ka0ttic@gentoo.org> run-crons:
-# Ignore the error messages from find caused by race conditions, since
-# we could care less about the error as long as the file has been removed.
-# See bug 8506.
-#
-# 06 May 2004; Aron Griffis <agriffis@gentoo.org> run-crons:
-# Make the locking actually work. The old code was racy.
-# Thanks to Mathias Gumz in bug 45155 for some cleanups.
-#
-# 23 Jun 2002; Jon Nelson <jnelson@gentoo.org> run-crons:
-# fixed a race condition, where cron jobs and run-crons wanted to
-# delete touch files
-#
-# 20 Apr 2002; Thilo Bangert <bangert@gentoo.org> run-crons:
-# moved lastrun directory to /var/spool/cron/lastrun
-#
-# Author: Achim Gottinger <achim@gentoo.org>
-#
-# Mostly copied from SuSE
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
#
# this script looks into /etc/cron.[hourly|daily|weekly|monthly]
# for scripts to be executed. The info about last run is stored in
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-process/cronbase/files/
@ 2021-07-20 19:03 Conrad Kostecki
0 siblings, 0 replies; 2+ messages in thread
From: Conrad Kostecki @ 2021-07-20 19:03 UTC (permalink / raw
To: gentoo-commits
commit: cd58e36c6adc4a95d9964c382511296f60096db5
Author: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 18 20:05:16 2021 +0000
Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Tue Jul 20 19:03:11 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cd58e36c
sys-process/cronbase: fix unnecessary executable bit
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>
sys-process/cronbase/files/run-crons-0.3.7 | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sys-process/cronbase/files/run-crons-0.3.7 b/sys-process/cronbase/files/run-crons-0.3.7
old mode 100755
new mode 100644
index 42c88100df1..d979a42690b
--- a/sys-process/cronbase/files/run-crons-0.3.7
+++ b/sys-process/cronbase/files/run-crons-0.3.7
@@ -1,5 +1,5 @@
#!/bin/sh
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
#
# this script looks into /etc/cron.[hourly|daily|weekly|monthly]
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2021-07-20 19:03 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-07-20 19:03 [gentoo-commits] repo/gentoo:master commit in: sys-process/cronbase/files/ Conrad Kostecki
-- strict thread matches above, loose matches on Subject: below --
2015-08-10 8:20 Mike Frysinger
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox