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:
Bill Paul 1995-03-25 23:26:54 +00:00
parent 8e4150e95a
commit 12aeae6c45
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=7377

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" },