aboutsummaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
authorSam Lawrance <lawrance@FreeBSD.org>2006-02-07 08:50:09 +0000
committerSam Lawrance <lawrance@FreeBSD.org>2006-02-07 08:50:09 +0000
commita0156c5c5b88d822b11a148b403f4fd7731bb18c (patch)
treea65ce0fbae6876e3f9e17cb985c51db86a065624 /UPDATING
parent5223a66b1655e21aff6006d8d75ba043d5d9a847 (diff)
downloadports-a0156c5c5b88d822b11a148b403f4fd7731bb18c.tar.gz
ports-a0156c5c5b88d822b11a148b403f4fd7731bb18c.zip
Notes
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING21
1 files changed, 21 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index b79951095d73..04fdf73aedd5 100644
--- a/UPDATING
+++ b/UPDATING
@@ -6,6 +6,27 @@ You should get into the habit of checking this file for changes each
time you update your ports collection, before attempting any port
upgrades.
+20060207:
+ AFFECTS: users of www/jakarta-tomcat4, www/jakarta-tomcat41,
+ www/jakarta-tomcat5, www/jakarta-tomcat55, and www/tomcat55
+ AUTHOR: lawrance@FreeBSD.org
+
+ The Tomcat ports listed above have been converted to use new-style
+ rc scripts. In order to enable Tomcat, you must add:
+
+ tomcat{4,41,5,55}_enable="YES"
+
+ to your rc.conf. Select the appropriate version number for your
+ installation. When shutting down, the rc scripts will kill the
+ Tomcat process after a default timeout of 10 seconds. This can be
+ changed by setting the tomcatXX_stop_timeout variable in rc.conf.
+
+ Tomcat 5.5 users please note that the rc variables have changed name
+ from jakarta_tomcat55_* to tomcat55_*.
+
+ The "tomcatctl" executable is no longer installed. Please use the
+ rc scripts to control tomcat instead.
+
20060202:
AFFECTS: users of textproc/expat2
AUTHOR: kuriyama@FreeBSD.org