Bug 7904 - remove unnecessary path from SIP script
authorRobin Sheat <robin@catalyst.net.nz>
Sun, 9 Nov 2014 22:38:29 +0000 (11:38 +1300)
committerTomas Cohen Arazi <tomascohen@gmail.com>
Thu, 5 Feb 2015 17:44:48 +0000 (14:44 -0300)
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>
Signed-off-by: Jonathan Druart <jonathan.druart@biblibre.com>
Signed-off-by: Tomas Cohen Arazi <tomascohen@gmail.com>
debian/scripts/koha-start-sip

index 791c6d3..98a0ed6 100755 (executable)
@@ -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" \