summaryrefslogtreecommitdiffstats
path: root/mail/squirrelmail/files
diff options
context:
space:
mode:
authorpav <pav@FreeBSD.org>2004-06-02 19:37:29 +0000
committerpav <pav@FreeBSD.org>2004-06-02 19:37:29 +0000
commit6f7760794fa378836f4ee3f7a739c6b6ea008fe1 (patch)
treecc4c73baf9a8853cad44c1fc629f269c61b675f1 /mail/squirrelmail/files
parent5d355dddd744fa0a030e7a4a01c03b646f0d654a (diff)
downloadFreeBSD-ports-6f7760794fa378836f4ee3f7a739c6b6ea008fe1.zip
FreeBSD-ports-6f7760794fa378836f4ee3f7a739c6b6ea008fe1.tar.gz
- Update to 1.4.3
PR: ports/67486 Submitted by: Simon Dick <simond@irrelevant.org> (maintainer)
Diffstat (limited to 'mail/squirrelmail/files')
-rw-r--r--mail/squirrelmail/files/patch-config-config_default.php20
1 files changed, 10 insertions, 10 deletions
diff --git a/mail/squirrelmail/files/patch-config-config_default.php b/mail/squirrelmail/files/patch-config-config_default.php
index 8e1e99d..cd26a58 100644
--- a/mail/squirrelmail/files/patch-config-config_default.php
+++ b/mail/squirrelmail/files/patch-config-config_default.php
@@ -1,20 +1,20 @@
---- config/config_default.php.orig Thu Aug 21 03:14:08 2003
-+++ config/config_default.php Tue Jan 13 00:57:57 2004
-@@ -220,7 +220,7 @@
+--- config/config_default.php.orig Wed Jun 2 10:49:41 2004
++++ config/config_default.php Wed Jun 2 10:50:21 2004
+@@ -442,7 +442,7 @@
* $data_dir = SM_PATH . 'data/';
+ * @global string $data_dir
*/
- global $data_dir;
-$data_dir = SM_PATH . 'data/';
+$data_dir = '/var/spool/squirrelmail/pref/';
/**
- * Path to directory used for storing attachments while a mail is
-@@ -236,7 +236,7 @@
+ * Attachments directory
+@@ -460,7 +460,7 @@
* + It should probably be another directory than data_dir.
+ * @global string $attachment_dir
*/
- global $attachment_dir;
--$attachment_dir = "$data_dir";
+-$attachment_dir = $data_dir;
+$attachment_dir = '/var/spool/squirrelmail/attach/';
- /* Hash level used for data directory. */
- global $dir_hash_level;
+ /**
+ * Hash level used for data directory.
OpenPOWER on IntegriCloud