diff options
author | Herve Quiroz <hq@FreeBSD.org> | 2006-06-07 15:44:06 +0000 |
---|---|---|
committer | Herve Quiroz <hq@FreeBSD.org> | 2006-06-07 15:44:06 +0000 |
commit | 3a222307f9d0456d1e549a2ca849422f5497cb0e (patch) | |
tree | 9dd3e6e9363e650a965b7c271a7687450096cc8f /www/resin3 | |
parent | - Update to 0.9.8 (diff) |
- Set REQUIRE and KEYWORD in rc(8) script
- Bump PORTREVISION
PR: 96794
Submitted by: John Nielsen <john@jnielsen.net>
Approved by: maintainer timeout
Notes
Notes:
svn path=/head/; revision=164727
Diffstat (limited to 'www/resin3')
-rw-r--r-- | www/resin3/Makefile | 1 | ||||
-rw-r--r-- | www/resin3/files/resin.sh.in | 2 |
2 files changed, 3 insertions, 0 deletions
diff --git a/www/resin3/Makefile b/www/resin3/Makefile index eaf2b0b07704..12e60b759209 100644 --- a/www/resin3/Makefile +++ b/www/resin3/Makefile @@ -7,6 +7,7 @@ PORTNAME= resin PORTVERSION= 3.0.19 +PORTREVISION= 1 CATEGORIES= www java MASTER_SITES= http://www.caucho.com/download/ diff --git a/www/resin3/files/resin.sh.in b/www/resin3/files/resin.sh.in index a60b51bbcf68..9592fe359537 100644 --- a/www/resin3/files/resin.sh.in +++ b/www/resin3/files/resin.sh.in @@ -4,6 +4,8 @@ # # PROVIDE: %%APP_NAME%% +# REQUIRE: LOGIN +# KEYWORD: shutdown # # Add the following line to /etc/rc.conf to enable %%APP_NAME%%: |