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:mime-version:in-reply-to:references:date :message-id:subject:from:to:content-type; q=dns; s=default; b=j/ ixWW/hSAWd/FJcYSwmo2EtDBGOVR2OsavnQS45n2tuimf0FjZgMlhXQ8fQglJgmd Ttm3eeoxRz21c7b7dVx92NO3e+kaZtbhUOgkMfm0QzpalU/EYrIHEz8YUQAV2xJ7 ni8kmuLbsvEGdAg4s1giC8+KmKGXdpn2dfL/XcI0Q= 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:mime-version:in-reply-to:references:date :message-id:subject:from:to:content-type; s=default; bh=nr2UXplz CYB9QH5NOtgnSXd41KE=; b=a0MNPUm+sIWfyur/nuu7mBGKcmoyAeEA8CZPxB4/ bX62u1uV8pYjrREONZCCkt7Pa0KKZypcY2pbrEi4wckCDd0aoqaj41kBfoCTKWPY y9/W7xh9eWZ/wkoG/8OaOItvFz6cEjUMJc//sHS/4tdRfD5scn0RgKTBYhtJGCDa of0= 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 X-Spam-SWARE-Status: No, score=-1.8 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,KHOP_THREADED,RCVD_IN_DNSWL_LOW,RCVD_IN_HOSTKARMA_YE,SPF_PASS,TW_CG autolearn=ham version=3.3.1 MIME-Version: 1.0 X-Received: by 10.180.38.45 with SMTP id d13mr1227137wik.62.1372875880569; Wed, 03 Jul 2013 11:24:40 -0700 (PDT) In-Reply-To: <20130703181504.GA3182@ednor.casa.cgf.cx> References: <20130703181504 DOT GA3182 AT ednor DOT casa DOT cgf DOT cx> Date: Wed, 3 Jul 2013 22:24:40 +0400 Message-ID: Subject: Re: MSYS mode (continue) From: Alexey Pavlov To: cygwin AT cygwin DOT com Content-Type: text/plain; charset=ISO-8859-1 2013/7/3 Christopher Faylor: > On Wed, Jul 03, 2013 at 08:03:25PM +0400, Alexey Pavlov wrote: >>I want to continue our discussion about integrating MSYS mode into >>Cygwin sources. >>Right now we need to determine where you can create hooks for msys >>plugin I think. >>MSYS plugin need to has ability to change next logic: >> >> - generating osname >> - reading /etc/fstab >> - changing environment variables and filtering them, that passed to >>non-cygwin applications >> - changing program arguments that passed to non-cygwin applications > > That all sounds doable but could you refresh my memory on why you need > an /etc/fstab hook? Was it to map /cygdrive/c -> /c or something? > I need it to be able read short mount points from fstab: . All other options are set by default. With my changes I can have in /etc/fstab both types of mount points - cygwin-like and msys-like. > If so, as long as you're going to have an fstab why not just do that > in the fstab itself? I already add line to stab that drop cygdrive prefix. > > cgf > > -- > 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 > -- 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