Bugzilla – Attachment 61034 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: Update LSB block of koha-common init script
Bug-18250-Update-LSB-block-of-koha-common-init-scr.patch (text/plain), 1.34 KB, created by
Marcel de Rooy
on 2017-03-13 13:03:57 UTC
(
hide
)
Description:
Bug 18250: Update LSB block of koha-common init script
Filename:
MIME Type:
Creator:
Marcel de Rooy
Created:
2017-03-13 13:03:57 UTC
Size:
1.34 KB
patch
obsolete
>From fd0f69b1c66ad99cbc6f5a69847140ea2c90ddbe Mon Sep 17 00:00:00 2001 >From: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> >Date: Mon, 13 Mar 2017 13:53:49 +0100 >Subject: [PATCH] Bug 18250: Update LSB block of koha-common init script >Content-Type: text/plain; charset=utf-8 > >Currently koha-common may start before memcached. We should prevent that. >If we add memcached to the LSB section of the koha-common init script, >Debian's insserv will know about this requirement. > >Note: This patch is only a step in resolving the issue. > >Test plan: >[1] Copy the updated koha-common script to /etc/init.d >[2] Look for S..koha-common and S..memcached in /etc/rcX.d (say X=5) >[3] Run sudo update-rc.d koha-common disable >[4] Run sudo update-rc.d koha-common enable >[5] Look again for S..koha-common in /etc/rcX.d (say X=5). > The number for koha-common should now be higher than for memcached. >--- > debian/koha-common.init | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/debian/koha-common.init b/debian/koha-common.init >index b461056..f05db42 100755 >--- a/debian/koha-common.init >+++ b/debian/koha-common.init >@@ -1,7 +1,7 @@ > #! /bin/sh > ### BEGIN INIT INFO > # Provides: koha-common >-# Required-Start: $remote_fs >+# Required-Start: $remote_fs memcached > # Required-Stop: $remote_fs > # Default-Start: 2 3 4 5 > # Default-Stop: 0 1 6 >-- >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 18250
:
61034
|
61035
|
75587
|
75589
|
76855
|
76856