csih_use_file_etc()

Corinna Vinschen corinna-cygwin@cygwin.com
Thu Jan 8 12:57:00 GMT 2015


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?


Thanks,
Corinna

-- 
Corinna Vinschen                  Please, send mails regarding Cygwin to
Cygwin Maintainer                 cygwin AT cygwin DOT com
Red Hat
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 819 bytes
Desc: not available
URL: <http://cygwin.com/pipermail/cygwin/attachments/20150108/6ba92879/attachment.sig>


More information about the Cygwin mailing list