Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 30 Mar 2004 04:21:10 -0800
From:      Luigi Rizzo <rizzo@icir.org>
To:        Bruce Evans <bde@zeta.org.au>
Cc:        Marcel Moolenaar <marcel@xcllnt.net>
Subject:   Re: proposed bsdlabel patch
Message-ID:  <20040330042110.A92755@xorpc.icir.org>
In-Reply-To: <20040330212234.B10192@gamplex.bde.org>; from bde@zeta.org.au on Tue, Mar 30, 2004 at 09:38:18PM %2B1000
References:  <20040329163926.A38109@xorpc.icir.org> <20040330005013.GA53546@ns1.xcllnt.net> <20040329234212.A72990@xorpc.icir.org> <20040330080250.GA69610@dhcp01.pn.xcllnt.net> <20040330212234.B10192@gamplex.bde.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, Mar 30, 2004 at 09:38:18PM +1000, Bruce Evans wrote:
...
> > > you do need some way to disambiguate between the case of a device
> > > ("bsdlabel ad0") and a file in the current directory ("bdslabel
> > > ad0").
> 
> The absolute path hack is a bad way to do this.  It depends on the
> historical brokenness of adding a /dev prefix to the pathname unless
> the pathname begins with a leading slash.

Bruce, i understand that we live in a broken and inconsistent world
with pollution, war, injustice all over the place.  But I am just
trying to add a trivial feature to the version of bsdlabel in
FreeBSD-current in a way that does not upset the vast majority of
its user and does not require fixing the world's brokenness or using
"your version of disklabel".  I understand your point and your
comments in this and other related threads, but other than as a
statement of principles it is difficult to make any practical use
of them, sorry!

	cheers
	luigi

> > The file takes precedence, because any filename that does not contain
> > any directory elements is assumed to live in the current directory. The
> 
> So should any pathname that doesn't contain a leading slash (e.g., ./foo,
> or foo/bar).
> 
> > shorthand for device special files is secundairy to that, because it's
> > a convenience only. If the device special file is meant, it has to be
> > specified as /dev/ad0 in the example given.
> 
> Unfortunately, disklabel never worked like that, and bsdlabel inherited
> most of disklabel's bugs and added more.
> 
> %%%
> Script started on Tue Mar 30 21:37:05 2004
> ttyp0:bde@besplex:/tmp> touch foo
> ttyp0:bde@besplex:/tmp> bsdlabel foo
> bsdlabel: /dev/foo: No such file or directory
> ttyp0:bde@besplex:/tmp> bsdlabel ./foo
> bsdlabel: /dev/./foo: No such file or directory
> ttyp0:bde@besplex:/tmp> exit
> 
> Script done on Tue Mar 30 21:37:17 2004
> %%%
> 
> Bruce
> _______________________________________________
> freebsd-current@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-current
> To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org"



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040330042110.A92755>