[open-ils-commits] [GIT] Evergreen ILS branch master updated. 2130d757192426904688a302ed9e3671bb675daf

Evergreen Git git at git.evergreen-ils.org
Tue Oct 15 09:18:46 EDT 2013


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Evergreen ILS".

The branch, master has been updated
       via  2130d757192426904688a302ed9e3671bb675daf (commit)
      from  ffda0fb55a409ed7dd5e146adce26ee45a3b5dbf (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 2130d757192426904688a302ed9e3671bb675daf
Author: Chris Sharp <csharp at georgialibraries.org>
Date:   Tue Oct 15 09:01:57 2013 -0400

    Fixing typo in the crontab.example file
    
    I'm assuming here that the intention was to set the purge_pending_users.srfsh
    job to run at 2:30 a.m., but it was set to run at 30:02 - obviously an invalid
    time.
    
    Signed-off-by: Chris Sharp <csharp at georgialibraries.org>
    Signed-off-by: Dan Scott <dscott at laurentian.ca>

diff --git a/Open-ILS/examples/crontab.example b/Open-ILS/examples/crontab.example
index 5838ff4..1060f77 100644
--- a/Open-ILS/examples/crontab.example
+++ b/Open-ILS/examples/crontab.example
@@ -43,7 +43,7 @@ EG_BIN_DIR = /openils/bin
 2  0  * * *   . ~/.bashrc && $EG_BIN_DIR/reshelving_complete.srfsh
 
 # Run the pending user purger
-2  30  * * *   . ~/.bashrc && $EG_BIN_DIR/purge_pending_users.srfsh
+30 2  * * *   . ~/.bashrc && $EG_BIN_DIR/purge_pending_users.srfsh
 
 # create the list of blocked patrons for offline use
 # Note: The resulting list.txt file needs to be copied to all Apache servers

-----------------------------------------------------------------------

Summary of changes:
 Open-ILS/examples/crontab.example |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
Evergreen ILS


More information about the open-ils-commits mailing list