Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: PATCH: _find: Update for OpenBSD
- X-seq: zsh-workers 35962
- From: Oliver Kiddle <okiddle@xxxxxxxxxxx>
- To: Matthew Martin <phy1729@xxxxxxxxx>
- Subject: Re: PATCH: _find: Update for OpenBSD
- Date: Fri, 31 Jul 2015 11:32:46 +0200
- Cc: zsh-workers@xxxxxxx
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.co.uk; s=s2048; t=1438335167; bh=sTh/ajOViQnxP7/fSoFSL0y1HyJaRPJLJEEG0EzMC0s=; h=cc:In-reply-to:From:References:To:Subject:Date:From:Subject; b=MwT6YbueXYZuqeP2wE8Uq1iGhDPFBrXL0wFUGNE2DTLH+CHNT/esncKelMvgW5WtOgM2jwPGpNSmd2tbhHXWcYgwZ1WutMnNNTpym5gFN/lJDjwpC9Bu0OVM1DKRhFeeh4MMSQIgq4Jwmht/UkP6HIEkqYNpb+eHWvU9xqeUe1ilbD0cikF/P4ys1ddt6suiDgsexhDfdh5cKUED8MLMNDCclGtUoGl0SNT2sFFW4HUtuEiFnoQaf8xiKosXLL/h2qVUA2UTwBQ/SYEM9YQd8FGzYyGrHibrRpmBfoTyGkcXa9eUp7kX8bdSn8kw2LecqyTzglmXK6QLjDM0E4uWiw==
- In-reply-to: <20150731031002.GA21983@CptOrmolo.darkstar>
- List-help: <mailto:zsh-workers-help@zsh.org>
- List-id: Zsh Workers List <zsh-workers.zsh.org>
- List-post: <mailto:zsh-workers@zsh.org>
- Mailing-list: contact zsh-workers-help@xxxxxxx; run by ezmlm
- References: <20150731031002.GA21983@CptOrmolo.darkstar>
Matthew Martin wrote:
> Another patch that's been in OpenBSD's ports tree for a while. Fixed so
> that it doesn't make _find OpenBSD specifc and is updated to the latest
> release. Hopefully the whitespace won't get munged this time.
Thanks. I've committed this with a couple of tweaks.
> netbsd*|freebsd*|dragonfly*|darwin*|gnu)
> - args+=( '(-H -L)-P[never follow symlinks]' )
> + args+=(
> + '(-H -L)-P[never follow symlinks]'
> + '*-mount'
> + }
Apart from the curly bracket there, I had to adjust this because
Solaris' find does accept -mount.
The other adjustments amount to noticing that some of what you changed
for OpenBSD, also apply for NetBSD. Let me know if I've made any
mistakes there.
Oliver
Messages sorted by:
Reverse Date,
Date,
Thread,
Author