From amakawa@nebula.sf.t.u-tokyo.ac.jp  Tue Jul 14 03:18:53 1998
Received: from nebula.sf.t.u-tokyo.ac.jp (nebula.sf.t.u-tokyo.ac.jp [133.11.87.23])
          by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id DAA15433
          for <FreeBSD-gnats-submit@freebsd.org>; Tue, 14 Jul 1998 03:18:43 -0700 (PDT)
          (envelope-from amakawa@nebula.sf.t.u-tokyo.ac.jp)
Received: (from amakawa@localhost)
	by nebula.sf.t.u-tokyo.ac.jp (8.8.8/8.8.8) id TAA01563;
	Tue, 14 Jul 1998 19:18:30 +0900 (JST)
	(envelope-from amakawa)
Message-Id: <199807141018.TAA01563@nebula.sf.t.u-tokyo.ac.jp>
Date: Tue, 14 Jul 1998 19:18:30 +0900 (JST)
From: Amakawa Shuhei <amakawa@nebula.sf.t.u-tokyo.ac.jp>
Reply-To: amakawa@nebula.sf.t.u-tokyo.ac.jp
To: FreeBSD-gnats-submit@freebsd.org
Subject: Makefile.yp refers to an obsoleted option of rpc.yppasswdd
X-Send-Pr-Version: 3.2

>Number:         7279
>Category:       misc
>Synopsis:       Makefile.yp refers to an obsoleted option of rpc.yppasswdd
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue Jul 14 03:20:01 PDT 1998
>Closed-Date:    Tue Jul 21 23:01:23 PDT 1998
>Last-Modified:  Tue Jul 21 23:01:34 PDT 1998
>Originator:     Amakawa Shuhei
>Release:        FreeBSD 2.2.6-RELEASE i386
>Organization:
Univ. of Tokyo
>Environment:

FreeBSD 2.2.6-RELEASE i386

>Description:

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.

>How-To-Repeat:

See /var/yp/Makefile.dist.

>Fix:
	
Suggested fix:

*** /usr/src/usr.sbin/ypserv/Makefile.yp	Sun Feb 22 03:15:30 1998
--- Makefile.yp	Tue Jul 14 18:56:18 1998
***************
*** 85,93 ****
  # 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).
  # - Specifying the location of the master.passwd file using the
  #   MASTER_PASSWD variable, i.e.:
  #
--- 85,92 ----
  # the real /etc/passwd and /etc/master.passwd files by:
  #
  #
! # - 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.:
  #
>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: phk 
State-Changed-When: Tue Jul 21 23:01:23 PDT 1998 
State-Changed-Why:  
fixed, thanks 
>Unformatted:
