X-Recipient: archive-cygwin@delorie.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:in-reply-to:references:date:subject
	:from:to:mime-version:content-type:content-transfer-encoding; q=
	dns; s=default; b=N83t+dQyOiyXLMPybZp35bu9da5WikV3m9KwjlASoxdP6U
	eZC0SGgRJmgpwBby4oRV5jPT40ouvOgJzuA89F/b/QhAG6wD+1wA6L9FO33LfPs0
	siYcaCRxW7+G4XtlbN9SZeWr4TaIIh8FGzJjrS9x3/L9PtpqntVPfHm+9beUk=
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:in-reply-to:references:date:subject
	:from:to:mime-version:content-type:content-transfer-encoding; s=
	default; bh=RsdAFu/JUZod3axqjKfOYab//Ks=; b=WXBROhVfE+AgrcCm8Ch0
	PyyExFPbMohFDCN6O/CL5ZoGwebDO08m+F0elKreSqdaZwxPcBbf872m73QnRHzP
	Jebl4FYLO8uR34YnE+wd528vDob+nNtXU5xZfyQyiEhGCZPyKrNpNqsBveTSUurl
	HlpHHCoeY4kfWBIgzW1EOw8=
Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com
Authentication-Results: sourceware.org; auth=none
X-Virus-Found: No
X-Spam-SWARE-Status: No, score=-1.4 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE autolearn=ham version=3.3.2
X-HELO: lb1-smtp-cloud6.xs4all.net
Message-ID: <e892eb9bb0fd029157884027242d9b91.squirrel@webmail.xs4all.nl>
In-Reply-To: <20150108152904.GS4190@calimero.vinschen.de>
References: <c2ef963ea7e1a2de1f6d3290b51abda5.squirrel@webmail.xs4all.nl>    <20150108125723.GG4190@calimero.vinschen.de>    <44b6a3f91a2072bcfd0c7ed055259f1e.squirrel@webmail.xs4all.nl>    <20150108152904.GS4190@calimero.vinschen.de>
Date: Thu, 8 Jan 2015 18:51:27 +0100
Subject: Re: csih_use_file_etc()
From: "Houder" <houder@xs4all.nl>
To: cygwin@cygwin.com
User-Agent: SquirrelMail/1.4.18
MIME-Version: 1.0
Content-Type: text/plain;charset=iso-8859-1
Content-Transfer-Encoding: 8bit
X-IsSubscribed: yes

> On Jan  8 15:35, Houder wrote:
>> > On Jan  8 12:17, Houder wrote:
>> >> Hi Corinna,
>> >>
>> >> Suggestion ...
>> >>
>> >> Replace in csih_use_file_etc() -- see file /usr/share/csih/cygwin-service-installation-helper.sh
>> >>
>> >> grep -Eq "^${file}:.*\<db\>" /etc/nsswitch.conf || use_file=0
>> >>
>> >> by
>> >> grep -Eq "^${file}:[^#]*\<db\>" /etc/nsswitch.conf || use_file=0
>> >>
>> >> Otherwise 'comment' like below will NOT be ignored in file /etc/nsswitch.conf:
>> >>
>> >> passwd: files # db
>> >>
>> >> csih_use_file_etc() is invoked by csih_create_privileged_user(), which is invoked
>> >> by install_service() (in file /usr/bin/ssh-host-config).
>> >>
>> >> Henri
>> >
>> > Thanks, will do.  What's your surname for the ChangeLog entry?
>>
>> Make it easy on yourself, please. Put your name in the ChangeLog.
>
> No, I made a ChangeLog entry for you, which is only right.  It's just
> a pity I have to use a "???" instead of your surname.

Right? I have only been helping you through the first day back on the job ... Really, you
are doing all the hard work. Let us not fuss about an entry in the ChangeLog.

H., your next-door neighbor :-)



--
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

