diff options
author | ale <ale@FreeBSD.org> | 2011-09-07 04:57:53 +0800 |
---|---|---|
committer | ale <ale@FreeBSD.org> | 2011-09-07 04:57:53 +0800 |
commit | 882161193b87b054930eef85064da352aabeb78c (patch) | |
tree | 6c1a3070588ad5612edb379ced86c5e617c8ece7 /www | |
parent | a4ebb8b4e885f5cac1c52eafe8796a7200633c27 (diff) | |
download | freebsd-ports-gnome-882161193b87b054930eef85064da352aabeb78c.tar.gz freebsd-ports-gnome-882161193b87b054930eef85064da352aabeb78c.tar.zst freebsd-ports-gnome-882161193b87b054930eef85064da352aabeb78c.zip |
Fix rc.d script.
Submitted by: dougb
Diffstat (limited to 'www')
-rw-r--r-- | www/tomcat6/Makefile | 1 | ||||
-rw-r--r-- | www/tomcat6/files/tomcat6.sh.in | 3 | ||||
-rw-r--r-- | www/tomcat7/Makefile | 1 | ||||
-rw-r--r-- | www/tomcat7/files/tomcat7.in | 3 |
4 files changed, 4 insertions, 4 deletions
diff --git a/www/tomcat6/Makefile b/www/tomcat6/Makefile index 17df058fe223..93aeed46df64 100644 --- a/www/tomcat6/Makefile +++ b/www/tomcat6/Makefile @@ -7,6 +7,7 @@ PORTNAME= tomcat PORTVERSION= 6.0.33 +PORTREVISION= 1 CATEGORIES= www java MASTER_SITES= ${MASTER_SITE_APACHE} MASTER_SITE_SUBDIR= tomcat/tomcat-6/v${PORTVERSION}/bin diff --git a/www/tomcat6/files/tomcat6.sh.in b/www/tomcat6/files/tomcat6.sh.in index e634eec4271b..a1f1178a4b5d 100644 --- a/www/tomcat6/files/tomcat6.sh.in +++ b/www/tomcat6/files/tomcat6.sh.in @@ -4,8 +4,7 @@ # # PROVIDE: tomcat%%TOMCAT_VERSION%% -# REQUIRE: NETWORKING SERVERS -# BEFORE: DAEMON +# REQUIRE: LOGIN # KEYWORD: shutdown # diff --git a/www/tomcat7/Makefile b/www/tomcat7/Makefile index 1535cd42178c..4f3f49419d4e 100644 --- a/www/tomcat7/Makefile +++ b/www/tomcat7/Makefile @@ -7,6 +7,7 @@ PORTNAME= tomcat PORTVERSION= 7.0.21 +PORTREVISION= 1 CATEGORIES= www java MASTER_SITES= ${MASTER_SITE_APACHE} MASTER_SITE_SUBDIR= tomcat/tomcat-7/v${PORTVERSION}/bin diff --git a/www/tomcat7/files/tomcat7.in b/www/tomcat7/files/tomcat7.in index 3f5b4ad75424..3ff0ef97249c 100644 --- a/www/tomcat7/files/tomcat7.in +++ b/www/tomcat7/files/tomcat7.in @@ -4,8 +4,7 @@ # # PROVIDE: tomcat7 -# REQUIRE: NETWORKING SERVERS -# BEFORE: DAEMON +# REQUIRE: LOGIN # KEYWORD: shutdown # |