forked from pool/glibc
Accepting request 519891 from home:Andreas_Schwab:Factory
- Disable obsolete libnsl and NIS support - remove-nss-nis-compat.patch: remove nis and compat from default NSS configs - nsswitch.conf: Likewise OBS-URL: https://build.opensuse.org/request/show/519891 OBS-URL: https://build.opensuse.org/package/show/Base:System/glibc?expand=0&rev=473
This commit is contained in:
@@ -22,12 +22,9 @@
|
||||
# For more information, please read the nsswitch.conf.5 manual page.
|
||||
#
|
||||
|
||||
# passwd: files nis
|
||||
# shadow: files nis
|
||||
# group: files nis
|
||||
|
||||
passwd: compat [NOTFOUND=return] files
|
||||
group: compat [NOTFOUND=return] files
|
||||
passwd: files
|
||||
group: files
|
||||
shadow: files
|
||||
|
||||
hosts: files dns
|
||||
networks: files dns
|
||||
@@ -37,11 +34,9 @@ protocols: files
|
||||
rpc: files
|
||||
ethers: files
|
||||
netmasks: files
|
||||
netgroup: files nis
|
||||
netgroup: files
|
||||
publickey: files
|
||||
|
||||
bootparams: files
|
||||
automount: files nis
|
||||
automount: files
|
||||
aliases: files
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user