From owner-freebsd-current Wed Jan 12 16:27: 5 2000 Delivered-To: freebsd-current@freebsd.org Received: from castle.jp.freebsd.org (castle.jp.freebsd.org [210.226.20.15]) by hub.freebsd.org (Postfix) with ESMTP id 9BF0614E09; Wed, 12 Jan 2000 16:27:02 -0800 (PST) (envelope-from matusita@jp.freebsd.org) Received: from localhost (localhost [127.0.0.1]) by castle.jp.freebsd.org (8.9.3+3.2W/8.7.3) with ESMTP id JAA90355; Thu, 13 Jan 2000 09:26:56 +0900 (JST) (envelope-from matusita@jp.FreeBSD.org) Cc: obrien@FreeBSD.ORG In-Reply-To: <20000107082513.A96136@dragon.nuxi.com> References: <20000107082513.A96136@dragon.nuxi.com> X-Face: '*aj"d@ijeQ:/X}]oM5c5Uz{ZZZk90WPt>a^y4$cGQp8:!H\W=hSM;PuNiidkc]/%,;6VGu e+`&APmz|P;F~OL/QK%;P2vU>\j4X.8@i%j6[%DTs_3J,Fff0)*oHg$A.cDm&jc#pD24WK@{,"Ef!0 P\):.2}8jo-BiZ?X&t$V X-User-Agent: Mew/1.94.1 XEmacs/21.2 (Toshima) X-SKK-Version: 10.52 X-FaceAnim: (-O_O-)(O_O- )(_O- )(O- )(- -)( -O)( -O_)( -O_O)(-O_O-) X-Fingerprint: 0C AC 93 FC E3 9D 9E 5B 3D B8 AC 5C 4A 79 D8 A6 Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Dispatcher: imput version 991007(IM132) Lines: 18 From: Makoto MATSUSHITA To: current@freebsd.org Subject: Re: ** HEADS UP ** chown&chgrp moved again Date: Thu, 13 Jan 2000 09:26:52 +0900 Message-Id: <20000113092652F.matusita@jp.FreeBSD.org> Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG obrien> A while back I moved the install location for chown and chgrp obrien> from /usr/sbin and /usr/bin to /sbin and /bin. This was obrien> because of MAKEDEV(8)'s dependence on them, and thus forced obrien> /usr to be mounted for correct operation of MAKEDEV(8). But MAKEDEV(8) still depends on mknod(8), so this change would be a "make release" breaker. In older environment, mknod(8) does not understand the new command-line syntax; it would be impossible to build today's -current in -stable or whatever version of -current before this change. Yes, it's easy to fix by "cd /usr/src/sbin/mknod; make; make install" before doing a release engineering, but it is too tricky, isn't it ? -- - Makoto `MAR' MATSUSHITA To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message