diff options
author | znerd <znerd@FreeBSD.org> | 2003-10-01 19:20:42 +0800 |
---|---|---|
committer | znerd <znerd@FreeBSD.org> | 2003-10-01 19:20:42 +0800 |
commit | 3a57c14399120a0b1b662939b764861473788c73 (patch) | |
tree | e41d95540f2679ea17835fb9294441273557fd25 /www/resin2/files/patch-resin.conf | |
parent | 44e000ece53cbb4888db643f1b96acb7c4fd43b6 (diff) | |
download | freebsd-ports-graphics-3a57c14399120a0b1b662939b764861473788c73.tar.gz freebsd-ports-graphics-3a57c14399120a0b1b662939b764861473788c73.tar.zst freebsd-ports-graphics-3a57c14399120a0b1b662939b764861473788c73.zip |
New port: Resin 2.
Submitted by: Jean-Baptiste Quenot <jb.quenot@caraldi.com>
Diffstat (limited to 'www/resin2/files/patch-resin.conf')
-rw-r--r-- | www/resin2/files/patch-resin.conf | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/www/resin2/files/patch-resin.conf b/www/resin2/files/patch-resin.conf new file mode 100644 index 00000000000..a90a144e6c7 --- /dev/null +++ b/www/resin2/files/patch-resin.conf @@ -0,0 +1,11 @@ +--- conf/resin.conf.orig Thu Mar 6 10:19:07 2003 ++++ conf/resin.conf Wed Mar 5 21:05:50 2003 +@@ -67,7 +67,7 @@ + <doc-dir>doc</doc-dir> + + <!-- the http port --> +- <http port='8080'/> ++ <http port='%%PORT%%'/> + + <!-- + - The srun port, read by both JVM and plugin |