You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 21, 2024. It is now read-only.
for consistency, it would be good if these used the same database names as the library itself. I found the remapping of hosts -> host and services -> service particularly confusing since they don't even match up to the name in /etc/ when nsswitch is using files as the backend.
from the command line utility provided by libc,
getent --help:many of these are different names than the ones found in this library:
for consistency, it would be good if these used the same database names as the library itself. I found the remapping of
hosts -> hostandservices -> serviceparticularly confusing since they don't even match up to the name in/etc/when nsswitch is usingfilesas the backend.