Have these examples make more sense; you should not store prefs under spool
authorkink <kink@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Sun, 17 Jul 2005 15:47:20 +0000 (15:47 +0000)
committerkink <kink@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Sun, 17 Jul 2005 15:47:20 +0000 (15:47 +0000)
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

index aecec45af72e127fc73616ac8bcec38a340e551a..3705d5835a246ba235cc64b7455f7e05a1345c2c 100755 (executable)
@@ -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";