From owner-FreeBSD-users-jp@jp.FreeBSD.org Thu Jun  2 05:41:27 2005
Received: (from daemon@localhost)
	by castle.jp.FreeBSD.org (8.11.6p2+3.4W/8.11.3) id j51KfRk98130;
	Thu, 2 Jun 2005 05:41:27 +0900 (JST)
	(envelope-from owner-FreeBSD-users-jp@jp.FreeBSD.org)
Received: from cheer.mahoroba.org (IDENT:rV7YVQ+78l41AYoc5fUohYNBb/g88fmEZMcXak6cI5QFZmg1xpvnhaEfCZKkW7uu@ent.mahoroba.org [3ffe:501:185b:8010::1])
	by castle.jp.FreeBSD.org (8.11.6p2+3.4W/8.11.3) with ESMTP/inet6 id j51KfPh98001
	for <FreeBSD-users-jp@jp.FreeBSD.org>; Thu, 2 Jun 2005 05:41:26 +0900 (JST)
	(envelope-from ume@mahoroba.org)
Received: from lyrics.mahoroba.org (ume@lyrics.mahoroba.org [IPv6:3ffe:501:185b:8010:280:88ff:fe03:4841])
	(user=ume mech=CRAM-MD5 bits=0)
	by cheer.mahoroba.org (8.13.3/8.13.3) with ESMTP/inet6 id j51KfEjO035904
	(version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO)
	for <FreeBSD-users-jp@jp.FreeBSD.org>; Thu, 2 Jun 2005 05:41:14 +0900 (JST)
	(envelope-from ume@mahoroba.org)
Message-ID: <yge8y1tajyv.wl%ume@mahoroba.org>
From: Hajimu UMEMOTO <ume@mahoroba.org>
To: FreeBSD-users-jp@jp.FreeBSD.org
In-Reply-To: <ygebr6q9lcg.wl%ume@mahoroba.org>
References: <20050601.140053.112547934.kgotoh@cic-kk.co.jp>
	<yge3bs2trv6.wl%ume@mahoroba.org>
	<20050601.175425.250135871.kgotoh@cic-kk.co.jp>
	<20050601.193306.39162568.kgotoh@cic-kk.co.jp>
	<ygebr6q9lcg.wl%ume@mahoroba.org>
User-Agent: xcite1.38> Wanderlust/2.15.1 (Almost Unreal) SEMI/1.14.6
 (Maruoka) FLIM/1.14.7 (=?ISO-8859-4?Q?Sanj=F2?=) APEL/10.6 Emacs/22.0.50
 (i386-unknown-freebsd5.4) MULE/5.0 (SAKAKI)
X-Operating-System: FreeBSD 5.4-STABLE
X-PGP-Key: http://www.imasy.or.jp/~ume/publickey.asc
X-PGP-Fingerprint: 1F00 0B9E 2164 70FC 6DC5  BF5F 04E9 F086 BF90 71FE
Organization: Internet Mutual Aid Society, YOKOHAMA
MIME-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka")
Content-Type: text/plain; charset=ISO-2022-JP
X-Greylist: Sender succeded SMTP AUTH authentication, not delayed by milter-greylist-2.0b5 (cheer.mahoroba.org [IPv6:3ffe:501:185b:8010::1]); Thu, 02 Jun 2005 05:41:14 +0900 (JST)
X-Virus-Scanned: by amavisd-new
X-Virus-Status: Clean
X-Spam-Status: No, score=-4.8 required=5.0 tests=ALL_TRUSTED,AWL,BAYES_00,
	GAPPY_SUBJECT autolearn=ham version=3.0.3
X-Spam-Checker-Version: SpamAssassin 3.0.3 (2005-04-27) on cheer.mahoroba.org
Reply-To: FreeBSD-users-jp@jp.FreeBSD.org
Precedence: list
Date: Thu, 02 Jun 2005 05:41:12 +0900
X-Sequence: FreeBSD-users-jp 84945
Subject: [FreeBSD-users-jp 84945] Re: FreeBSD 5.4-RELEASE
 =?ISO-2022-JP?B?GyRCJEckTiVRJTklbyE8JUlEOSRLJEQkJCRGGyhC?=
Sender: owner-FreeBSD-users-jp@jp.FreeBSD.org
X-Originator: ume@mahoroba.org
X-Distribute: distribute version 2.1 (Alpha) patchlevel 24e+050320

  $BG_K\$G$9!#(B

ume>   poppassd.c $B$r8+$k$H!"$3$N%a%C%;!<%8$N$;$$$G$O$J$5$=$&$G$9$M!#HyL/$K!"(B
ume> $B%W%m%s%W%H$,JQ$o$C$F$$$k$N$G!"%^%C%A$7$J$$$_$?$$$G$9!#<B:]$K$O;n$7$F$$(B
ume> $B$^$;$s$,!"$?$V$s$3$l$G$$$1$k$H;W$$$^$9!#(Bmail/poppassd $B$G(B make patch $B$7(B
ume> $B$?>uBV$KBP$9$k:9J,$G$9!#(B

  $B%@%a%@%a$G$7$?!#(B orz

Index: poppassd.c
diff -u -p poppassd.c.orig poppassd.c
--- poppassd.c.orig	Wed Jun  1 23:43:48 2005
+++ poppassd.c	Thu Jun  2 05:30:11 2005
@@ -112,7 +112,7 @@
 
 #define SUCCESS 1
 #define FAILURE 0
-#define BUFSIZE 512
+#define BUFSIZE 1024
 
 #include <sys/types.h>
 #include <sys/stat.h>
@@ -166,12 +166,14 @@ static char *P1[] =
 
 static char *P2[] =
    {"\nNew password:",
+    "\n*\nEnter new password: ",
     "\n*'s New password:",
     ""};
 
 static char *P3[] =
    {"\nRe-enter new password:",
     "\nRetype new password:",
+    "*\nRe-type new password: ",
     "\nEnter the new password again:",
     "\n*Re-enter *'s new password:",
     "\nVerify:",

-- 
ume> $BG_K\(B $BH%(B $B!w(B $B%$%s%?!<%M%C%H8_=u2q2#IM(B  http://www.imasy.org/~ume/
ume> ume@mahoroba.org  ume@{,jp.}FreeBSD.org
ume> $B%W%m%0%i%`$O=q$$$??M$N0U?^$G$O$J$/=q$+$l$?DL$jF0$/(B  I hate Modula-3 :-)
