| delorie.com/archives/browse.cgi | search |
| 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:message-id:in-reply-to:references:date:subject | |
| :from:to:mime-version:content-type:content-transfer-encoding; q= | |
| dns; s=default; b=pOVsfv6qlxGtZJya8lQX23lqeiRQRfTgy7pyCVun3Vr4LT | |
| 7IEs2J8EWjT28H5yql3nt+Luwtd2+G4/lOM3SMjSbTTcYPp8CJoUdg8E/GtlTQgn | |
| yw15kEsva2EcfRMBRTptiIrx9asnlE2r1unLaqJAwUbVgovLbBMt4Cse5iRkY= | |
| 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=IXVV1Vc/KlJgfNX5OBuSwBRKQto=; b=xeCqm0Ie1zErYrA+QtIu | |
| r8dsRFj2ETKzUEM0us8meBmhBqHGQLujRONgdWLK+zp0bR+zHRuL7FipE8yRjrN2 | |
| JnlM3NTkdalKeFm90vbol8ytjeAi5gCHT+fIR97+aQex5FSt4Ed4tkfhPLwmjlV2 | |
| kJEysidoQx7rDsxiW5fkE7c= | |
| Mailing-List: | contact cygwin-help AT cygwin DOT com; run by ezmlm |
| List-Id: | <cygwin.cygwin.com> |
| List-Subscribe: | <mailto:cygwin-subscribe AT cygwin DOT com> |
| List-Archive: | <http://sourceware.org/ml/cygwin/> |
| List-Post: | <mailto:cygwin AT cygwin DOT com> |
| List-Help: | <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/ml/#faqs> |
| 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=-1.3 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE autolearn=ham version=3.3.2 |
| X-HELO: | lb2-smtp-cloud6.xs4all.net |
| Message-ID: | <44b6a3f91a2072bcfd0c7ed055259f1e.squirrel@webmail.xs4all.nl> |
| In-Reply-To: | <20150108125723.GG4190@calimero.vinschen.de> |
| References: | <c2ef963ea7e1a2de1f6d3290b51abda5 DOT squirrel AT webmail DOT xs4all DOT nl> <20150108125723 DOT GG4190 AT calimero DOT vinschen DOT de> |
| Date: | Thu, 8 Jan 2015 15:35:24 +0100 |
| Subject: | Re: csih_use_file_etc() |
| From: | "Houder" <houder AT xs4all DOT nl> |
| To: | cygwin AT cygwin DOT com |
| User-Agent: | SquirrelMail/1.4.18 |
| MIME-Version: | 1.0 |
| X-IsSubscribed: | yes |
> 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 for yourself, please. Put your name in the ChangeLog.
Henri
--
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
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |