diff options
author | bwarsaw <> | 2004-12-30 23:41:09 +0000 |
---|---|---|
committer | bwarsaw <> | 2004-12-30 23:41:09 +0000 |
commit | e6402e44036af0529a35ff6e81cfc3108c1a96e1 (patch) | |
tree | 2c71c44668e13aa8155b7aed8f5b25c16af74616 /configure.in | |
parent | 43ccbb2caa517b891b99f307ab3e5cb66bc94555 (diff) | |
download | mailman2-e6402e44036af0529a35ff6e81cfc3108c1a96e1.tar.gz mailman2-e6402e44036af0529a35ff6e81cfc3108c1a96e1.tar.xz mailman2-e6402e44036af0529a35ff6e81cfc3108c1a96e1.zip |
Renamed reset_pw to reset_pw.py so that the file looks like a Python module.
This goes hand-in-hand with one of two changes to withlist. Now, withlist
puts the directory it's found in on the end of sys.path. This way it's much
easier to run withlist scripts that live in bin.
The other change allows running withlist w/o a list name, but only if -i is
given. Makes it easier to debug various non-list related parts of Mailman.
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/configure.in b/configure.in index 2e016ea5..628cb13e 100644 --- a/configure.in +++ b/configure.in @@ -1,4 +1,4 @@ -# Copyright (C) 1998-2003 by the Free Software Foundation, Inc. +# Copyright (C) 1998-2004 by the Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License @@ -15,7 +15,7 @@ # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. dnl Process this file with autoconf to produce a configure script. -AC_REVISION($Revision: 7270 $) +AC_REVISION($Revision: 7272 $) AC_PREREQ(2.0) AC_INIT(src/common.h) @@ -545,7 +545,6 @@ AC_DEFUN(MM_SCRIPTS, [dnl bin/add_members \ bin/arch \ bin/change_pw \ -bin/reset_pw \ bin/check_db \ bin/check_perms \ bin/cleanarch \ @@ -569,6 +568,7 @@ bin/newlist \ bin/pygettext.py \ bin/qrunner \ bin/remove_members \ +bin/reset_pw.py \ bin/rmlist \ bin/show_qfiles \ bin/sync_members \ |