summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ypserv
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>1998-07-22 06:01:13 +0000
committerphk <phk@FreeBSD.org>1998-07-22 06:01:13 +0000
commit268310212623d11dd1d4a681056be1ba5a6239f7 (patch)
tree66c5126806bd01350271a016cc5fb803cc3eacc9 /usr.sbin/ypserv
parent3e87150b67c337acd8cb3a554f87a166269e2ada (diff)
downloadFreeBSD-src-268310212623d11dd1d4a681056be1ba5a6239f7.zip
FreeBSD-src-268310212623d11dd1d4a681056be1ba5a6239f7.tar.gz
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 <amakawa@nebula.sf.t.u-tokyo.ac.jp>
Diffstat (limited to 'usr.sbin/ypserv')
-rw-r--r--usr.sbin/ypserv/Makefile.yp7
1 files changed, 3 insertions, 4 deletions
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.:
#
OpenPOWER on IntegriCloud