~ubuntu-branches/ubuntu/vivid/tomcat6/vivid

« back to all changes in this revision

Viewing changes to debian/tomcat6.postrm

  • Committer: Package Import Robot
  • Author(s): tony mancill, Miguel Landaeta, tony mancill
  • Date: 2012-04-14 10:49:52 UTC
  • Revision ID: package-import@ubuntu.com-20120414104952-265pi96wwr0vc1uv
Tags: 6.0.35-3
[ Miguel Landaeta ]
* Add Replaces and Conflicts for libservlet2.5-java to overwrite files
  in libservlet2.4-java.  (Closes: #666256).

[ tony mancill ]
* Add libservlet2.4-java transitional package.
* Remove /etc/authbind/byuid, /etc/authbind in postrm. (Closes: #668761)
* Add 0011-CVE-2012-0022-regression-fix.patch.  (Closes: #659748)
  - Thank you to Marc Deslauriers

Show diffs side-by-side

added added

removed removed

Lines of Context:
54
54
        fi
55
55
        rmdir --ignore-fail-on-non-empty /etc/tomcat6/policy.d \
56
56
          /etc/tomcat6/Catalina/localhost /etc/tomcat6/Catalina /etc/tomcat6
 
57
        # clean up /etc/authbind after conffiles have been removed 
 
58
        rmdir --ignore-fail-on-non-empty /etc/authbind/byuid /etc/authbind 
57
59
        # Put all files owned by group tomcat6 back into root group before deleting
58
60
        # the tomcat6 user and group
59
61
        chown -Rhf root:root /etc/tomcat6/ || true