From a6c3d5ca854ee3a57e3d5dd08770f6eb8b762b87 Mon Sep 17 00:00:00 2001 From: peter 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/ypcat/ypcat.c | 1 + 1 file changed, 1 insertion(+) (limited to 'usr.bin/ypcat/ypcat.c') diff --git a/usr.bin/ypcat/ypcat.c b/usr.bin/ypcat/ypcat.c index 85158a3..fdefa43 100644 --- a/usr.bin/ypcat/ypcat.c +++ b/usr.bin/ypcat/ypcat.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.byaddr" }, -- cgit v1.1