From 268310212623d11dd1d4a681056be1ba5a6239f7 Mon Sep 17 00:00:00 2001 From: phk Date: Wed, 22 Jul 1998 06:01:13 +0000 Subject: A comment in /usr/src/usr.sbin/ypserv/Makefile.yp (a.k.a. /var/yp/Makefile.dist) refers to an obsoleted usage of the -m option of rpc.yppasswdd. It is currently taken over by the -t option. -m is used for a different purpose now. PR: 7279 Reviewed by: phk Submitted by: Amakawa Shuhei --- usr.sbin/ypserv/Makefile.yp | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'usr.sbin/ypserv') diff --git a/usr.sbin/ypserv/Makefile.yp b/usr.sbin/ypserv/Makefile.yp index 1713fc7..6342c29 100644 --- a/usr.sbin/ypserv/Makefile.yp +++ b/usr.sbin/ypserv/Makefile.yp @@ -1,7 +1,7 @@ # # Makefile for the NIS databases # -# $Id: Makefile.yp,v 1.23 1998/02/20 04:00:48 wpaul Exp $ +# $Id: Makefile.yp,v 1.24 1998/02/21 18:14:30 wpaul Exp $ # # This Makefile should only be run on the NIS master server of a domain. # All updated maps will be pushed to all NIS slave servers listed in the @@ -85,9 +85,8 @@ YPMAPDIR = $(YPDIR)/$(DOMAIN) # the real /etc/passwd and /etc/master.passwd files by: # # -# - invoking yppasswdd without the -m option (yppasswdd will use -# /etc/master.passwd if no alternate master.passwd file is specified -# and do a 'pwd_mkdb' as needed). +# - invoking yppasswdd with `-t /etc/master.passwd' (yppasswdd will do a +# 'pwd_mkdb' as needed if /etc/master.passwd is thus specified). # - Specifying the location of the master.passwd file using the # MASTER_PASSWD variable, i.e.: # -- cgit v1.1