freebsd-ports/www/orion/files/patch-aa
Ernst de Haan 23b7e0ae1e Using patch files for replacements in default-web-site.xml and
rmi.xml. Changed the order in which certain steps are
performed. Fixed a small bug in the orionctl man page.
Including a dirty hack to make sure that WRKDIR is defined
(WRKDIR?=work).
Bumped PORTREVISION.
2002-03-30 12:47:34 +00:00

18 lines
834 B
Plaintext

--- config/default-web-site.xml.orig Sat Mar 30 13:16:11 2002
+++ config/default-web-site.xml Sat Mar 30 13:16:56 2002
@@ -1,12 +1,12 @@
<?xml version="1.0"?>
<!DOCTYPE web-site PUBLIC "Orion Web-site" "http://www.orionserver.com/dtds/web-site.dtd">
-<web-site host="[ALL]" port="80" display-name="Default Orion WebSite">
+<web-site host="[ALL]" port="%%HTTP_PORT%%" display-name="Default Orion WebSite">
<!-- The default web-app for this site, bound to the root -->
<default-web-app application="default" name="defaultWebApp" />
<!-- Uncomment this to activate the news app -->
<!-- <web-app application="news" name="news-web" root="/news" /> -->
-
<!-- Access Log, where requests are logged to -->
+ <!-- Access Log, where requests are logged to -->
<access-log path="../log/default-web-access.log" />
</web-site>