From owner-FreeBSD-users-jp@jp.FreeBSD.org Tue Mar 25 10:38:04 2003
Received: (from daemon@localhost)
	by castle.jp.FreeBSD.org (8.11.6+3.4W/8.11.3) id h2P1c4g57873;
	Tue, 25 Mar 2003 10:38:04 +0900 (JST)
	(envelope-from owner-FreeBSD-users-jp@jp.FreeBSD.org)
Received: from lyr.guzi.org (YahooBB219180046052.bbtec.net [219.180.46.52])
	by castle.jp.FreeBSD.org (8.11.6+3.4W/8.11.3) with ESMTP/inet id h2P1c1457680
	for <FreeBSD-users-jp@jp.FreeBSD.org>; Tue, 25 Mar 2003 10:38:03 +0900 (JST)
	(envelope-from guzi@guzi.org)
Received: from localhost (lyr.guzi.org [192.168.2.11])
	by lyr.guzi.org (8.12.6/8.12.6) with ESMTP id h2P1aSso001213
	for <FreeBSD-users-jp@jp.FreeBSD.org>; Tue, 25 Mar 2003 10:36:28 +0900 (JST)
	(envelope-from guzi@guzi.org)
Message-Id: <20030325.103628.730550349.guzi@lyr.guzi.org>
To: FreeBSD-users-jp@jp.FreeBSD.org
From: Hiromichi Kawaguchi <guzi@guzi.org>
X-Mailer: Mew version 3.2 on XEmacs 21.1.14 (Cuyahoga Valley)
Mime-Version: 1.0
Content-Type: Text/Plain; charset=iso-2022-jp
Content-Transfer-Encoding: 7bit
Reply-To: FreeBSD-users-jp@jp.FreeBSD.org
Precedence: list
Date: Tue, 25 Mar 2003 10:36:28 +0900
X-Sequence: FreeBSD-users-jp 73856
Subject: [FreeBSD-users-jp 73856] Directory not empty
Sender: owner-FreeBSD-users-jp@jp.FreeBSD.org
X-Originator: guzi@guzi.org
X-Distribute: distribute version 2.1 (Alpha) patchlevel 24e+030304


$B@n8}!w3yAR$H$$$$$^$9!#(B

$B0lO"$N%;%-%e%j%F%#BP1~$r$9$Y$/!"%Q%C%A$rEv$F(Bmake world
$B$r9T$*$&$H$7$F$$$^$9$,!"$=$NA0$Gm5$$$F$$$^$9!#(B
$B%G%#%l%/%H%j$N:o=|$,$G$-$J$$$s$G$9!#(B
FreeBSD$B$N%P!<%8%g%s$O(B 5.0-RELEASE $B$G$9!#(B
$B$h$m$7$/$*4j$$$7$^$9!#(B

sakura# cd /usr/obj
sakura# ls
usr
sakura# chflags -R noschg *
sakura# rm -rf *
rm: usr/src/i386/usr/src: Directory not empty
rm: usr/src/i386/usr: Directory not empty
rm: usr/src/i386: Directory not empty
rm: usr/src: Directory not empty
rm: usr: Directory not empty
sakura#  ls -lRa
total 6
drwxr-xr-x   3 root  wheel  512  3 22 02:19 .
drwxr-xr-x  18 root  wheel  512  3  4 00:42 ..
drwxr-xr-x   3 root  wheel  512  3 22 02:19 usr

./usr:
total 6
drwxr-xr-x  3 root  wheel  512  3 22 02:19 .
drwxr-xr-x  3 root  wheel  512  3 22 02:19 ..
drwxr-xr-x  3 root  wheel  512  3 22 02:19 src

./usr/src:
total 6
drwxr-xr-x  3 root  wheel  512  3 22 02:19 .
drwxr-xr-x  3 root  wheel  512  3 22 02:19 ..
drwxr-xr-x  3 root  wheel  512  3 22 22:32 i386

./usr/src/i386:
total 6
drwxr-xr-x  3 root  wheel  512  3 22 22:32 .
drwxr-xr-x  3 root  wheel  512  3 22 02:19 ..
drwxr-xr-x  3 root  wheel  512  3 22 22:32 usr

./usr/src/i386/usr:
total 6
drwxr-xr-x  3 root  wheel  512  3 22 22:32 .
drwxr-xr-x  3 root  wheel  512  3 22 22:32 ..
drwxr-xr-x  4 root  wheel  512  3 22 22:32 src

./usr/src/i386/usr/src:
total 4
drwxr-xr-x  4 root  wheel  512  3 22 22:32 .
drwxr-xr-x  3 root  wheel  512  3 22 22:32 ..
sakura#
