~ubuntu-branches/ubuntu/jaunty/tomcat6/jaunty-security

« back to all changes in this revision

Viewing changes to debian/tomcat6-instance-create

  • Committer: Bazaar Package Importer
  • Author(s): Thierry Carrez
  • Date: 2009-02-23 10:16:37 UTC
  • Revision ID: james.westby@ubuntu.com-20090223101637-7yk2592cjgmk2c30
Tags: 6.0.18-0ubuntu6
* Added debian/patches/tcnative-ipv6-fix-43327.patch to fix incompatibility
  between libtcnative-1 and ipv6 (fixes LP: #287645)
* No longer create confusing /var/lib/tomcat6/lib or lib subdirectory in
  private instances, since they are ignored (LP: #324212)

Show diffs side-by-side

added added

removed removed

Lines of Context:
114
114
 
115
115
mkdir ${TARGET}/conf
116
116
mkdir ${TARGET}/logs
117
 
mkdir ${TARGET}/lib
118
 
for jar in /usr/share/tomcat6/lib/*; do
119
 
  ln -s $jar ${TARGET}/lib/`basename $jar`
120
 
done
121
117
mkdir ${TARGET}/webapps
122
118
mkdir ${TARGET}/work
123
119
mkdir ${TARGET}/temp