diff options
| author | Peter Wemm <peter@FreeBSD.org> | 1997-07-12 14:34:26 +0000 |
|---|---|---|
| committer | Peter Wemm <peter@FreeBSD.org> | 1997-07-12 14:34:26 +0000 |
| commit | d228e65cdc906980e47e8860a318a15924db3c8d (patch) | |
| tree | daaf8df0167d3379fcadd9024b83403ba4cda396 /usr.bin/ypmatch | |
| parent | dd1d7d1fa0c71ed0f084564f12c836406c46d30a (diff) | |
Notes
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 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" }, |
