diff options
author | Ernst de Haan <znerd@FreeBSD.org> | 2003-10-01 11:20:42 +0000 |
---|---|---|
committer | Ernst de Haan <znerd@FreeBSD.org> | 2003-10-01 11:20:42 +0000 |
commit | b719a5a0057e2eba43a29c0a0fdee4d45b949811 (patch) | |
tree | 39da0d36307f5e3da369247410c4aaa4987f0939 /www/resin2/files/patch-install-apache2 | |
parent | Add p5-Apache-Clean 0.05, a mod_perl interface into HTML::Clean. (diff) |
New port: Resin 2.
Submitted by: Jean-Baptiste Quenot <jb.quenot@caraldi.com>
Notes
Notes:
svn path=/head/; revision=89966
Diffstat (limited to 'www/resin2/files/patch-install-apache2')
-rw-r--r-- | www/resin2/files/patch-install-apache2 | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/www/resin2/files/patch-install-apache2 b/www/resin2/files/patch-install-apache2 new file mode 100644 index 000000000000..98d826a6c83f --- /dev/null +++ b/www/resin2/files/patch-install-apache2 @@ -0,0 +1,11 @@ +--- src/c/plugin/apache2/install.sh.orig Fri Jul 25 15:34:39 2003 ++++ src/c/plugin/apache2/install.sh Fri Jul 25 15:35:53 2003 +@@ -51,7 +51,7 @@ + + LoadModule caucho_module $LIBEXECDIR/mod_caucho.so + +-CauchoConfigFile $RESIN_HOME/conf/resin.conf ++CauchoConfigFile %%PREFIX%%/etc/resin.xml + EOF + + fi |