From owner-FreeBSD-users-jp@jp.FreeBSD.org Wed Jan  4 00:16:34 2012
Received: (from daemon@localhost)
	by castle.jp.FreeBSD.org (8.11.6p2+3.4W/8.11.3) id q03FGYf33617;
	Wed, 4 Jan 2012 00:16:34 +0900 (JST)
	(envelope-from owner-FreeBSD-users-jp@jp.FreeBSD.org)
Received: from cmta101.odn.ne.jp (mta101.odn.ne.jp [143.90.14.133])
	by castle.jp.FreeBSD.org (8.11.6p2+3.4W/8.11.3) with ESMTP/inet id q03FGYX33612
	for <FreeBSD-users-jp@jp.FreeBSD.org>; Wed, 4 Jan 2012 00:16:34 +0900 (JST)
	(envelope-from n-kogane@syd.odn.ne.jp)
Received: from vmta101.odn.ne.jp by cmta101.odn.ne.jp with ESMTP
          id <20120103151629143.LSOF.7956.cmta101.odn.ne.jp@mta101.odn.ne.jp>
          for <FreeBSD-users-jp@jp.FreeBSD.org>;
          Wed, 4 Jan 2012 00:16:29 +0900
Received: from emta101.odn.ne.jp by vmta101.odn.ne.jp with ESMTP
          id <20120103151629098.GVTL.17732.vmta101.odn.ne.jp@mta101.odn.ne.jp>
          for <FreeBSD-users-jp@jp.FreeBSD.org>;
          Wed, 4 Jan 2012 00:16:29 +0900
Received: from kcesx30.koganemaru.co.jp ([218.218.68.150] [218.218.68.150])
          by emta101.odn.ne.jp with ESMTP
          id <20120103151628999.DPIR.12652.emta101.odn.ne.jp@mta101.odn.ne.jp>
          for <FreeBSD-users-jp@jp.FreeBSD.org>;
          Wed, 4 Jan 2012 00:16:28 +0900
Received: by kcesx30.koganemaru.co.jp (Postfix, from userid 100)
	id 1516A28429; Wed,  4 Jan 2012 00:16:11 +0900 (JST)
To: FreeBSD-users-jp@jp.FreeBSD.org
In-Reply-To: <20120102214802.9229228427@kcesx30.koganemaru.co.jp>
Content-Type: Text/Plain; charset=iso-2022-jp
Content-Transfer-Encoding: 7bit
Message-Id: <20120103151611.1516A28429@kcesx30.koganemaru.co.jp>
From: n-kogane@syd.odn.ne.jp (Nobuyuki Koganemaru)
Reply-To: FreeBSD-users-jp@jp.FreeBSD.org
Precedence: list
Date: Wed, 4 Jan 2012 00:16:11 +0900
X-Sequence: FreeBSD-users-jp 93699
Subject: [FreeBSD-users-jp 93699] Re: 9.0-RELEASE
 =?ISO-2022-JP?B?GyRCJE5GfEtcOGwlJCVzJTklSCE8JWkbKEI=?= 
Sender: owner-FreeBSD-users-jp@jp.FreeBSD.org
X-Originator: n-kogane@syd.odn.ne.jp
X-Distribute: distribute version 2.1 (Alpha) patchlevel 24e+060209

$B>.6b4]$G$9!#(B

>From: n-kogane@syd.odn.ne.jp (Nobuyuki Koganemaru)
>Date: Tue, 3 Jan 2012 06:48:02 +0900
>
>$B>.6b4]$G$9!#(B
>
>$B7S@~$H?'$NLdBj!"(BPage Up, Page Down $B$NLdBj$b2r7h$7$^$7$?!#(B
>
>$B<!$N(B tar $B%U%!%$%k$r(B /usr/src $B$GE83+$7$F!"(Bmake buildworld ; make buildkernel
>$B$r9T$C$F$+$i(B
>cd /usr/src/release 
>make release TARGET_ARCH=i386 TARGET=i386
>$B$r9T$C$F$/$@$5$$!#(B
>/usr/obj/usr/src/release $B$K(B
>$B%a%b%j%9%F%#%C%/%$%a!<%8%U%!%$%k(B memstick $B$H(B
>CD $B%$%a!<%8%U%!%$%k(B release.iso $B$,:n@.$5$l$^$9!#(B
>
>http://home.jp.freebsd.org/%7Ekogane/BSDINSTALL/9.0/Jp.bsdinstall.20120103.tgz
>
>$B0JA0$HF1MM$K!"%$%s%9%H!<%i$,5/F0$9$k$3$H$@$1!"3NG'$7$^$7$?$,!#<B:]$N%$%s%9(B
>$B%H!<%k$O$^$@!"9T$C$F$$$^$;$s!#(B

$B7S@~$r(B + - $B$GI=<($9$k%*%W%7%g%s$r:o=|$9$k$N$rK:$l$F$$$^$7$?!#(B

--- usr.sbin/bsdinstall/distextract/distextract.c.old	2012-01-03 23:39:53.000000000 +0900
+++ usr.sbin/bsdinstall/distextract/distextract.c	2012-01-03 23:40:32.000000000 +0900
@@ -74,7 +74,7 @@
 	dialog_vars.backtitle = __DECONST(char *, KM("FreeBSD Installer"));
 	dlg_put_backtitle();
 
-#if 1
+#if 0
 	dialog_vars.ascii_lines = TRUE;
 #endif
 	if (chdir(getenv("BSDINSTALL_CHROOT")) != 0) {
--- usr.sbin/bsdinstall/distfetch/distfetch.c.old	2011-12-29 03:07:30.000000000 +0900
+++ usr.sbin/bsdinstall/distfetch/distfetch.c	2012-01-03 23:40:36.000000000 +0900
@@ -70,7 +70,7 @@
 	dialog_vars.backtitle = __DECONST(char *, KM("FreeBSD Installer"));
 	dlg_put_backtitle();
 
-#if 1
+#if 0
 	dialog_vars.ascii_lines = TRUE;
 #endif
 	for (i = 0; i < ndists; i++) {
--- usr.sbin/bsdinstall/partedit/partedit.c.old	2011-12-28 01:48:04.000000000 +0900
+++ usr.sbin/bsdinstall/partedit/partedit.c	2012-01-03 23:40:41.000000000 +0900
@@ -91,7 +91,7 @@
 	dialog_vars.item_help = TRUE;
 	nscroll = i = 0;
 
-#if 1
+#if 0
 	dialog_vars.ascii_lines = TRUE;
 #endif
 
$B?7$7$$%=!<%9$r<!$KCV$-$^$7$?!#(B

http://home.jp.freebsd.org/%7Ekogane/BSDINSTALL/9.0/Jp.bsdinstall.20120104.tgz

--
$B>.6b4]%3%s%T%e!<%?%(%s%8%K%"%j%s%0%5!<%S%9(B ($BJ!2,8)BgLn>k;T(B)
	$B>.6b4](B $B?.9,(B (Nobuyuki Koganemaru)
E-Mail: n-kogane@syd.odn.ne.jp
E-Mail: kogane@jp.FreeBSD.org
E-Mail: kogane@koganemaru.co.jp
URL: http://www.koganemaru.co.jp
