From 12aeae6c45d2cd01c63c4274c63590c22dfd8dd5 Mon Sep 17 00:00:00 2001 From: Bill Paul Date: Sat, 25 Mar 1995 23:26:54 +0000 Subject: [PATCH] Submitted by: Sebastian Strollo Use hosts.byname as the alias for 'hosts' instead of hosts.byaddr. --- usr.bin/ypmatch/ypmatch.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr.bin/ypmatch/ypmatch.c b/usr.bin/ypmatch/ypmatch.c index 7370e94d3d63..3fe57d656afa 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" },