From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 110335 invoked by alias); 24 Sep 2015 17:29:55 -0000 Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner@cygwin.com Mail-Followup-To: cygwin@cygwin.com Received: (qmail 110325 invoked by uid 89); 24 Sep 2015 17:29:55 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-0.6 required=5.0 tests=AWL,BAYES_40,KAM_ASCII_DIVIDERS,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=no version=3.3.2 X-HELO: mail-in-15.arcor-online.net Received: from mail-in-15.arcor-online.net (HELO mail-in-15.arcor-online.net) (151.189.21.55) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (CAMELLIA256-SHA encrypted) ESMTPS; Thu, 24 Sep 2015 17:29:53 +0000 Received: from mail-in-18-z2.arcor-online.net (mail-in-18-z2.arcor-online.net [151.189.8.35]) by mx.arcor.de (Postfix) with ESMTP id 3nMNfj6b2XzB5X4 for ; Thu, 24 Sep 2015 19:29:49 +0200 (CEST) Received: from mail-in-16.arcor-online.net (mail-in-16.arcor-online.net [151.189.21.56]) by mail-in-18-z2.arcor-online.net (Postfix) with ESMTP id DE1BD341543 for ; Thu, 24 Sep 2015 19:29:49 +0200 (CEST) X-DKIM: Sendmail DKIM Filter v2.8.2 mail-in-16.arcor-online.net 3nMNfj4MP2zCP4X Received: from Gertrud (p54B4663E.dip0.t-ipconnect.de [84.180.102.62]) (Authenticated sender: stromeko@arcor.de) by mail-in-16.arcor-online.net (Postfix) with ESMTPSA id 3nMNfj4MP2zCP4X for ; Thu, 24 Sep 2015 19:29:49 +0200 (CEST) From: Achim Gratz To: cygwin@cygwin.com Subject: Re: base-files-4.2-3 : attention maintainer References: <560407A6.40206@gmail.com> Date: Thu, 24 Sep 2015 17:29:00 -0000 In-Reply-To: <560407A6.40206@gmail.com> (Marco Atzeri's message of "Thu, 24 Sep 2015 16:24:38 +0200") Message-ID: <87io6z3euv.fsf@Rainer.invalid> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-SW-Source: 2015-09/txt/msg00417.txt.bz2 Marco Atzeri writes: > the bug is in the > /etc/postinstall/base-files-mketc.sh > of base-files-4.2-3 > > -------------------------------------------- > FILES="hosts protocols services networks" > OSNAME="$(/usr/bin/uname -s)" > WINETC="$(/usr/bin/cygpath -S -u)/drivers/etc" > > [cut] > > for mketc in ${FILES} > do > if [ ! -e "/etc/${mketc}" -a ! -L "/etc/${mketc}" ] > then > /usr/bin/ln -s -v "${WINETC}/${mketc}" "/etc/${mketc}" > fi > done > -------------------------------------------- > > As on my systems the bug is not present, > it can be a relative recent introduction. I've introduced this bug inadvertently when releasing base-files-4.1. I'll fix it towards the weekend. Regards, Achim. -- +<[Q+ Matrix-12 WAVE#46+305 Neuron microQkb Andromeda XTk Blofeld]>+ SD adaptations for KORG EX-800 and Poly-800MkII V0.9: http://Synth.Stromeko.net/Downloads.html#KorgSDada -- 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