[Pkg-freeipa-devel] [Git][freeipa-team/dogtag-pki][master] fix-tomcat-paths.diff: Fix some dangling symlinks to point to the tomcat9/skel/conf files.

Timo Aaltonen gitlab at salsa.debian.org
Thu Dec 10 13:46:18 GMT 2020



Timo Aaltonen pushed to branch master at FreeIPA packaging / dogtag-pki


Commits:
c38003ee by Timo Aaltonen at 2020-12-10T15:45:19+02:00
fix-tomcat-paths.diff: Fix some dangling symlinks to point to the tomcat9/skel/conf files.

- - - - -


2 changed files:

- debian/changelog
- debian/patches/fix-tomcat-paths.diff


Changes:

=====================================
debian/changelog
=====================================
@@ -1,3 +1,10 @@
+dogtag-pki (10.10.1-2) UNRELEASED; urgency=medium
+
+  * fix-tomcat-paths.diff: Fix some dangling symlinks to point to the
+    tomcat9/skel/conf files.
+
+ -- Timo Aaltonen <tjaalton at debian.org>  Thu, 10 Dec 2020 15:45:13 +0200
+
 dogtag-pki (10.10.1-1) unstable; urgency=medium
 
   * New upstream release.


=====================================
debian/patches/fix-tomcat-paths.diff
=====================================
@@ -1,12 +1,14 @@
 --- a/base/server/python/pki/server/__init__.py
 +++ b/base/server/python/pki/server/__init__.py
-@@ -71,11 +71,11 @@ class Tomcat(object):
+@@ -70,12 +70,12 @@ parser = etree.XMLParser(remove_blank_te
+ class Tomcat(object):
  
      BASE_DIR = '/var/lib/tomcats'
-     CONF_DIR = '/etc/tomcat'
+-    CONF_DIR = '/etc/tomcat'
 -    LIB_DIR = '/usr/share/java/tomcat'
 -    SHARE_DIR = '/usr/share/tomcat'
 -    EXECUTABLE = '/usr/sbin/tomcat'
++    CONF_DIR = '/usr/share/tomcat9/skel/conf'
 +    LIB_DIR = '/usr/share/java'
 +    SHARE_DIR = '/usr/share/tomcat9'
 +    EXECUTABLE = '/usr/share/tomcat9/bin/version.sh'



View it on GitLab: https://salsa.debian.org/freeipa-team/dogtag-pki/-/commit/c38003eef9c72d717ef39418fe6789544f6f347b

-- 
View it on GitLab: https://salsa.debian.org/freeipa-team/dogtag-pki/-/commit/c38003eef9c72d717ef39418fe6789544f6f347b
You're receiving this email because of your account on salsa.debian.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-freeipa-devel/attachments/20201210/19a3f3ce/attachment.html>


More information about the Pkg-freeipa-devel mailing list