aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/ypmatch/ypmatch.c
diff options
context:
space:
mode:
authorPeter Wemm <peter@FreeBSD.org>1997-07-12 14:34:26 +0000
committerPeter Wemm <peter@FreeBSD.org>1997-07-12 14:34:26 +0000
commitd228e65cdc906980e47e8860a318a15924db3c8d (patch)
treedaaf8df0167d3379fcadd9024b83403ba4cda396 /usr.bin/ypmatch/ypmatch.c
parentdd1d7d1fa0c71ed0f084564f12c836406c46d30a (diff)
downloadsrc-d228e65cdc906980e47e8860a318a15924db3c8d.tar.gz
src-d228e65cdc906980e47e8860a318a15924db3c8d.zip
Add an alias for master.passwd -> master.passwd.byname to the list
of convenience map aliases.
Notes
Notes: svn path=/head/; revision=27345
Diffstat (limited to 'usr.bin/ypmatch/ypmatch.c')
-rw-r--r--usr.bin/ypmatch/ypmatch.c1
1 files changed, 1 insertions, 0 deletions
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" },