From: Chris Sharp Date: Thu, 13 Sep 2018 19:26:46 +0000 (-0400) Subject: LP#1745610 - Add release notes for hold targeter script change. X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=56aa1445c8f209d2c516cdb01969433bd05be8d1;p=evergreen%2Fequinox.git LP#1745610 - Add release notes for hold targeter script change. Signed-off-by: Chris Sharp Signed-off-by: Bill Erickson --- diff --git a/docs/RELEASE_NOTES_NEXT/Administration/new_hold_targeter.adoc b/docs/RELEASE_NOTES_NEXT/Administration/new_hold_targeter.adoc new file mode 100644 index 0000000000..9d3c63ee49 --- /dev/null +++ b/docs/RELEASE_NOTES_NEXT/Administration/new_hold_targeter.adoc @@ -0,0 +1,22 @@ +Hold Targeter Script has been Replaced +====================================== + +The original hold_targeter.pl script has been renamed to +"hold_targeter_legacy.pl", and the new-style hold targeting +script has been renamed to "hold_targeter.pl". Administrators +will want to change their crontab files to reflect this. + +.Previous Syntax +[source,bash] +--------------------------------------------------------------------- +-*/15 * * * * . ~/.bashrc && $EG_BIN_DIR/hold_targeter.pl $SRF_CORE +--------------------------------------------------------------------- + +.New Syntax +[source,bash] +----------------------------------------------------------------------------------- +-*/15 * * * * . ~/.bashrc && $EG_BIN_DIR/hold_targeter.pl --osrf-config $SRF_CORE +----------------------------------------------------------------------------------- + +The sample crontab file at Open-ILS/examples/crontab.example reflects +this change.