summaryrefslogtreecommitdiff
path: root/mail/horde-turba/files
diff options
context:
space:
mode:
Diffstat (limited to 'mail/horde-turba/files')
-rw-r--r--mail/horde-turba/files/httpd.conf.turba31
-rw-r--r--mail/horde-turba/files/patch-aa7
-rw-r--r--mail/horde-turba/files/patch-ab16
-rw-r--r--mail/horde-turba/files/patch-ac16
4 files changed, 0 insertions, 70 deletions
diff --git a/mail/horde-turba/files/httpd.conf.turba b/mail/horde-turba/files/httpd.conf.turba
deleted file mode 100644
index f6674cbb9700..000000000000
--- a/mail/horde-turba/files/httpd.conf.turba
+++ /dev/null
@@ -1,31 +0,0 @@
-# This is included in Apache's httpd.conf for Turba
-#
-# For security, don't serve pages from the Turba configuration and
-# library directories.
-#
-<Directory "/home/httpd/html/horde/turba/config">
- order deny,allow
- deny from all
-</Directory>
-<Directory "/home/httpd/html/horde/turba/lib">
- order deny,allow
- deny from all
-</Directory>
-<Directory "/home/httpd/html/horde/turba/locale">
- order deny,allow
- deny from all
-</Directory>
-<Directory "/home/httpd/html/horde/turba/po">
- order deny,allow
- deny from all
-</Directory>
-<Directory "/home/httpd/html/horde/turba/scripts">
- order deny,allow
- deny from all
-</Directory>
-<Directory "/home/httpd/html/horde/turba/templates">
- order deny,allow
- deny from all
-</Directory>
-# End of Turba configuration ================
-
diff --git a/mail/horde-turba/files/patch-aa b/mail/horde-turba/files/patch-aa
deleted file mode 100644
index 81d0eeaf6419..000000000000
--- a/mail/horde-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/horde-turba/files/patch-ab b/mail/horde-turba/files/patch-ab
deleted file mode 100644
index 195d806b3b34..000000000000
--- a/mail/horde-turba/files/patch-ab
+++ /dev/null
@@ -1,16 +0,0 @@
---- config/sources.php.dist.orig Thu Jun 6 16:06:36 2002
-+++ config/sources.php.dist Tue Jun 11 19:28:01 2002
-@@ -134,10 +134,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'
- ),
diff --git a/mail/horde-turba/files/patch-ac b/mail/horde-turba/files/patch-ac
deleted file mode 100644
index 74914cb6d40e..000000000000
--- a/mail/horde-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")
-+);
- ?>