Bugzilla – Attachment 37589 Details for
Bug 13896
PID is created in /tmp/ instead of in /var/run/koha/...
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 13896: (QA followup) fix koha-{stop|restart}-zebra too
Bug-13896-QA-followup-fix-koha-stoprestart-zebra-t.patch (text/plain), 2.00 KB, created by
Tomás Cohen Arazi (tcohen)
on 2015-04-08 17:57:46 UTC
(
hide
)
Description:
Bug 13896: (QA followup) fix koha-{stop|restart}-zebra too
Filename:
MIME Type:
Creator:
Tomás Cohen Arazi (tcohen)
Created:
2015-04-08 17:57:46 UTC
Size:
2.00 KB
patch
obsolete
>From 05d57a1880bd164f727a772e113bacb779b9f91d Mon Sep 17 00:00:00 2001 >From: Tomas Cohen Arazi <tomascohen@gmail.com> >Date: Wed, 8 Apr 2015 14:56:44 -0300 >Subject: [PATCH] Bug 13896: (QA followup) fix koha-{stop|restart}-zebra too > >Signed-off-by: Tomas Cohen Arazi <tomascohen@gmail.com> >--- > debian/scripts/koha-restart-zebra | 2 ++ > debian/scripts/koha-stop-zebra | 1 + > 2 files changed, 3 insertions(+) > >diff --git a/debian/scripts/koha-restart-zebra b/debian/scripts/koha-restart-zebra >index 866dafd..b978b5e 100755 >--- a/debian/scripts/koha-restart-zebra >+++ b/debian/scripts/koha-restart-zebra >@@ -34,6 +34,7 @@ restart_zebra_instance() > echo "Restarting Zebra server for $instancename" > daemon \ > --name="$instancename-koha-zebra" \ >+ --pidfiles="/var/run/koha/$instancename/" \ > --errlog="/var/log/koha/$instancename/zebra-error.log" \ > --stdout="/var/log/koha/$instancename/zebra.log" \ > --output="/var/log/koha/$instancename/zebra-output.log" \ >@@ -60,6 +61,7 @@ start_zebra_instance() > echo "Starting Zebra server for $instancename" > daemon \ > --name="$instancename-koha-zebra" \ >+ --pidfiles="/var/run/koha/$instancename/" \ > --errlog="/var/log/koha/$instancename/zebra-error.log" \ > --stdout="/var/log/koha/$instancename/zebra.log" \ > --output="/var/log/koha/$instancename/zebra-output.log" \ >diff --git a/debian/scripts/koha-stop-zebra b/debian/scripts/koha-stop-zebra >index 10c8b78..e6aae7d 100755 >--- a/debian/scripts/koha-stop-zebra >+++ b/debian/scripts/koha-stop-zebra >@@ -33,6 +33,7 @@ stop_zebra_instance() > echo "Stopping Zebra server for $instancename" > daemon \ > --name="$instancename-koha-zebra" \ >+ --pidfiles="/var/run/koha/$instancename/" \ > --errlog="/var/log/koha/$instancename/zebra-error.log" \ > --stdout="/var/log/koha/$instancename/zebra.log" \ > --output="/var/log/koha/$instancename/zebra-output.log" \ >-- >2.3.5
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 13896
:
37164
|
37434
|
37460
| 37589