13 lines
741 B
Text
13 lines
741 B
Text
$NetBSD: patch-ae,v 1.1 2012/11/22 12:13:19 hfath Exp $
|
|
|
|
--- inc/davical_configuration_missing.php.orig 2011-09-11 11:46:40.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/config.php</b> (or in <b>$_SERVER[SERVER_NAME]-conf.php</b>) so
|
|
+<p>There is no configuration file present in <b>@PKG_SYSCONFDIR@/config.php</b> (or in <b>$_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
|