=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ypcat/ypcat.c,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- src/usr.bin/ypcat/ypcat.c 1997/07/21 19:21:14 1.6 +++ src/usr.bin/ypcat/ypcat.c 2002/01/02 20:07:09 1.7 @@ -1,4 +1,4 @@ -/* $OpenBSD: ypcat.c,v 1.6 1997/07/21 19:21:14 deraadt Exp $ */ +/* $OpenBSD: ypcat.c,v 1.7 2002/01/02 20:07:09 deraadt Exp $ */ /* * Copyright (c) 1992, 1993, 1996 Theo de Raadt @@ -33,7 +33,7 @@ */ #ifndef LINT -static char rcsid[] = "$OpenBSD: ypcat.c,v 1.6 1997/07/21 19:21:14 deraadt Exp $"; +static char rcsid[] = "$OpenBSD: ypcat.c,v 1.7 2002/01/02 20:07:09 deraadt Exp $"; #endif #include @@ -53,6 +53,7 @@ char *alias, *name; } ypaliases[] = { { "passwd", "passwd.byname" }, + { "master.passwd", "master.passwd.byname" }, { "group", "group.byname" }, { "networks", "networks.byaddr" }, { "hosts", "hosts.byaddr" },