summaryrefslogtreecommitdiff
path: root/usr.bin
diff options
context:
space:
mode:
authorBrian Somers <brian@FreeBSD.org>2009-06-25 16:15:39 +0000
committerBrian Somers <brian@FreeBSD.org>2009-06-25 16:15:39 +0000
commit53c405786b1cdc318bb35b9cf1e2fe6e4bcdee57 (patch)
tree9a6b7f4860169027c143248b8fa6f7a6afd15fc6 /usr.bin
parent2642e635f24ba4c28d64b7b602456275beeef79d (diff)
Notes
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/ypcat/ypcat.c1
-rw-r--r--usr.bin/ypmatch/ypmatch.c1
-rw-r--r--usr.bin/ypwhich/ypwhich.c1
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" },