~ubuntu-branches/ubuntu/natty/tomcat6/natty-proposed

« back to all changes in this revision

Viewing changes to webapps/docs/funcspecs/fs-invoker.xml

  • Committer: Bazaar Package Importer
  • Author(s): Thierry Carrez
  • Date: 2010-05-21 13:51:15 UTC
  • mfrom: (2.2.12 sid)
  • Revision ID: james.westby@ubuntu.com-20100521135115-qfwnf24lzvi3644v
Tags: 6.0.26-2
* debian/tomcat6.{postinst,prerm}: Respect TOMCAT6_USER and TOMCAT6_GROUP
  as defined in /etc/default/tomcat6 when setting directory permissions and
  authbind configuration (Closes: #581018, LP: #557300)
* debian/tomcat6.postinst: Use group "tomcat6" instead of "adm" for
  permissions in /var/lib/tomcat6, so that group "adm" doesn't get write
  permissions over /var/lib/tomcat6/webapps (LP: #569118)

Show diffs side-by-side

added added

removed removed

Lines of Context:
25
25
  <properties>
26
26
    <author email="craigmcc@apache.org">Craig McClanahan</author>
27
27
    <title>Invoker Servlet</title>
28
 
    <revision>$Id: fs-invoker.xml 633912 2008-03-05 16:24:07Z jim $</revision>
 
28
    <revision>$Id: fs-invoker.xml 918479 2010-03-03 14:08:02Z kkolinko $</revision>
29
29
  </properties>
30
30
 
31
31
<body>
32
32
 
 
33
<section name="Table of Contents">
 
34
<toc/>
 
35
</section>
33
36
 
34
37
<section name="Overview">
35
38