]> git.deb.at Git - deb/packages.git/commitdiff
cron.d: Disable some scripts for the time beeing
authorFrank Lichtenheld <frank@lichtenheld.de>
Thu, 12 Apr 2007 15:12:14 +0000 (17:12 +0200)
committerFrank Lichtenheld <frank@lichtenheld.de>
Thu, 12 Apr 2007 15:13:09 +0000 (17:13 +0200)
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
cron.d/300extract_changelogs

index 287b00a410c44a5baaf48c371d0133f3e322c6b7..98b8887ef79e5ba4a137e13fdf32735fb1c34299 100755 (executable)
@@ -1,5 +1,7 @@
 #! /bin/bash
 
 #! /bin/bash
 
+exit 0
+
 . `dirname $0`/../config.sh
 
 test -d ${archivedir} || mkdir -p ${archivedir}
 . `dirname $0`/../config.sh
 
 test -d ${archivedir} || mkdir -p ${archivedir}
index 08be087d36fadde7f5a6cbbf05e7c702a4374e07..d969781ae510699d5011b0cc26fbd5f03d4c80ec 100755 (executable)
@@ -1,5 +1,7 @@
 #!/bin/bash
 
 #!/bin/bash
 
+exit 0
+
 . `dirname $0`/../config.sh
  
 if test -z "${localdir}"; then
 . `dirname $0`/../config.sh
  
 if test -z "${localdir}"; then