zsh-workers
 help / color / mirror / code / Atom feed
From: Oliver Kiddle <okiddle@yahoo.co.uk>
To: Matthew Martin <phy1729@gmail.com>
Cc: zsh-workers@zsh.org
Subject: Re: PATCH: _find: Update for OpenBSD
Date: Fri, 31 Jul 2015 11:32:46 +0200	[thread overview]
Message-ID: <30541.1438335166@thecus.kiddle.eu> (raw)
In-Reply-To: <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


      reply	other threads:[~2015-07-31  9:39 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-07-31  3:10 Matthew Martin
2015-07-31  9:32 ` Oliver Kiddle [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=30541.1438335166@thecus.kiddle.eu \
    --to=okiddle@yahoo.co.uk \
    --cc=phy1729@gmail.com \
    --cc=zsh-workers@zsh.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).