diff options
author | glewis <glewis@FreeBSD.org> | 2003-11-21 05:25:09 +0800 |
---|---|---|
committer | glewis <glewis@FreeBSD.org> | 2003-11-21 05:25:09 +0800 |
commit | 5b8da76b3546aa07ce7fff73fb14232657ba48aa (patch) | |
tree | d824b303fd80e0251f770808584a146aff82adad /www/resin2/files/pkg-message.in | |
parent | ab813b1eb0c1a2000ab5c6c777287c3de38f02d6 (diff) | |
download | freebsd-ports-graphics-5b8da76b3546aa07ce7fff73fb14232657ba48aa.tar.gz freebsd-ports-graphics-5b8da76b3546aa07ce7fff73fb14232657ba48aa.tar.zst freebsd-ports-graphics-5b8da76b3546aa07ce7fff73fb14232657ba48aa.zip |
. Avoid conflict between resin2 and resin3
. Fix resin{2,3}ctl first line (perl path)
. Pid file is no more created in the Makefile
. New resin.sh startup script, manages pid file
. pkg-[de]install and pkg-message are now generated
. Do not write anything after including bsd.port.post.mk
. Packages are now supported (reported by Arcadius Ahouansou)
. Integration with apxs for [de]activating mod_caucho
PR: 57566
Submitted by: Jean-Baptiste Quenot <jbq@caraldi.com> (maintainer)
Diffstat (limited to 'www/resin2/files/pkg-message.in')
-rw-r--r-- | www/resin2/files/pkg-message.in | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/www/resin2/files/pkg-message.in b/www/resin2/files/pkg-message.in new file mode 100644 index 00000000000..820698b9dda --- /dev/null +++ b/www/resin2/files/pkg-message.in @@ -0,0 +1,4 @@ +Resin is now installed in %%APP_HOME%%. You may want to start it using the +startup script installed as %%PREFIX%%/etc/rc.d/%%APP_NAME%%.sh, and then point +your web browser to the default home page at http://localhost:%%PORT%%/ to read +the doc. Resin can be configured using %%PREFIX%%/etc/%%APP_NAME%%.xml. |