diff options
author | Thomas Abthorpe <tabthorpe@FreeBSD.org> | 2010-01-06 04:22:50 +0000 |
---|---|---|
committer | Thomas Abthorpe <tabthorpe@FreeBSD.org> | 2010-01-06 04:22:50 +0000 |
commit | 3ecb19bac84a8bb0b141966649f3d9d43d070397 (patch) | |
tree | 236463c75677939ee37e047687fe0968632fbf44 /mail/squirrelmail-devel/files/patch-config-config_default.php | |
parent | Over to new volunteer. (diff) |
2010-01-06 misc/sword15: use misc/sword
2010-01-06 misc/bibletime-kde3: use misc/bibletime
2010-01-06 mail/squirrelmail-devel: use mail/squirrelmail
Notes
Notes:
svn path=/head/; revision=247248
Diffstat (limited to 'mail/squirrelmail-devel/files/patch-config-config_default.php')
-rw-r--r-- | mail/squirrelmail-devel/files/patch-config-config_default.php | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/mail/squirrelmail-devel/files/patch-config-config_default.php b/mail/squirrelmail-devel/files/patch-config-config_default.php deleted file mode 100644 index eb383602f30e..000000000000 --- a/mail/squirrelmail-devel/files/patch-config-config_default.php +++ /dev/null @@ -1,21 +0,0 @@ ---- config/config_default.php.orig Sun Feb 12 02:03:10 2006 -+++ config/config_default.php Wed Mar 15 20:09:20 2006 -@@ -469,7 +469,7 @@ - * - * @global string $data_dir - */ --$data_dir = '/var/local/squirrelmail/data'; -+$data_dir = '/var/spool/squirrelmail/pref/'; - - /** - * Attachments directory -@@ -488,7 +488,7 @@ - * + It should probably be another directory than data_dir. - * @global string $attachment_dir - */ --$attachment_dir = $data_dir; -+$attachment_dir = '/var/spool/squirrelmail/attach/'; - - /** - * Hash level used for data directory. - |