From d228e65cdc906980e47e8860a318a15924db3c8d Mon Sep 17 00:00:00 2001 From: Peter Wemm Date: Sat, 12 Jul 1997 14:34:26 +0000 Subject: Add an alias for master.passwd -> master.passwd.byname to the list of convenience map aliases. --- usr.bin/ypmatch/ypmatch.c | 1 + 1 file changed, 1 insertion(+) (limited to 'usr.bin/ypmatch') diff --git a/usr.bin/ypmatch/ypmatch.c b/usr.bin/ypmatch/ypmatch.c index ded9624e25bf..0923ba8da746 100644 --- a/usr.bin/ypmatch/ypmatch.c +++ b/usr.bin/ypmatch/ypmatch.c @@ -46,6 +46,7 @@ struct ypalias { char *alias, *name; } ypaliases[] = { { "passwd", "passwd.byname" }, + { "master.passwd", "master.passwd.byname" }, { "group", "group.byname" }, { "networks", "networks.byaddr" }, { "hosts", "hosts.byname" }, -- cgit v1.2.3