On Tue, Feb 07, 2006 at 08:50:10AM +0000, Sam Lawrance wrote: > lawrance 2006-02-07 08:50:10 UTC > > FreeBSD ports repository > > Modified files: [snip] > www/jakarta-tomcat41 Makefile pkg-plist [snip] > Log: > Clean up Tomcat 4, 4.1, 5, and 5.5 ports. [snip] > - No longer install tomcatXXctl binary. rc scripts are more flexible > and can be reconfigured without recompiling.
Seems like you missed a tomcatctl entry in jakarta-tomcat41/pkg-plist :) Index: ports/www/jakarta-tomcat41/pkg-plist =================================================================== RCS file: /home/ncvs/ports/www/jakarta-tomcat41/pkg-plist,v retrieving revision 1.25 diff -u -r1.25 pkg-plist --- ports/www/jakarta-tomcat41/pkg-plist 7 Feb 2006 08:50:08 -0000 1.25 +++ ports/www/jakarta-tomcat41/pkg-plist 9 Feb 2006 16:05:49 -0000 @@ -5,7 +5,6 @@ @unexec if cmp -s %D/%%T%%/conf/catalina.policy %D/%%T%%/conf/catalina.policy.%%CONF_EXT%%; then rm -f %D/%%T%%/conf/catalina.policy; else echo If permanently deleting this package, %D/%%T%%/conf/server.xml must be removed manually; fi @unexec if cmp -s %D/%%T%%/conf/tomcat-users.xml %D/%%T%%/conf/tomcat-users.xml.%%CONF_EXT%%; then rm -f %D/%%T%%/conf/tomcat-users.xml; else echo If permanently deleting this package, %D/%%T%%/conf/tomcat-users.xml must be removed manually; fi @unexec if cmp -s %D/%%T%%/conf/web.xml %D/%%T%%/conf/web.xml.%%CONF_EXT%%; then rm -f %D/%%T%%/conf/web.xml; else echo If permanently deleting this package, %D/%%T%%/conf/web.xml must be removed manually; fi -bin/tomcat41ctl %%T%%/LICENSE %%T%%/README.txt %%T%%/RELEASE-NOTES-4.1.txt I could commit that if you have no objections. G'luck, Peter -- Peter Pentchev [EMAIL PROTECTED] [EMAIL PROTECTED] [EMAIL PROTECTED] PGP key: http://people.FreeBSD.org/~roam/roam.key.asc Key fingerprint FDBA FD79 C26F 3C51 C95E DF9E ED18 B68D 1619 4553 What would this sentence be like if pi were 3?
pgpbEkpJccDX5.pgp
Description: PGP signature
