From 56aa1445c8f209d2c516cdb01969433bd05be8d1 Mon Sep 17 00:00:00 2001 From: Chris Sharp Date: Thu, 13 Sep 2018 15:26:46 -0400 Subject: [PATCH] LP#1745610 - Add release notes for hold targeter script change. Signed-off-by: Chris Sharp Signed-off-by: Bill Erickson --- .../Administration/new_hold_targeter.adoc | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 docs/RELEASE_NOTES_NEXT/Administration/new_hold_targeter.adoc 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. -- 2.11.0