aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/ypmatch/ypmatch.c
diff options
context:
space:
mode:
authorBill Paul <wpaul@FreeBSD.org>1995-03-25 23:26:54 +0000
committerBill Paul <wpaul@FreeBSD.org>1995-03-25 23:26:54 +0000
commit12aeae6c45d2cd01c63c4274c63590c22dfd8dd5 (patch)
tree0991abf0bcb840becc13f2800543bbc97574f67c /usr.bin/ypmatch/ypmatch.c
parent8e4150e95a022ecf668354f7a5fe0dcd74bca46f (diff)
downloadsrc-12aeae6c45d2cd01c63c4274c63590c22dfd8dd5.tar.gz
src-12aeae6c45d2cd01c63c4274c63590c22dfd8dd5.zip
Submitted by: Sebastian Strollo <seb@erix.ericsson.se>
Use hosts.byname as the alias for 'hosts' instead of hosts.byaddr.
Notes
Notes: svn path=/head/; revision=7377
Diffstat (limited to 'usr.bin/ypmatch/ypmatch.c')
-rw-r--r--usr.bin/ypmatch/ypmatch.c2
1 files changed, 1 insertions, 1 deletions
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" },