From 8c1b6527c8d8ee24e06f514875714634e93888ea Mon Sep 17 00:00:00 2001 From: Frank Lichtenheld Date: Thu, 12 Apr 2007 17:12:14 +0200 Subject: [PATCH] cron.d: Disable some scripts for the time beeing 100syncarchive_kfreebsd is disabled because the archive server doesn't respond anymore 300extract_changelogs is disabled because I have no full archive on the test server. --- cron.d/100syncarchive_kfreebsd | 2 ++ cron.d/300extract_changelogs | 2 ++ 2 files changed, 4 insertions(+) diff --git a/cron.d/100syncarchive_kfreebsd b/cron.d/100syncarchive_kfreebsd index 287b00a..98b8887 100755 --- a/cron.d/100syncarchive_kfreebsd +++ b/cron.d/100syncarchive_kfreebsd @@ -1,5 +1,7 @@ #! /bin/bash +exit 0 + . `dirname $0`/../config.sh test -d ${archivedir} || mkdir -p ${archivedir} diff --git a/cron.d/300extract_changelogs b/cron.d/300extract_changelogs index 08be087..d969781 100755 --- a/cron.d/300extract_changelogs +++ b/cron.d/300extract_changelogs @@ -1,5 +1,7 @@ #!/bin/bash +exit 0 + . `dirname $0`/../config.sh if test -z "${localdir}"; then -- 2.39.2