diff options
author | abs <abs@pkgsrc.org> | 2001-03-06 13:33:41 +0000 |
---|---|---|
committer | abs <abs@pkgsrc.org> | 2001-03-06 13:33:41 +0000 |
commit | 8c6280da9e876740e653af52f6c30ffc1c94fd30 (patch) | |
tree | 54bb7ae629861daf7cff932ddaa4212244fd2b56 /www/jakarta-tomcat | |
parent | 62bd4ec1f54315168c586cb15a44769f162b0834 (diff) | |
download | pkgsrc-8c6280da9e876740e653af52f6c30ffc1c94fd30.tar.gz |
Some people might consider "@unexec rm -rf %D/jakarta/tomcat/webapps"
a little hostile to anyone who is actually using tomcat and would prefer
to not have their apps nuked on package update.
Tomcat wipes webapps/ROOT, webapps/examples, and webapps/test directories
on install anyway, so replace the above with entries for those directories.
This allows anyone using other directories in webapps to keep their apps on
package update.
Diffstat (limited to 'www/jakarta-tomcat')
-rw-r--r-- | www/jakarta-tomcat/pkg/PLIST | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/www/jakarta-tomcat/pkg/PLIST b/www/jakarta-tomcat/pkg/PLIST index b99ce3ec2bc..ca2d1afec98 100644 --- a/www/jakarta-tomcat/pkg/PLIST +++ b/www/jakarta-tomcat/pkg/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.5 2000/12/13 03:49:31 jwise Exp $ +@comment $NetBSD: PLIST,v 1.6 2001/03/06 13:33:41 abs Exp $ jakarta/tomcat/LICENSE jakarta/tomcat/bin/ant jakarta/tomcat/bin/antRun @@ -378,9 +378,11 @@ jakarta/tomcat/webapps/test.war @unexec rm -rf %D/jakarta/tomcat/logs @unexec rm -f %D/jakarta/tomcat/conf/tomcat-apache.conf @comment the war files get expanded at runtime -- they're not there at install -@comment time, so they don;t get registered, but they're there after you've run +@comment time, so they don't get registered, but they're there after you've run @comment once. -@unexec rm -rf %D/jakarta/tomcat/webapps +@unexec rm -rf %D/jakarta/tomcat/webapps/ROOT +@unexec rm -rf %D/jakarta/tomcat/webapps/examples +@unexec rm -rf %D/jakarta/tomcat/webapps/test @dirrm jakarta/tomcat/src/org/apache/tomcat/util/xml @dirrm jakarta/tomcat/src/org/apache/tomcat/util/pattern @dirrm jakarta/tomcat/src/org/apache/tomcat/util |