Bugzilla – Attachment 35448 Details for
Bug 7904
SIP modules handling of @INC is confused
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
[SIGNED-OFF] Bug 7904 - remove unnecessary path from SIP script
SIGNED-OFF-Bug-7904---remove-unnecessary-path-from.patch (text/plain), 1.16 KB, created by
Kyle M Hall (khall)
on 2015-01-21 16:56:32 UTC
(
hide
)
Description:
[SIGNED-OFF] Bug 7904 - remove unnecessary path from SIP script
Filename:
MIME Type:
Creator:
Kyle M Hall (khall)
Created:
2015-01-21 16:56:32 UTC
Size:
1.16 KB
patch
obsolete
>From 427cf8850a05e9bf38deba6dbd9a1dc208e22f19 Mon Sep 17 00:00:00 2001 >From: Robin Sheat <robin@catalyst.net.nz> >Date: Mon, 10 Nov 2014 11:38:29 +1300 >Subject: [PATCH] [SIGNED-OFF] Bug 7904 - remove unnecessary path from SIP script > >With the fixing of the namespace in the SIP code, we don't need to >modify the PERL5LIB to have the old one. > >To test: >* do a package install using this and the other patches on bug 7904 >* enable SIP >* make sure koha-start-sip and koha-stop-sip work > >Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com> >--- > debian/scripts/koha-start-sip | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > >diff --git a/debian/scripts/koha-start-sip b/debian/scripts/koha-start-sip >index 791c6d3..98a0ed6 100755 >--- a/debian/scripts/koha-start-sip >+++ b/debian/scripts/koha-start-sip >@@ -31,7 +31,7 @@ do > chown "${name}-koha:${name}-koha" /var/run/koha/${name} > export KOHA_CONF PERL5LIB > KOHA_CONF=/etc/koha/sites/${name}/koha-conf.xml >- PERL5LIB="/usr/share/koha/lib:/usr/share/koha/lib/C4/SIP" >+ PERL5LIB="/usr/share/koha/lib" > daemon \ > --name="$name-koha-sip" \ > --errlog="/var/log/koha/$name/sip-error.log" \ >-- >1.7.2.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 7904
:
33057
|
33400
|
35447
|
35448
|
35449
|
35571
|
35572
|
35574
|
35692