summaryrefslogtreecommitdiff
path: root/usr.sbin/ypserv/ypinit/Makefile.yp.8
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@cvs.openbsd.org>2009-12-20 13:08:41 +0000
committerIngo Schwarze <schwarze@cvs.openbsd.org>2009-12-20 13:08:41 +0000
commit885ede696285cab7e7124b3b61998908a24ff72f (patch)
tree867111a271c3b990f0936143784e6c312068fd6b /usr.sbin/ypserv/ypinit/Makefile.yp.8
parente062589e835eb747b7efd98158a3df37d91a87b2 (diff)
Make use of the new mknetid(8) -P flag.
Actually, i just realized this is *required* in case you are using a non-standard DIR without a passwd(5) file, so i'm committing this simple change right away.
Diffstat (limited to 'usr.sbin/ypserv/ypinit/Makefile.yp.8')
-rw-r--r--usr.sbin/ypserv/ypinit/Makefile.yp.89
1 files changed, 7 insertions, 2 deletions
diff --git a/usr.sbin/ypserv/ypinit/Makefile.yp.8 b/usr.sbin/ypserv/ypinit/Makefile.yp.8
index d8b661330a3..3abaf247916 100644
--- a/usr.sbin/ypserv/ypinit/Makefile.yp.8
+++ b/usr.sbin/ypserv/ypinit/Makefile.yp.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: Makefile.yp.8,v 1.3 2009/04/12 21:03:28 schwarze Exp $
+.\" $OpenBSD: Makefile.yp.8,v 1.4 2009/12/20 13:08:40 schwarze Exp $
.\"
.\" Copyright (c) 2008 Ingo Schwarze <schwarze@usta.de>
.\"
@@ -14,7 +14,7 @@
.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
.\"
-.Dd $Mdocdate: April 12 2009 $
+.Dd $Mdocdate: December 20 2009 $
.Dt MAKEFILE.YP 8
.Os
.Sh NAME
@@ -170,6 +170,11 @@ and
.Xr hosts 5
for use by
.Xr getgrouplist 3 .
+Falls back to
+.Xr master.passwd 5
+in case
+.Xr passwd 5
+is not available.
Requires the
.Xr mknetid 8
utility.