[pkg-java] r12800 - trunk/tomcat6/debian

Torsten Werner twerner at alioth.debian.org
Fri Jul 23 21:38:00 UTC 2010


Author: twerner
Date: 2010-07-23 21:38:00 +0000 (Fri, 23 Jul 2010)
New Revision: 12800

Modified:
   trunk/tomcat6/debian/README.Debian
   trunk/tomcat6/debian/changelog
Log:
* UNRELEASED
* Fix filename of /etc/tomcat6/tomcat-users in README.Debian. Thanks to
  Olivier Berger. (Closes: #590085)

Modified: trunk/tomcat6/debian/README.Debian
===================================================================
--- trunk/tomcat6/debian/README.Debian	2010-07-22 21:04:41 UTC (rev 12799)
+++ trunk/tomcat6/debian/README.Debian	2010-07-23 21:38:00 UTC (rev 12800)
@@ -2,7 +2,7 @@
   * After installing the tomcat6 package, the server should be accessible
     at http://localhost:8080/
   * If you install tomcat6-admin, then you need to edit 
-    /etc/tomcat6/tomcat6-users.xml and add to it the following:
+    /etc/tomcat6/tomcat-users.xml and add to it the following:
       <role rolename="manager"/>
       <user username="tomcat" password="s3cret" roles="manager"/>
     Tomcat administration will be accessible on http://localhost:8080/manager/

Modified: trunk/tomcat6/debian/changelog
===================================================================
--- trunk/tomcat6/debian/changelog	2010-07-22 21:04:41 UTC (rev 12799)
+++ trunk/tomcat6/debian/changelog	2010-07-23 21:38:00 UTC (rev 12800)
@@ -1,3 +1,11 @@
+tomcat6 (6.0.28-3) unstable; urgency=low
+
+  * UNRELEASED
+  * Fix filename of /etc/tomcat6/tomcat-users in README.Debian. Thanks to
+    Olivier Berger. (Closes: #590085)
+
+ -- Torsten Werner <twerner at debian.org>  Fri, 23 Jul 2010 23:36:49 +0200
+
 tomcat6 (6.0.28-2) unstable; urgency=low
 
   * Add debconf questions for user, group and Java options.




More information about the pkg-java-commits mailing list