ports/mail/squirrelmail/files/patch-config-config_default.php
Martin Wilke 663be9585a - Update port to 1.4.10:
* Some security fixes (see below)
   * Small enhancements
   * A collection of bugfixes and stability enhancements

PR:		112548
Submitted by:	Simon Dick <simond@irrelevant.org> (maintainer)
Approved by:	portmgr (marcus)
Security:	http://www.vuxml.org/freebsd/0e575ed3-0764-11dc-a80b-0016179b2dd5.html
2007-05-21 20:23:57 +00:00

20 lines
577 B
PHP

--- config/config_default.php.orig Wed May 9 16:48:26 2007
+++ config/config_default.php Wed May 9 16:49:20 2007
@@ -464,7 +464,7 @@
*
* @global string $data_dir
*/
-$data_dir = '/var/local/squirrelmail/data/';
+$data_dir = '/var/spool/squirrelmail/pref/';
/**
* Attachments directory
@@ -482,7 +482,7 @@
* + It should probably be another directory than data_dir.
* @global string $attachment_dir
*/
-$attachment_dir = '/var/local/squirrelmail/attach/';
+$attachment_dir = '/var/spool/squirrelmail/attach/';
/**
* Hash level used for data directory.