[svnkit] 06/07: Rebase fix-logging-path.patch.

Markus Koschany apo-guest at moszumanska.debian.org
Sun Mar 16 14:44:30 UTC 2014


This is an automated email from the git hooks/post-receive script.

apo-guest pushed a commit to branch master
in repository svnkit.

commit 0e33a15f5340f40d69e4d18d7fff13a791548cfd
Author: Markus Koschany <apo at gambaru.de>
Date:   Sun Mar 16 12:26:02 2014 +0100

    Rebase fix-logging-path.patch.
---
 debian/patches/fix-logging-path.patch | 15 +++++++++------
 1 file changed, 9 insertions(+), 6 deletions(-)

diff --git a/debian/patches/fix-logging-path.patch b/debian/patches/fix-logging-path.patch
index 3fd8276..acff867 100644
--- a/debian/patches/fix-logging-path.patch
+++ b/debian/patches/fix-logging-path.patch
@@ -1,20 +1,20 @@
-From: Jakub Adam <jakub.adam at ktknet.cz>
-Date: Wed, 4 Jul 2012 23:26:15 +0200
+From: Markus Koschany <apo at gambaru.de>
+Date: Sun, 16 Mar 2014 13:15:03 +0100
 Subject: fix-logging-path
 
 ---
- svnkit-cli/src/main/conf/logging.properties |    4 ++--
+ svnkit-cli/src/main/conf/logging.properties | 4 ++--
  1 file changed, 2 insertions(+), 2 deletions(-)
 
 diff --git a/svnkit-cli/src/main/conf/logging.properties b/svnkit-cli/src/main/conf/logging.properties
-index afb2206..ad5ead0 100644
+index 1485c6e..44fbeb5 100644
 --- a/svnkit-cli/src/main/conf/logging.properties
 +++ b/svnkit-cli/src/main/conf/logging.properties
-@@ -4,8 +4,8 @@ svnkit-wc.level=FINEST
+@@ -8,8 +8,8 @@ svnkit-wc.level=FINEST
  svnkit-cli.level=FINEST
  handlers = java.util.logging.FileHandler
  
--java.util.logging.FileHandler.pattern = ../logs/svnkit.%u.log
+-java.util.logging.FileHandler.pattern = svnkit.%u.log
 +java.util.logging.FileHandler.pattern = %h/svnkit.%u.log
  java.util.logging.FileHandler.limit = 0
  java.util.logging.FileHandler.count = 1
@@ -22,3 +22,6 @@ index afb2206..ad5ead0 100644
 -java.util.logging.FileHandler.formatter = java.util.logging.SimpleFormatter
 \ No newline at end of file
 +java.util.logging.FileHandler.formatter = java.util.logging.SimpleFormatter
+-- 
+1.9.0
+

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/svnkit.git



More information about the pkg-java-commits mailing list