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:to:subject:references:date:in-reply-to :message-id:mime-version:content-type; q=dns; s=default; b=T938h qds9u5qSz0N5/WlPWlRlGKUhbp06aFZvBIuAbOqjC7KdPP2rTvB518HPAjG1J0Ha MW1NN1YHRAFUaZZZCB9usl2GEqa6tAOpWaaJFKXQweso4/tWg9sG7dVAJncez7sO Bh55r7QQWHdGT7s/c6PPCR66gJ3gGatV1LlNI8= 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:to:subject:references:date:in-reply-to :message-id:mime-version:content-type; s=default; bh=Bj5nqrTuPDl vJ6/bJY8ke2KYQXc=; b=EVHY2K5BVxDtyeTtBetQi5KdmOkrfkIn7rg/SDRTfej cH8fP+UIXyBcsivM+OoASTb2TTLbhifnL/LXHpk8TvY451i6/3seSqjXNBFX1sQR Bfjl9Yn8hV5QXA1c7EI6AGxZJ5rExo67yPwrJWLu33k5kZc/4zmCZpJaE/o2+Wus = 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_40,KAM_ASCII_DIVIDERS,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=no version=3.3.2 X-HELO: mail-in-15.arcor-online.net X-DKIM: Sendmail DKIM Filter v2.8.2 mail-in-16.arcor-online.net 3nMNfj4MP2zCP4X From: Achim Gratz To: cygwin AT cygwin DOT com Subject: Re: base-files-4.2-3 : attention maintainer References: <560407A6 DOT 40206 AT gmail DOT com> Date: Thu, 24 Sep 2015 19:29:44 +0200 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 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