Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 19 Oct 2017 16:49:30 +0100
From:      Edward Tomasz =?utf-8?Q?Napiera=C5=82a?= <trasz@FreeBSD.org>
To:        Devin Teske <dteske@freebsd.org>
Cc:        Ngie Cooper <yaneurabeya@gmail.com>, Warner Losh <imp@bsdimp.com>, Ngie Cooper <ngie@freebsd.org>, src-committers <src-committers@freebsd.org>, "svn-src-all@freebsd.org" <svn-src-all@freebsd.org>, "svn-src-head@freebsd.org" <svn-src-head@freebsd.org>
Subject:   Re: svn commit: r324471 - head/sys/boot
Message-ID:  <20171019154930.GA35182@brick>
In-Reply-To: <41ECAC77-1DCF-4107-A2EC-52141540013E@freebsd.org>
References:  <201710100453.v9A4rQ6W078536@repo.freebsd.org> <CANCZdfq6TnT7AVwRZTKeAQg-U_LY-UiaXq9pCRvUjYLpUhntiQ@mail.gmail.com> <A5F5FC95-F138-4872-83C9-B59A657E4378@gmail.com> <D188991D-C564-4FEA-B058-881D8145A341@gmail.com> <41ECAC77-1DCF-4107-A2EC-52141540013E@freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On 1013T1438, Devin Teske wrote:
> 
> > On Oct 13, 2017, at 8:53 AM, Ngie Cooper <yaneurabeya@gmail.com> wrote:
> > 
> > 
> >> On Oct 9, 2017, at 21:57, Ngie Cooper (yaneurabeya) <yaneurabeya@gmail.com> wrote:
> >> 
> >> 
> >>> On Oct 9, 2017, at 21:56, Warner Losh <imp@bsdimp.com> wrote:
> >>> 
> >>> DO NOT MAKE EDITS TO sys/boot. YOU ARE CREATING CONFLICTS FOR ME.
> >>> 
> >>> DO NOT MAKE ANY COMMITS TO sys/boot.
> >>> 
> >>> BACK OFF.
> >>> 
> >>> Seriously, though, extra changes create extra friction, and these changes aren't worth any friction at all. I'm deleting LIBSAU and this guarantees a conflict when I update.
> >>> 
> >>> So please, do not make any edits to sys/boot whatsoever, no matter how trivial.
> >>> 
> >>> At least until I'm done.
> >> 
> >> Ok
> > 
> > So... what’s the status?
> 
> Your typo gave me an idea for a new tool ...
> 
> Usage: whatfs path ...
> 
> Return unique list of filesystems containing list of paths.
> 
> Lol ;D
> 
> E.g., "whatfs / /usr /usr/local /foo /bar" would list minimal filesystem mountpoints containing all given paths

Like this?

df / /usr /usr/local /foo /bar | awk 'NR > 1 { print $6 }'  | sort -u




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