diff options
author | peter <peter@FreeBSD.org> | 1997-07-12 14:34:26 +0000 |
---|---|---|
committer | peter <peter@FreeBSD.org> | 1997-07-12 14:34:26 +0000 |
commit | a6c3d5ca854ee3a57e3d5dd08770f6eb8b762b87 (patch) | |
tree | 845a8044f39f9d74f408daa513745997285e6850 /usr.bin/ypmatch | |
parent | 2af34ea464056a4ab292d229efc3bd71671727d8 (diff) | |
download | FreeBSD-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/ypmatch')
-rw-r--r-- | usr.bin/ypmatch/ypmatch.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.bin/ypmatch/ypmatch.c b/usr.bin/ypmatch/ypmatch.c index ded9624..0923ba8 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" }, |