diff options
author | Andreas Schwab <schwab@suse.de> | 2017-10-02 14:30:46 +0200 |
---|---|---|
committer | Andreas Schwab <schwab@suse.de> | 2017-10-04 14:20:48 +0200 |
commit | 64d1e08ea822bf47cb2796ad0f727136227f983c (patch) | |
tree | 52de75ef8311e28c26ce32650d8a4c959b6f25a2 /nis/Versions | |
parent | 86c27ade1e44e29922d33676f950f7334edb37a7 (diff) | |
download | glibc-64d1e08ea822bf47cb2796ad0f727136227f983c.tar.gz glibc-64d1e08ea822bf47cb2796ad0f727136227f983c.tar.xz glibc-64d1e08ea822bf47cb2796ad0f727136227f983c.zip |
Move nss_compat from nis to nss subdir and install it unconditionally
This has been tested that local lookup still works with and without an installed libnss_nis, and that NIS lookup works when libnss_nis is available.
Diffstat (limited to 'nis/Versions')
-rw-r--r-- | nis/Versions | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/nis/Versions b/nis/Versions index ef9a512417..90d3d9dfaa 100644 --- a/nis/Versions +++ b/nis/Versions @@ -63,17 +63,6 @@ libnsl { } } -libnss_compat { - GLIBC_PRIVATE { - _nss_compat_endgrent; _nss_compat_endpwent; _nss_compat_endspent; - _nss_compat_getgrent_r; _nss_compat_getgrgid_r; _nss_compat_getgrnam_r; - _nss_compat_getpwent_r; _nss_compat_getpwnam_r; _nss_compat_getpwuid_r; - _nss_compat_getspent_r; _nss_compat_getspnam_r; - _nss_compat_setgrent; _nss_compat_setpwent; _nss_compat_setspent; - _nss_compat_initgroups_dyn; - } -} - libnss_nis { GLIBC_PRIVATE { _nss_nis_endaliasent; _nss_nis_endetherent; _nss_nis_endgrent; |