Bugzilla – Attachment 29308 Details for
Bug 8567
Set output directory for fines.pl in cron config created by the packages
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 8567: Set output directory for fines.pl in cron config created by the packages
Bug-8567-Set-output-directory-for-finespl-in-cron-.patch (text/plain), 1.37 KB, created by
Chris Cormack
on 2014-06-26 21:02:54 UTC
(
hide
)
Description:
Bug 8567: Set output directory for fines.pl in cron config created by the packages
Filename:
MIME Type:
Creator:
Chris Cormack
Created:
2014-06-26 21:02:54 UTC
Size:
1.37 KB
patch
obsolete
>From bebb44d9e046cc4872310da63a710e96b44a5c86 Mon Sep 17 00:00:00 2001 >From: Reed Wade <reed@typist.geek.nz> >Date: Thu, 26 Jun 2014 16:38:58 -0400 >Subject: [PATCH] Bug 8567: Set output directory for fines.pl in cron config > created by the packages > >Modified debian/koha-common.cron.daily adding instance output dir option to >the fines.pl entry as described in the ticket. > >Requires patch from Bug 8566 which provides the __instancename__ feature for >koha-foreach. > >Signed-off-by: Chris Cormack <chris@bigballofwax.co.nz> >--- > debian/koha-common.cron.daily | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/debian/koha-common.cron.daily b/debian/koha-common.cron.daily >index 2f899b0..1f540cd 100644 >--- a/debian/koha-common.cron.daily >+++ b/debian/koha-common.cron.daily >@@ -16,7 +16,7 @@ > # along with this program. If not, see <http://www.gnu.org/licenses/>. > > koha-foreach --enabled --email /usr/share/koha/bin/cronjobs/overdue_notices.pl -t >-koha-foreach --enabled /usr/share/koha/bin/cronjobs/fines.pl >+koha-foreach --enabled /usr/share/koha/bin/cronjobs/fines.pl --out /var/log/koha/__instancename__ > koha-foreach --enabled --email /usr/share/koha/bin/cronjobs/advance_notices.pl -c > koha-foreach --enabled /usr/share/koha/bin/cronjobs/holds/cancel_expired_holds.pl >/dev/null 2>&1 > koha-foreach --enabled /usr/share/koha/bin/cronjobs/services_throttle.pl > /dev/null 2>&1 >-- >1.9.1
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 8567
:
29307
|
29308
|
29310