aboutsummaryrefslogtreecommitdiff
path: root/deskutils/horde4-kronolith/files
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>2002-08-10 04:35:27 +0000
committercvs2svn <cvs2svn@FreeBSD.org>2002-08-10 04:35:27 +0000
commit306a0595289a1660e82e229cd0db19e1ff4ef59d (patch)
tree702199d3b5e34c9ba151483313d8c26565451c75 /deskutils/horde4-kronolith/files
parent280725774faa4e3d91ff599cca3a1466c77d300e (diff)
downloadports-release/4.6.1.tar.gz
ports-release/4.6.1.zip
This commit was manufactured by cvs2svn to create tag 'RELEASE_4_6_1'.release/4.6.1
Diffstat (limited to 'deskutils/horde4-kronolith/files')
-rw-r--r--deskutils/horde4-kronolith/files/httpd.conf.kronolith31
-rw-r--r--deskutils/horde4-kronolith/files/patch-aa15
2 files changed, 0 insertions, 46 deletions
diff --git a/deskutils/horde4-kronolith/files/httpd.conf.kronolith b/deskutils/horde4-kronolith/files/httpd.conf.kronolith
deleted file mode 100644
index a3748ea4e996..000000000000
--- a/deskutils/horde4-kronolith/files/httpd.conf.kronolith
+++ /dev/null
@@ -1,31 +0,0 @@
-# This is included in Apache's httpd.conf for Kronolith
-#
-# For security, don't serve pages from the Kronolith configuration and
-# library directories.
-#
-<Directory "/home/httpd/html/horde/kronolith/config">
- order deny,allow
- deny from all
-</Directory>
-<Directory "/home/httpd/html/horde/kronolith/lib">
- order deny,allow
- deny from all
-</Directory>
-<Directory "/home/httpd/html/horde/kronolith/locale">
- order deny,allow
- deny from all
-</Directory>
-<Directory "/home/httpd/html/horde/kronolith/po">
- order deny,allow
- deny from all
-</Directory>
-<Directory "/home/httpd/html/horde/kronolith/scripts">
- order deny,allow
- deny from all
-</Directory>
-<Directory "/home/httpd/html/horde/kronolith/templates">
- order deny,allow
- deny from all
-</Directory>
-# End of Kronolith configuration ================
-
diff --git a/deskutils/horde4-kronolith/files/patch-aa b/deskutils/horde4-kronolith/files/patch-aa
deleted file mode 100644
index f726fc9117b3..000000000000
--- a/deskutils/horde4-kronolith/files/patch-aa
+++ /dev/null
@@ -1,15 +0,0 @@
---- config/conf.php.dist.orig Tue Feb 19 19:00:40 2002
-+++ config/conf.php.dist Fri May 10 18:20:09 2002
-@@ -28,9 +28,9 @@
- $conf['calendar']['params']['driver'] = 'mstore';
-
- // The mstore driver requires a username and a password that is in
--// /etc/mpasswd in order to access local calendars.
--$conf['calendar']['params']['username'] = '';
--$conf['calendar']['params']['password'] = '';
-+// /usr/local/etc/mpasswd in order to access local calendars.
-+$conf['calendar']['params']['username'] = 'www';
-+$conf['calendar']['params']['password'] = '%%PASSCAL%%';
-
- // This is an example configuration for an sql driver, in this case MySQL.
- // $conf['calendar']['params']['phptype'] = 'mysql';