From f60173d08cb0536cddddbb900f7dcdc91e07c10a Mon Sep 17 00:00:00 2001 From: kink Date: Sun, 17 Jul 2005 15:47:20 +0000 Subject: [PATCH] Have these examples make more sense; you should not store prefs under spool but under lib (FHS), and it's better to make a squirrelmail subdir because a dir "data" under /var/{lib,spool} is not clear. git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@9786 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- config/conf.pl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/conf.pl b/config/conf.pl index aecec45a..3705d583 100755 --- a/config/conf.pl +++ b/config/conf.pl @@ -1923,7 +1923,7 @@ sub command33a { print "Specify the location for your data directory.\n"; print "The path name can be absolute or relative (to the config directory).\n"; print "It doesn't matter. Here are two examples:\n"; - print " Absolute: /var/spool/data/\n"; + print " Absolute: /var/lib/squirrelmail/data/\n"; print " Relative: ../data/\n"; print "Relative paths to directories outside of the SquirrelMail distribution\n"; print "will be converted to their absolute path equivalents in config.php.\n\n"; @@ -1954,7 +1954,7 @@ sub command33b { print "Path to directory used for storing attachments while a mail is\n"; print "being sent. The path name can be absolute or relative (to the config directory).\n"; print "It doesn't matter. Here are two examples:\n"; - print " Absolute: /var/spool/attach/\n"; + print " Absolute: /var/spool/squirrelmail/attach/\n"; print " Relative: ../attach/\n"; print "Relative paths to directories outside of the SquirrelMail distribution\n"; print "will be converted to their absolute path equivalents in config.php.\n\n"; -- 2.25.1