Bugzilla – Attachment 76856 Details for
Bug 18250
koha-common should start after memcached
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 18250: Force startup order in postinst script
Bug-18250-Force-startup-order-in-postinst-script.patch (text/plain), 1.10 KB, created by
Chris Cormack
on 2018-07-11 01:50:55 UTC
(
hide
)
Description:
Bug 18250: Force startup order in postinst script
Filename:
MIME Type:
Creator:
Chris Cormack
Created:
2018-07-11 01:50:55 UTC
Size:
1.10 KB
patch
obsolete
>From 44d8a95836a389bd7c167dfbea0e15a3d8de99e1 Mon Sep 17 00:00:00 2001 >From: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> >Date: Mon, 13 Mar 2017 14:13:10 +0100 >Subject: [PATCH] Bug 18250: Force startup order in postinst script > >This is a workaround meant to correct upgrading installs. >We force the order by disable/enable. > >Test plan: >[1] When upgrading an existing install, check that the startup order > after the upgrade has been corrected in /etc/rcX.d (say X=5). > >Signed-off-by: Mirko Tietgen <mirko@abunchofthings.net> >Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz> >--- > debian/koha-common.postinst | 6 ++++++ > 1 file changed, 6 insertions(+) > >diff --git a/debian/koha-common.postinst b/debian/koha-common.postinst >index 20c354dec1..23c4d01ac4 100644 >--- a/debian/koha-common.postinst >+++ b/debian/koha-common.postinst >@@ -142,4 +142,10 @@ done > > db_stop > >+# Bug 18250: Correct startup order of koha-common and memcached >+# Since the init script has been updated, we can force the order in rc.d >+# by disabling and enabling again. >+update-rc.d koha-common disable >+update-rc.d koha-common enable >+ > exit 0 >-- >2.18.0
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 18250
:
61034
|
61035
|
75587
|
75589
|
76855
| 76856