X-Recipient: archive-cygwin AT delorie DOT com DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:message-id:date:from:mime-version:to:subject :references:in-reply-to:content-type; q=dns; s=default; b=RaSAF1 uWmjqVgD8Oo7IHrey3UuqhUccksn8RW/xwoI3Jf94IKj99Ox4l3OPyoL4WZvHDVM K2XZ3SFoOJCyIWEhZa25f/ndu+RWzZjEY8JvWUDQGGsWDHNaUe7yk4yTpDflgjAq 3i1vYH/0QpuRAPWz7h5oLRYUCQhQopGsjdgMA= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:message-id:date:from:mime-version:to:subject :references:in-reply-to:content-type; s=default; bh=6QAKMSdtvfoZ XkyzeQyg1SzswaE=; b=uqcOUMttkTA5+A10JAGWSdsZP8y56WGltzrVdKqgNlcs C6ooRVkoJIL3CDXHTjlVVx2Ahf0ZlWjW4327V1JDL4kP5v/WXJ9RFQgDd8J0wWAu IExZWqjfUgCOgUlM6CTRtj0maIXF27PH5N3TFOZ2ZlgCoqcLh2b/9tlhOE9gSs8= Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.3 required=5.0 tests=AWL,BAYES_00,RP_MATCHES_RCVD,SPF_HELO_PASS,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mx1.redhat.com Message-ID: <53EA7430.4000105@redhat.com> Date: Tue, 12 Aug 2014 14:08:16 -0600 From: Eric Blake User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.7.0 MIME-Version: 1.0 To: cygwin AT cygwin DOT com Subject: Re: lnn, a native symlink wrapper script (Was: fstab not automounting...) References: <21087 DOT 31348 DOT 870054 DOT 516829 AT consult DOT pretender> <20131017093846 DOT GA26304 AT calimero DOT vinschen DOT de> <21087 DOT 64099 DOT 660195 DOT 262020 AT consult DOT pretender> <20131017151929 DOT GR18358 AT calimero DOT vinschen DOT de> <21088 DOT 45642 DOT 198102 DOT 464479 AT consult DOT pretender> <20131018074744 DOT GD23477 AT calimero DOT vinschen DOT de> <5261762F DOT 30707 AT etr-usa DOT com> In-Reply-To: <5261762F.30707@etr-usa.com> OpenPGP: url=http://people.redhat.com/eblake/eblake.gpg Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="jaPvU2R8TuJmXJBOwh3XDdi7L4JwwiCiD" X-IsSubscribed: yes --jaPvU2R8TuJmXJBOwh3XDdi7L4JwwiCiD Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable [reviewing old threads that mentioned me, now that I've released coreutils 8.23...] On 10/18/2013 11:55 AM, Warren Young wrote: > On 10/18/2013 01:47, Corinna Vinschen wrote: >> $ CYGWIN=3Dwinsymlinks:native ln -s /path/to/your/fstab /etc/fstab >=20 > I've wrapped that in a shell script called lnn ("link native"): >=20 > #!/bin/sh > CYGWIN=3Dwinsymlinks:native ln "$@" >=20 > Perhaps Eric Blake will add this to coreutils so we can use the shortcut > in replies to list questions. No, I won't add this to the coreutils package proper (at least, not if upstream coreutils isn't likely to have it), but it's easy enough for you to put the script in your own /bin. --=20 Eric Blake eblake redhat com +1-919-301-3266 Libvirt virtualization library http://libvirt.org --jaPvU2R8TuJmXJBOwh3XDdi7L4JwwiCiD Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 Comment: Public key at http://people.redhat.com/eblake/eblake.gpg iQEcBAEBCAAGBQJT6nQxAAoJEKeha0olJ0NqX9QIAKsgHRZYydBrBRC72MYrX6vH Xpg//MOhsfpOyCuVdvTFfMu3l2Bq3GKDB7M532zXOz8t5uPjisyEN0c5g7mWF+NW q8emI9pUGDFwgpYPmc2B4L2jwUTDZJ6VjK6DNDoI5GPmDzA+qH87yUoSNZLL1Y+N f7rcFqPiAZwTJCta+MsKXI7VZbE8GuFRcIOeReuQxkhgjTpX8bAufb87ccFf/dCC RayyRcT4Yun0dVd5Er16+End7MH3MdyjxQAFMBSo7NYWqCTHf4VcKGCSyvVu3eaV Z54GdA4/4DO5sYnw5V0GxsdgzWWXmI5/UHm8w6/dMYhTlgzSiRncrzp5KtEWoTA= =EEyP -----END PGP SIGNATURE----- --jaPvU2R8TuJmXJBOwh3XDdi7L4JwwiCiD--