summaryrefslogtreecommitdiffstats
path: root/usr.bin/ypcat/ypcat.c
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>1997-07-12 14:34:26 +0000
committerpeter <peter@FreeBSD.org>1997-07-12 14:34:26 +0000
commita6c3d5ca854ee3a57e3d5dd08770f6eb8b762b87 (patch)
tree845a8044f39f9d74f408daa513745997285e6850 /usr.bin/ypcat/ypcat.c
parent2af34ea464056a4ab292d229efc3bd71671727d8 (diff)
downloadFreeBSD-src-a6c3d5ca854ee3a57e3d5dd08770f6eb8b762b87.zip
FreeBSD-src-a6c3d5ca854ee3a57e3d5dd08770f6eb8b762b87.tar.gz
Add an alias for master.passwd -> master.passwd.byname to the list
of convenience map aliases.
Diffstat (limited to 'usr.bin/ypcat/ypcat.c')
-rw-r--r--usr.bin/ypcat/ypcat.c1
1 files changed, 1 insertions, 0 deletions
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" },
OpenPOWER on IntegriCloud