Date: Wed, 15 Dec 1999 22:53:48 +0000 From: Josef Karthauser <joe@pavilion.net> To: "Rodney W. Grimes" <freebsd@gndrsh.dnsmgr.net> Cc: Andrzej Bialecki <abial@webgiro.com>, Matthew Dillon <dillon@apollo.backplane.com>, "Louis A. Mamakos" <louie@TransSys.COM>, obrien@NUXI.com, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.sbin/chown Makefile Message-ID: <19991215225348.G70129@florence.pavilion.net> In-Reply-To: <199912152020.MAA23494@gndrsh.dnsmgr.net> References: <19991215183526.C70129@florence.pavilion.net> <199912152020.MAA23494@gndrsh.dnsmgr.net>
next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, Dec 15, 1999 at 12:20:00PM -0800, Rodney W. Grimes wrote: > > Just no way to specify what major/minor that I can see. Oh wait, isn't > that encoded in the inode size field for a block/char device, so I suppose > you could use size=0xblahblah. > > Also mtree is a /usr/sbin program.... and _very_ BSD specific. Is that a good or a bad thing? MAKEDEV is also very BSD specific, or is it? Mtree doesn't need to be a /usr/sbin program, it could be /sbin. If we used it and an mtree config file to define the device nodes we could replace the entire MAKEDEV system altogether, although the shell script _does_ make decisions about what to make that can't be easily coded in an mtree config. Using mtree feels like the right thing to do, but it's probably going to be a bit all or nothing without using a shell script to drive it, and then we're back to square one. Joe -- Josef Karthauser FreeBSD: How many times have you booted today? Technical Manager Viagra for your server (http://www.uk.freebsd.org) Pavilion Internet plc. [joe@pavilion.net, joe@uk.freebsd.org, joe@tao.org.uk] To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?19991215225348.G70129>