diff options
| author | Brian Somers <brian@FreeBSD.org> | 2009-07-18 20:19:25 +0000 |
|---|---|---|
| committer | Brian Somers <brian@FreeBSD.org> | 2009-07-18 20:19:25 +0000 |
| commit | 3ecb88fd673d04ede42664908fec7401a398d3c7 (patch) | |
| tree | 883fb65409b7419cfe0766599a7aa8469979a807 /usr.bin | |
| parent | b751dcf0ff8611bb6801b5573e1ee2aea103951c (diff) | |
Notes
Diffstat (limited to 'usr.bin')
| -rw-r--r-- | usr.bin/ypcat/ypcat.c | 1 | ||||
| -rw-r--r-- | usr.bin/ypmatch/ypmatch.c | 1 | ||||
| -rw-r--r-- | usr.bin/ypwhich/ypwhich.c | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/usr.bin/ypcat/ypcat.c b/usr.bin/ypcat/ypcat.c index 55390433597a..3484bc9c1f4c 100644 --- a/usr.bin/ypcat/ypcat.c +++ b/usr.bin/ypcat/ypcat.c @@ -52,6 +52,7 @@ struct ypalias { } ypaliases[] = { { "passwd", "passwd.byname" }, { "master.passwd", "master.passwd.byname" }, + { "shadow", "shadow.byname" }, { "group", "group.byname" }, { "networks", "networks.byaddr" }, { "hosts", "hosts.byaddr" }, diff --git a/usr.bin/ypmatch/ypmatch.c b/usr.bin/ypmatch/ypmatch.c index d0904c51de90..a9c32ea72c48 100644 --- a/usr.bin/ypmatch/ypmatch.c +++ b/usr.bin/ypmatch/ypmatch.c @@ -52,6 +52,7 @@ struct ypalias { } ypaliases[] = { { "passwd", "passwd.byname" }, { "master.passwd", "master.passwd.byname" }, + { "shadow", "shadow.byname" }, { "group", "group.byname" }, { "networks", "networks.byaddr" }, { "hosts", "hosts.byname" }, diff --git a/usr.bin/ypwhich/ypwhich.c b/usr.bin/ypwhich/ypwhich.c index 8bfca24ed132..4e719dffcd0e 100644 --- a/usr.bin/ypwhich/ypwhich.c +++ b/usr.bin/ypwhich/ypwhich.c @@ -64,6 +64,7 @@ struct ypalias { } ypaliases[] = { { "passwd", "passwd.byname" }, { "master.passwd", "master.passwd.byname" }, + { "shadow", "shadow.byname" }, { "group", "group.byname" }, { "networks", "networks.byaddr" }, { "hosts", "hosts.byaddr" }, |
