]> git.evergreen-ils.org Git - Evergreen.git/blob - docs/RELEASE_NOTES_NEXT/Administration/new_hold_targeter.adoc
LP#1745610 - Add release notes for hold targeter script change.
[Evergreen.git] / docs / RELEASE_NOTES_NEXT / Administration / new_hold_targeter.adoc
1 Hold Targeter Script has been Replaced
2 ======================================
3
4 The original hold_targeter.pl script has been renamed to
5 "hold_targeter_legacy.pl", and the new-style hold targeting
6 script has been renamed to "hold_targeter.pl".  Administrators
7 will want to change their crontab files to reflect this.
8
9 .Previous Syntax
10 [source,bash]
11 ---------------------------------------------------------------------
12 -*/15 * * * *   . ~/.bashrc && $EG_BIN_DIR/hold_targeter.pl $SRF_CORE
13 ---------------------------------------------------------------------
14
15 .New Syntax
16 [source,bash]
17 -----------------------------------------------------------------------------------
18 -*/15 * * * *   . ~/.bashrc && $EG_BIN_DIR/hold_targeter.pl --osrf-config $SRF_CORE
19 -----------------------------------------------------------------------------------
20
21 The sample crontab file at Open-ILS/examples/crontab.example reflects
22 this change.