931f4d1232
* Fix configuration.xml path.
13 lines
595 B
XML
13 lines
595 B
XML
$NetBSD: patch-web_WEB-INF_web.xml,v 1.3 2015/05/01 12:55:14 ryoon Exp $
|
|
|
|
--- web/WEB-INF/web.xml.orig 2014-04-29 11:05:25.000000000 +0000
|
|
+++ web/WEB-INF/web.xml
|
|
@@ -5,7 +5,7 @@
|
|
<description>A wicked fast source browser</description>
|
|
<context-param>
|
|
<param-name>CONFIGURATION</param-name>
|
|
- <param-value>/var/opengrok/etc/configuration.xml</param-value>
|
|
+ <param-value>@PREFIX@/share/opengrok/var/opengrok/etc/configuration.xml</param-value>
|
|
<description>Full path to the configuration file where OpenGrok can read it's configuration</description>
|
|
</context-param>
|
|
|