From e6402e44036af0529a35ff6e81cfc3108c1a96e1 Mon Sep 17 00:00:00 2001 From: bwarsaw <> Date: Thu, 30 Dec 2004 23:41:09 +0000 Subject: 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. --- configure | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'configure') diff --git a/configure b/configure index 81114386..2d1a642b 100755 --- a/configure +++ b/configure @@ -1,6 +1,6 @@ #! /bin/sh -# From configure.in Revision: 2.39.2.4 +# From configure.in Revision: 2.39.2.5 # Guess values for system-dependent variables and create Makefiles. # Generated automatically using autoconf version 2.13 @@ -2069,7 +2069,6 @@ done SCRIPTS="build/bin/add_members:bin/add_members \ build/bin/arch:bin/arch \ build/bin/change_pw:bin/change_pw \ -build/bin/reset_pw:bin/reset_pw \ build/bin/check_db:bin/check_db \ build/bin/check_perms:bin/check_perms \ build/bin/cleanarch:bin/cleanarch \ @@ -2093,6 +2092,7 @@ build/bin/newlist:bin/newlist \ build/bin/pygettext.py:bin/pygettext.py \ build/bin/qrunner:bin/qrunner \ build/bin/remove_members:bin/remove_members \ +build/bin/reset_pw.py:bin/reset_pw.py \ build/bin/rmlist:bin/rmlist \ build/bin/show_qfiles:bin/show_qfiles \ build/bin/sync_members:bin/sync_members \ -- cgit v1.2.3