From 3c6cfb87ecb5b2e5ade3d48b1a91c9d99338a3cd Mon Sep 17 00:00:00 2001 From: klm Date: Mon, 4 May 1998 17:02:30 +0000 Subject: Added missing space to end of initial list password prompt. --- bin/newlist | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/newlist b/bin/newlist index c5b0c825f..57f271596 100755 --- a/bin/newlist +++ b/bin/newlist @@ -10,7 +10,7 @@ immediately. Otherwise, the script hangs pending input, to give time for the person creating the list to customize it before sending the admin an email notice about the existence of the new list.""" -__version__ = "$Revision: 382 $" +__version__ = "$Revision: 512 $" # $Source$ ADDALIASES_CMD = '/home/mailman/mailman/bin/addaliases' @@ -39,7 +39,7 @@ def main(argv): if len(argv) > 3: list_pw = argv[3] else: - list_pw = raw_input("Enter the initial list password:") + list_pw = raw_input("Enter the initial list password: ") newlist = maillist.MailList() pw = crypt.crypt(list_pw , mm_utils.GetRandomSeed()) -- cgit v1.3.1