Re: [systemd-devel] [PATCH] fsck: Search for fsck.type in PATH

2014-04-11 Thread Mike Gilbert
On Fri, Apr 11, 2014 at 11:48 AM, Lennart Poettering wrote: > On Wed, 09.04.14 10:07, Mike Gilbert (flop...@gentoo.org) wrote: > >> Matches default behavior in recent util-linux. > > Quite frankly, this is really really broken in Gentoo. Randomly moving > packages from /sbin to /usr/sbin that are

Re: [systemd-devel] [PATCH] fsck: Search for fsck.type in PATH

2014-04-11 Thread Lennart Poettering
On Wed, 09.04.14 10:07, Mike Gilbert (flop...@gentoo.org) wrote: > Matches default behavior in recent util-linux. Quite frankly, this is really really broken in Gentoo. Randomly moving packages from /sbin to /usr/sbin that are required during early boot is just wrong. Either you keep the distinct

[systemd-devel] [PATCH] fsck: Search for fsck.type in PATH

2014-04-09 Thread Mike Gilbert
Matches default behavior in recent util-linux. --- src/fsck/fsck.c| 6 -- src/shared/generator.c | 6 -- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/src/fsck/fsck.c b/src/fsck/fsck.c index 18f2aca..24c8890 100644 --- a/src/fsck/fsck.c +++ b/src/fsck/fsck.c @@ -36