diff options
Diffstat (limited to 'www/resin3/files/patch-apache2-install')
-rw-r--r-- | www/resin3/files/patch-apache2-install | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/www/resin3/files/patch-apache2-install b/www/resin3/files/patch-apache2-install new file mode 100644 index 000000000000..3092a1ae2762 --- /dev/null +++ b/www/resin3/files/patch-apache2-install @@ -0,0 +1,11 @@ +--- src/c/plugin/apache2/install.sh.orig Mon Sep 29 11:12:07 2003 ++++ src/c/plugin/apache2/install.sh Mon Sep 29 11:12:22 2003 +@@ -53,7 +53,7 @@ + + LoadModule caucho_module $LIBEXECDIR/mod_caucho.so + +-ResinConfigHost localhost 6802 ++ResinConfigServer localhost 6802 + EOF + + fi |