Wed, 29 Aug 2012 21:07:12 +0200
Back out libexec substitution now longer correct, remove manpages correspoding
to not installed binaries, and most importantly avoid linking to
cats_dummy which serves no other purpose than to sabotage runtime
operations of all binaries calling db_init_database(3) with a fatal
error message 'Please replace this dummy libbaccats library with a
proper one.' Disabling libtool use resolves this problem in the build
configuration (probably in src/cats/Makefile.in.)
1 <?php
2 ##
3 ## davical.php -- DAViCal server configuration
4 ##
6 $c->system_name = "DAViCal CalDAV Server";
7 $c->domain_name = "calendar.example.com";
8 $c->admin_email = 'hostmaster@example.com';
10 $c->pg_connect[] = "dbname=davical user=davical password=davical";
12 $c->home_calendar_name = 'home';
13 $c->hide_TODO = true;
14 $c->readonly_webdav_collections = true;
15 $c->enable_row_linking = true;
16 $c->collections_always_exist = true;
17 $c->default_relationships = array();
18 $c->default_locale = 'en_US.UTF-8';
19 $c->allow_get_email_visibility = false;