[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Nmh-commits] nmh ChangeLog INSTALL configure.in
From: |
David Levine |
Subject: |
[Nmh-commits] nmh ChangeLog INSTALL configure.in |
Date: |
Tue, 13 May 2008 02:39:06 +0000 |
CVSROOT: /sources/nmh
Module name: nmh
Changes by: David Levine <levine> 08/05/13 02:39:05
Modified files:
. : ChangeLog INSTALL configure.in
Log message:
* configure.in, INSTALL: if --enable-masquerade is not
specified to configure, enable all supported masquerade forms.
This allows users to masquerade with the default
configuration. That seems to be more worthwhile now than
trying to prevent users from using it, especially with
single-user installations or those where a user can edit
etc/mts.conf.
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/nmh/ChangeLog?cvsroot=nmh&r1=1.264&r2=1.265
http://cvs.savannah.gnu.org/viewcvs/nmh/INSTALL?cvsroot=nmh&r1=1.15&r2=1.16
http://cvs.savannah.gnu.org/viewcvs/nmh/configure.in?cvsroot=nmh&r1=1.83&r2=1.84
Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/nmh/nmh/ChangeLog,v
retrieving revision 1.264
retrieving revision 1.265
diff -u -b -r1.264 -r1.265
--- ChangeLog 4 May 2008 20:58:35 -0000 1.264
+++ ChangeLog 13 May 2008 02:39:04 -0000 1.265
@@ -1,3 +1,13 @@
+2008-05-13 David Levine <address@hidden>
+
+ * configure.in, INSTALL: if --enable-masquerade is not
+ specified to configure, enable all supported masquerade forms.
+ This allows users to masquerade with the default
+ configuration. That seems to be more worthwhile now than
+ trying to prevent users from using it, especially with
+ single-user installations or those where a user can edit
+ etc/mts.conf.
+
2008-05-04 Peter Maydell <address@hidden>
* bug #23167: sbr/ruserpass.c (ruserpass): make bad permissions
Index: INSTALL
===================================================================
RCS file: /sources/nmh/nmh/INSTALL,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -b -r1.15 -r1.16
--- INSTALL 24 Dec 2005 17:17:38 -0000 1.15
+++ INSTALL 13 May 2008 02:39:05 -0000 1.16
@@ -1,7 +1,7 @@
#
# INSTALL -- installation instructions
#
-# $Id: INSTALL,v 1.15 2005/12/24 17:17:38 pm215 Exp $
+# $Id: INSTALL,v 1.16 2008/05/13 02:39:05 levine Exp $
#
--------------
@@ -171,14 +171,15 @@
Enable debugging support.
--enable-masquerade[='draft_from mmailid username_extension']
- If this option is not specified, the mts.conf file will contain the line
- "masquerade: " (with no value), which may be manually edited later. You
- may find it convenient to specify a value at configure-time, however, so
- that each time nmh is reinstalled, the right value will be there.
-
- The above usage shows all three masquerade options being specified, but
any
- subset of the three may be specified. If you do want to enable all three,
- you can simply use `configure --enable-masquerade' as a shortcut.
+ If this option is disabled, the mts.conf file will contain the
+ line "masquerade: " (with no value), which may be manually edited
+ later. You may find it convenient to specify a value at
+ configure-time, however, so that each time nmh is reinstalled,
+ the right value will be there. By default, it is enabled.
+
+ The above usage shows the default, with all three masquerade
+ options being specified. Any subset of the three may be
+ specified.
See the mh-tailor(5) man page for full documentation of "masquerade:".
Index: configure.in
===================================================================
RCS file: /sources/nmh/nmh/configure.in,v
retrieving revision 1.83
retrieving revision 1.84
diff -u -b -r1.83 -r1.84
--- configure.in 4 May 2008 16:09:08 -0000 1.83
+++ configure.in 13 May 2008 02:39:05 -0000 1.84
@@ -1,7 +1,7 @@
dnl
dnl configure.in -- autoconf template for nmh
dnl
-dnl $Id: configure.in,v 1.83 2008/05/04 16:09:08 pm215 Exp $
+dnl $Id: configure.in,v 1.84 2008/05/13 02:39:05 levine Exp $
dnl
dnl 2.13 definitely chokes; 2.53 is the earliest version I've tested.
@@ -70,7 +70,8 @@
masquerade="draft_from mmailid username_extension"
else
masquerade="$enable_masquerade"
- fi])
+ fi],
+ masquerade="draft_from mmailid username_extension")
AC_SUBST(masquerade)dnl
dnl Do you want mhe support?
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Nmh-commits] nmh ChangeLog INSTALL configure.in,
David Levine <=