From 8823912d6037847fa63f36f3eafdadb39c7d5781 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Mon, 10 Aug 2015 04:17:27 -0400 Subject: 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(-) mode change 100644 => 100755 sys-process/cronbase/files/run-crons-0.3.3 mode change 100644 => 100755 sys-process/cronbase/files/run-crons-0.3.4 mode change 100644 => 100755 sys-process/cronbase/files/run-crons-0.3.5 mode change 100644 => 100755 sys-process/cronbase/files/run-crons-0.3.6 mode change 100644 => 100755 sys-process/cronbase/files/run-crons-0.3.7 (limited to 'sys-process') 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 1fbc3eee133..9b4898a3f21 --- 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 run-crons: -# ignore emacs backup files (bug #237200) -# include logging patch (bug #140869) -# -# 08 Mar 2005; Aaron Walker 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 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 run-crons: -# fixed a race condition, where cron jobs and run-crons wanted to -# delete touch files -# -# 20 Apr 2002; Thilo Bangert run-crons: -# moved lastrun directory to /var/spool/cron/lastrun -# -# Author: Achim Gottinger -# -# 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 928b95d784b..662bd02432b --- 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 run-crons: -# ignore emacs backup files (bug #237200) -# include logging patch (bug #140869) -# -# 08 Mar 2005; Aaron Walker 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 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 run-crons: -# fixed a race condition, where cron jobs and run-crons wanted to -# delete touch files -# -# 20 Apr 2002; Thilo Bangert run-crons: -# moved lastrun directory to /var/spool/cron/lastrun -# -# Author: Achim Gottinger -# -# 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 305341ac31f..18a6199eb4b --- 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 run-crons: -# ignore emacs backup files (bug #237200) -# include logging patch (bug #140869) -# -# 08 Mar 2005; Aaron Walker 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 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 run-crons: -# fixed a race condition, where cron jobs and run-crons wanted to -# delete touch files -# -# 20 Apr 2002; Thilo Bangert run-crons: -# moved lastrun directory to /var/spool/cron/lastrun -# -# Author: Achim Gottinger -# -# 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 d5e609715d9..d39777f1296 --- 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 run-crons: -# ignore emacs backup files (bug #237200) -# include logging patch (bug #140869) -# -# 08 Mar 2005; Aaron Walker 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 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 run-crons: -# fixed a race condition, where cron jobs and run-crons wanted to -# delete touch files -# -# 20 Apr 2002; Thilo Bangert run-crons: -# moved lastrun directory to /var/spool/cron/lastrun -# -# Author: Achim Gottinger -# -# 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 c966d64fbc5..16fe0fa2805 --- 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 run-crons: -# ignore emacs backup files (bug #237200) -# include logging patch (bug #140869) -# -# 08 Mar 2005; Aaron Walker 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 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 run-crons: -# fixed a race condition, where cron jobs and run-crons wanted to -# delete touch files -# -# 20 Apr 2002; Thilo Bangert run-crons: -# moved lastrun directory to /var/spool/cron/lastrun -# -# Author: Achim Gottinger -# -# 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 -- cgit v1.2.1