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:
parent
3936ee9f70
commit
1b63b57e4b
@ -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" },
|
||||
|
Loading…
Reference in New Issue
Block a user