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:from:mime-version:content-type :content-transfer-encoding:message-id:date:to:subject :in-reply-to:references; q=dns; s=default; b=ghrXsyNqi+An2osBQNT 05vqRPzflbC2Q5ZVKAyCzcPtdc2BBxDuPwT3ktls+4Kmnxlu6PZLV1Ae8r7VuV/p atTB90aycu49SXVdOUww0Jd9//aNin0VEV9n0vCHHtZHP7XXPyjwJwL5uQkdc8Fo 9/w5RG9kpKHYkUWp3mXmIvos= 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:from:mime-version:content-type :content-transfer-encoding:message-id:date:to:subject :in-reply-to:references; s=default; bh=mWJL6ll3t4+ZHYWkNZACdYrKa QQ=; b=FHdAO2L3ISAZGiuHm+5IKxtMaNwn+s1qn+CwjjCCRT/yt8WDxE5mTW9nb zuAncn4lF7+ReXQklSFqZk2jO0iYQkmMj9PE7FtKNlmihPG9qmfR5PLbYXv7PiZZ AHdWhObkBExBxpNyDJ3Ax+6Sft51AnEhvxPz+OqUCvNEcgCHMQ= 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=0.6 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE autolearn=ham version=3.3.2 X-HELO: vms173019pub.verizon.net From: MIME-version: 1.0 Content-type: text/plain; charset=us-ascii Content-transfer-encoding: 7bit Message-id: <21086.45964.323759.610995@consult.pretender> Date: Wed, 16 Oct 2013 11:41:00 -0400 To: cygwin AT cygwin DOT com Subject: Re: Installing new cygwin programs, writes over /usr/local/bin link In-reply-to: <20131016114746.GA7458@calimero.vinschen.de> References: <21085 DOT 47659 DOT 817174 DOT 331908 AT consult DOT pretender> <20131016114746 DOT GA7458 AT calimero DOT vinschen DOT de> X-IsSubscribed: yes Note-from-DJ: This may be spam Corinna Vinschen wrote at about 13:47:46 +0200 on Wednesday, October 16, 2013: > On Oct 15 17:56, ANONYMOUS wrote: > > Is there any reason why each time a new cygwin program is > > installed/updated, the installer overwrites my /usr/local/bin link? > > > > I symlink /usr/local/bin to another location and it gets overwritten > > each time. > > > > Is there any way to avoid such behavior? > > Not for the time being. Rather than creating a symlink, create a > mount point in /etc/fstab or /etc/fstab.d/$USER: > > C:/your/own/local/bin /usr/local/bin xxx binary 0 0 Thanks Corinna... Just a follow-up question. I have found that the fstab.d mounts don't automount. Is that by design? Or is there some way to turn on automounting. For now I need to run mount -a manually (or I guess I could put in my .bash_profile) -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple