summaryrefslogtreecommitdiff
path: root/mail/turba/files
diff options
context:
space:
mode:
Diffstat (limited to 'mail/turba/files')
-rw-r--r--mail/turba/files/patch-aa7
-rw-r--r--mail/turba/files/patch-ab48
-rw-r--r--mail/turba/files/patch-ac16
-rw-r--r--mail/turba/files/pkg-message.in21
4 files changed, 21 insertions, 71 deletions
diff --git a/mail/turba/files/patch-aa b/mail/turba/files/patch-aa
deleted file mode 100644
index 81d0eeaf6419..000000000000
--- a/mail/turba/files/patch-aa
+++ /dev/null
@@ -1,7 +0,0 @@
---- config/conf.php.dist.orig Fri Apr 12 18:21:30 2002
-+++ config/conf.php.dist Sun May 19 00:11:06 2002
-@@ -30,3 +30,4 @@
- // example providing a link to IMP (an email program) would be:
- // $conf['menu']['apps'] = array('imp');
- $conf['menu']['apps'] = array();
-+//UNCOMMENTWHENINSTIMP$conf['menu']['apps'] = array('imp');
diff --git a/mail/turba/files/patch-ab b/mail/turba/files/patch-ab
deleted file mode 100644
index 4cfdc762ef3d..000000000000
--- a/mail/turba/files/patch-ab
+++ /dev/null
@@ -1,48 +0,0 @@
---- config/sources.php.dist.orig Mon Feb 10 02:14:22 2003
-+++ config/sources.php.dist Tue Feb 25 21:51:29 2003
-@@ -140,10 +140,11 @@
- 'title' => 'My Addressbook',
- 'type' => 'sql',
- 'params' => array(
-+// 'phptype' => 'pgsql',
- 'phptype' => 'mysql',
- 'hostspec' => 'localhost',
-- 'username' => 'horde',
-- 'password' => '*****',
-+ 'username' => 'hordemgr',
-+ 'password' => 'hordemgr',
- 'database' => 'horde',
- 'table' => 'turba_objects'
- ),
-@@ -181,6 +182,7 @@
- * A local address book in an LDAP directory. This implements a public
- * (shared) address book.
- */
-+/*
- $cfgSources['localldap'] = array(
- 'title' => 'Shared Directory',
- 'type' => 'ldap',
-@@ -219,6 +221,7 @@
- 'admin' => array(),
- 'export' => true
- );
-+*/
-
- /**
- * A personal adressbook. This assumes that the login is
-@@ -229,6 +232,7 @@
- */
-
- // First we need to get the uid.
-+/*
- $uid = Auth::getAuth();
- preg_match('/(^.*)@/', $uid, $uid);
- $uid = $uid[1];
-@@ -284,6 +288,7 @@
- 'admin' => array($uid),
- 'export' => true
- );
-+*/
-
- /**
- * A preferences-based adressbook. This will always be private. You
diff --git a/mail/turba/files/patch-ac b/mail/turba/files/patch-ac
deleted file mode 100644
index 74914cb6d40e..000000000000
--- a/mail/turba/files/patch-ac
+++ /dev/null
@@ -1,16 +0,0 @@
---- config/prefs.php.dist.orig Mon Oct 22 09:09:23 2001
-+++ config/prefs.php.dist Sun Nov 18 01:21:42 2001
-@@ -16,4 +16,13 @@
- 'type' => 'select',
- 'desc' => _("Select your preferred language:")
- );
-+
-+// Addressbook
-+$_prefs['searchsource'] = array(
-+ 'value' => 'localsql',
-+ 'locked' => false,
-+ 'shared' => true,
-+ 'type' => 'select',
-+ 'desc' => _("from")
-+);
- ?>
diff --git a/mail/turba/files/pkg-message.in b/mail/turba/files/pkg-message.in
new file mode 100644
index 000000000000..f7347f3f3413
--- /dev/null
+++ b/mail/turba/files/pkg-message.in
@@ -0,0 +1,21 @@
+************************************************************************
+Turba has been installed in %%TURBADIR%% with your blank
+configuration files.
+
+Horde must be configured; if not, see `pkg_info -D -x horde'.
+
+Then, you might have to tune the configuration files located in
+%%CONFDIR%%/, specially the file sources.php.
+
+Then, you must login to Horde as a Horde Administrator to finish the
+configuration.
+
+You have to create a table in your database; please see
+%%TURBADIR%%/scripts/.
+You might create a LDAP schema: please see the doc LDAP.
+
+WARNING! if you are upgrading from Turba v. 1.2.x, you have to alter your
+******** schemas. Please read the doc UPGRADING.
+
+To protect your configuration files, you have to restart Apache.
+************************************************************************