Submitted by: Sebastian Strollo <seb@erix.ericsson.se>

Use hosts.byname as the alias for 'hosts' instead of hosts.byaddr.
This commit is contained in:
wpaul 1995-03-25 23:26:54 +00:00
parent 3936ee9f70
commit 1b63b57e4b

View File

@ -48,7 +48,7 @@ struct ypalias {
{ "passwd", "passwd.byname" },
{ "group", "group.byname" },
{ "networks", "networks.byaddr" },
{ "hosts", "hosts.byaddr" },
{ "hosts", "hosts.byname" },
{ "protocols", "protocols.bynumber" },
{ "services", "services.byname" },
{ "aliases", "mail.aliases" },