blob: 8885fa6b0e5a24bf6a3896b302cfb60e7faf348b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$NetBSD: patch-ae,v 1.1.1.1 2010/05/23 21:36:30 jym Exp $
--- inc/davical_configuration_missing.php.orig 2010-03-09 02:51:21.000000000 +0000
+++ inc/davical_configuration_missing.php
@@ -4,7 +4,7 @@ include("page-header.php");
echo <<<EOBODY
<h1>DAViCal Not Configured</h1>
<h2>The Bad News</h2>
-<p>There is no configuration file present in <b>/etc/davical/$_SERVER[SERVER_NAME]-conf.php</b> so
+<p>There is no configuration file present in <b>@PKG_SYSCONFDIR@/$_SERVER[SERVER_NAME]-conf.php</b> so
your installation is not fully set up.</p>
<h2>The Good News</h2>
<p>Well, you're seeing this! At least you have DAViCal <i>installed</i> :-) You also have Apache and PHP working
|