diff options
-rw-r--r-- | usr.bin/ypmatch/ypmatch.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/ypmatch/ypmatch.c b/usr.bin/ypmatch/ypmatch.c index 7370e94..3fe57d6 100644 --- a/usr.bin/ypmatch/ypmatch.c +++ b/usr.bin/ypmatch/ypmatch.c @@ -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" }, |