Bugzilla – Attachment 41146 Details for
Bug 14167
Add Koha::Logger based on Log4perl
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 14167: remove the log4perl.conf file from /etc for packages
Bug-14167-remove-the-log4perlconf-file-from-etc-fo.patch (text/plain), 759 bytes, created by
Robin Sheat
on 2015-07-23 23:51:57 UTC
(
hide
)
Description:
Bug 14167: remove the log4perl.conf file from /etc for packages
Filename:
MIME Type:
Creator:
Robin Sheat
Created:
2015-07-23 23:51:57 UTC
Size:
759 bytes
patch
obsolete
>From 9a54d13485d95ef4107c74a67328864688847cd0 Mon Sep 17 00:00:00 2001 >From: Robin Sheat <robin@catalyst.net.nz> >Date: Fri, 24 Jul 2015 11:36:38 +1200 >Subject: [PATCH] Bug 14167: remove the log4perl.conf file from /etc for > packages > >We don't need that file in the package build because it's generated on a >per-site basis from a template. >--- > debian/rules | 1 + > 1 file changed, 1 insertion(+) > >diff --git a/debian/rules b/debian/rules >index ca5ac4e..20eb9e2 100755 >--- a/debian/rules >+++ b/debian/rules >@@ -16,6 +16,7 @@ override_dh_auto_install: > dh_auto_install > rm $(TMP)/etc/koha/README.txt > rm $(TMP)/etc/koha/SIPconfig.xml >+ rm $(TMP)/etc/koha/log4perl.conf > rm -r $(TMP)/usr/share/koha/doc > rm -r $(TMP)/var/run > rm -r $(TMP)/var/lock >-- >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 14167
:
38953
|
38954
|
38980
|
38981
|
38993
|
39103
|
39180
|
39886
|
39887
|
39888
|
39889
|
39890
|
39891
|
39892
|
39893
|
39894
|
39895
|
40200
|
40652
|
40653
|
40657
|
40658
|
40659
|
40660
|
40661
|
40662
|
40663
|
40664
|
41109
|
41111
|
41145
| 41146