Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 17 Jul 2001 23:29:12 +0400 (MSD)
From:      Alexey Zakirov <frank@agava.com>
To:        PM Lashley <patl@phoenix.volant.org>
Cc:        <freebsd-isp@FreeBSD.ORG>
Subject:   Re: jail
Message-ID:  <Pine.BSF.4.32.0107172321170.78786-100000@hellbell.domain>
In-Reply-To: <609150000.995397289@asimov>

next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, 17 Jul 2001, PM Lashley wrote:

> Yes, I have.  Note that my solution still uses xargs to get around the
> command-line buffer size restrictions.  It just eliminates the 'cat' in
> favor of redirecting stdin for xargs.
>
> 	Yours:	cat FOO | xargs CMD
> 	Mine:	xargs CMD < FOO
>
> It eliminates the unnecessary and unhelpful cat process, it's buffers, the
> pipe, etc.
>
> The construct 'cat ONE-FILE |' can almost always be replaced by a stdin

Sorry but this is doesn't matter for jail solution. No one aware about
updating jails. I'm make it about 2 times per month but not so care. In
the real life users most interested in the things like GD perl library not
the system /usr/sbin/faithd one. :)

The most annoying thing that I got from freebsd is the PR/18209. Why the
hell nobody cares?

*** WBR, Alexey Zakirov (frank@agava.com)


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-isp" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.32.0107172321170.78786-100000>