Gentoo Archives: gentoo-commits

From: "Sergei Trofimovich (slyfox)" <slyfox@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo commit in src/patchsets/glibc/extra/etc: nsswitch.conf
Date: Sat, 12 Aug 2017 16:21:49
Message-Id: 20170812162144.34DD476C0@oystercatcher.gentoo.org
1 slyfox 17/08/12 16:21:44
2
3 Modified: nsswitch.conf
4 Log:
5 glibc: nsswitch.conf: add 'files' fallback for 'compat' entries, bug #627338
6
7 glibc-2.26 is deprecating end removing by default 'compat' nss module.
8 Gentoo's defaults before the change are:
9 passwd: compat
10 shadow: compat
11 group: compat
12
13 That means glibc-2.26 won't be able to resolve any local users.
14 This change adds 'files' module as a fallback.
15
16 Bug: https://bugs.gentoo.org/627338
17
18 Revision Changes Path
19 1.2 src/patchsets/glibc/extra/etc/nsswitch.conf
20
21 file : http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/glibc/extra/etc/nsswitch.conf?rev=1.2&view=markup
22 plain: http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/glibc/extra/etc/nsswitch.conf?rev=1.2&content-type=text/plain
23 diff : http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/glibc/extra/etc/nsswitch.conf?r1=1.1&r2=1.2
24
25 Index: nsswitch.conf
26 ===================================================================
27 RCS file: /var/cvsroot/gentoo/src/patchsets/glibc/extra/etc/nsswitch.conf,v
28 retrieving revision 1.1
29 retrieving revision 1.2
30 diff -u -r1.1 -r1.2
31 --- nsswitch.conf 29 Sep 2006 23:52:23 -0000 1.1
32 +++ nsswitch.conf 12 Aug 2017 16:21:44 -0000 1.2
33 @@ -1,13 +1,9 @@
34 # /etc/nsswitch.conf:
35 -# $Header: /var/cvsroot/gentoo/src/patchsets/glibc/extra/etc/nsswitch.conf,v 1.1 2006/09/29 23:52:23 vapier Exp $
36 +# $Header: /var/cvsroot/gentoo/src/patchsets/glibc/extra/etc/nsswitch.conf,v 1.2 2017/08/12 16:21:44 slyfox Exp $
37
38 -passwd: compat
39 -shadow: compat
40 -group: compat
41 -
42 -# passwd: db files nis
43 -# shadow: db files nis
44 -# group: db files nis
45 +passwd: compat files
46 +shadow: compat files
47 +group: compat files
48
49 hosts: files dns
50 networks: files dns