Bugzilla – Attachment 63677 Details for
Bug 17717
Fix broken cronjobs due to permissions of the current directory
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
[SIGNED-OFF] Bug 17717 : Work around for the permissions problem when running process_message_queue
SIGNED-OFF-Bug-17717--Work-around-for-the-permissi.patch (text/plain), 1.29 KB, created by
Josef Moravec
on 2017-05-23 20:59:19 UTC
(
hide
)
Description:
[SIGNED-OFF] Bug 17717 : Work around for the permissions problem when running process_message_queue
Filename:
MIME Type:
Creator:
Josef Moravec
Created:
2017-05-23 20:59:19 UTC
Size:
1.29 KB
patch
obsolete
>From c2858d05c589cf27ecef1f64564d77478dd0f08d Mon Sep 17 00:00:00 2001 >From: Chris Cormack <chrisc@catalyst.net.nz> >Date: Wed, 24 May 2017 08:25:38 +1200 >Subject: [PATCH] [SIGNED-OFF] Bug 17717 : Work around for the permissions > problem when running process_message_queue > >To test >1/ Make sure some things are in the message queue >2/ Run the cron jobs, notice nothing is sent >3/ Build and install a new package (or manually update the >/etc/cron.d/koha-common file) >4/ Run the jobs again, notice mail is sent > >Signed-off-by: Josef Moravec <josef.moravec@gmail.com> >--- > debian/koha-common.cron.d | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/debian/koha-common.cron.d b/debian/koha-common.cron.d >index 149fc47..5413bb6 100644 >--- a/debian/koha-common.cron.d >+++ b/debian/koha-common.cron.d >@@ -9,4 +9,4 @@ PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin > # Uncomment the following line if you do not want to use the koha-index-daemon integration > # */5 * * * * root test -x /usr/sbin/koha-rebuild-zebra && koha-rebuild-zebra -q $(koha-list --enabled) > >-*/15 * * * * root koha-foreach --enabled --email /usr/share/koha/bin/cronjobs/process_message_queue.pl >+*/15 * * * * root cd /tmp && koha-foreach --enabled --email /usr/share/koha/bin/cronjobs/process_message_queue.pl >-- >2.1.4
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 17717
:
57947
|
63676
|
63677
|
72368
|
72369
|
72372
|
72373
|
72411
|
72412
|
72413