[Pkg-shadow-commits] r280 - trunk/debian
Christian Perrier
pkg-shadow-devel@lists.alioth.debian.org
Mon, 20 Jun 2005 20:49:21 +0000
Author: bubulle
Date: 2005-06-20 20:49:21 +0000 (Mon, 20 Jun 2005)
New Revision: 280
Modified:
trunk/debian/login.defs
Log:
Better presentation and make clearer that the precedenc eis between MAIL_DIR
and MAIL_FILE and that QMAIL_DIR has nothing to do with others.
Modified: trunk/debian/login.defs
===================================================================
--- trunk/debian/login.defs 2005-06-20 20:48:57 UTC (rev 279)
+++ trunk/debian/login.defs 2005-06-20 20:49:21 UTC (rev 280)
@@ -13,17 +13,22 @@
#
# *REQUIRED*
# Directory where mailboxes reside, _or_ name of file, relative to the
-# home directory. If you _do_ define both, MAIL_DIR takes precedence.
+# home directory. If you _do_ define MAIL_DIR and MAIL_FILE,
+# MAIL_DIR takes precedence.
+#
# QMAIL_DIR is for Qmail (or any maildir-compatible MTA, such as Exim or
# Postfix when suitably configured).
#
-# Essentially, MAIL_DIR defines the $MAIL environmental variable
-# (for mbox use) by appending the username to MAIL_DIR as defined
-# below. MAIL_FILE defines the $MAIL environment variable as the
-# fully-qualified filename obtained by prepending the user home
-# directory before $MAIL_FILE, and QMAIL_DIR defines the MAIL
-# environment variable as the fully-qualified directory name
-# obtained by prepending the user home directory before $QMAIL_DIR.
+# Essentially:
+# - MAIL_DIR defines the $MAIL environmental variable
+# (for mbox use) by appending the username to MAIL_DIR as defined
+# below.
+# - MAIL_FILE defines the $MAIL environment variable as the
+# fully-qualified filename obtained by prepending the user home
+# directory before $MAIL_FILE
+# - QMAIL_DIR defines the MAILDIR environment variable as the
+# fully-qualified directory name obtained by prepending the user
+# home directory before $QMAIL_DIR.
#
# NOTE: This is used to setup your MAIL environment variable, and also
# used by userdel to determine if any mail spools need to be removed when