From ipfw@ya3.so-net.ne.jp  Tue Apr 17 08:13:29 2001
Return-Path: <ipfw@ya3.so-net.ne.jp>
Received: from mgate05.so-net.ne.jp (mgate05.so-net.ne.jp [210.139.254.152])
	by hub.freebsd.org (Postfix) with ESMTP id EA05B37B422
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 17 Apr 2001 08:13:28 -0700 (PDT)
	(envelope-from ipfw@ya3.so-net.ne.jp)
Received: from mail.ya3.so-net.ne.jp (mspool11.so-net.ne.jp [210.139.248.11])
	by mgate05.so-net.ne.jp (8.8.8+3.0Wbeta9/3.6W01041612) with ESMTP id AAA05660
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 18 Apr 2001 00:13:27 +0900 (JST)
Received: from localhost (pd5fbf8.kngwnt01.ap.so-net.ne.jp [202.213.251.248])
	by mail.ya3.so-net.ne.jp (8.9.3/3.7W01022316) with ESMTP id AAA17424
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 18 Apr 2001 00:13:26 +0900 (JST)
Message-Id: <20010418002208X.koya@pluto.math.yokohama-cu.ac.jp>
Date: Wed, 18 Apr 2001 00:22:08 +0900
From: Yoshihiro Koya <Yoshihiro.Koya@math.yokohama-cu.ac.jp>
Sender: Yoshihiro Koya <koya@math.yokohama-cu.ac.jp>
Reply-To: "Yoshihiro.Koya" <Yoshihiro.Koya@math.yokohama-cu.ac.jp>
To: FreeBSD-gnats-submit@freebsd.org
Subject: Typo in /var/yp/Makefile.dist
X-Send-Pr-Version: 3.113

>Number:         26648
>Category:       misc
>Synopsis:       Typo in /var/yp/Makefile.dist
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    gshapiro
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue Apr 17 08:20:01 PDT 2001
>Closed-Date:    Thu May 24 13:54:00 PDT 2001
>Last-Modified:  Thu May 24 13:54:08 PDT 2001
>Originator:     Yoshihiro Koya
>Release:        FreeBSD 4.3-RC i386
>Organization:
Dept. of Math. Sci., Yokohama City Univ.
>Environment:
System: FreeBSD presario.my.domain 4.3-RC FreeBSD 4.3-RC #0: Sun Apr 15 20:51:53 JST 2001 root@presario.my.domain:/usr/obj/usr/src/sys/presario i386
>Description:
	the path of the mail alias file in /var/yp/Makefile.dist
	seems to be wrong.
>How-To-Repeat:
	# cd /var/yp
	# make mail.aliases
>Fix:

  Fix src/usr.sbin/ypserv/Makefile.yp as follows

--- Makefile.yp.orig	Wed Apr 18 00:16:56 2001
+++ Makefile.yp	Wed Apr 18 00:17:21 2001
@@ -105,7 +105,7 @@
 RPC 	  = $(YPSRCDIR)/rpc
 SERVICES  = $(YPSRCDIR)/services
 GROUP     = $(YPSRCDIR)/group
-ALIASES   = $(YPSRCDIR)/aliases
+ALIASES   = $(YPSRCDIR)/mail/aliases
 NETGROUP  = $(YPDIR)/netgroup
 PASSWD    = $(YPDIR)/passwd
 .if !defined(MASTER_PASSWD)
>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-bugs->gshapiro 
Responsible-Changed-By: dd 
Responsible-Changed-When: Sat Apr 28 20:14:16 PDT 2001 
Responsible-Changed-Why:  
/etc/aliases -> /etc/mail/aliases fodder 

http://www.freebsd.org/cgi/query-pr.cgi?pr=26648 
State-Changed-From-To: open->feedback 
State-Changed-By: gshapiro 
State-Changed-When: Tue May 15 08:58:36 PDT 2001 
State-Changed-Why:  
The fix has been committed to the HEAD (-CURRENT).  It will be MFC'ed to 
RELENG_4 (-STABLE) in 3 days, at which time this PR will be closed. 

http://www.FreeBSD.org/cgi/query-pr.cgi?pr=26648 
State-Changed-From-To: feedback->closed 
State-Changed-By: gshapiro 
State-Changed-When: Thu May 24 13:54:00 PDT 2001 
State-Changed-Why:  
The changes have been committed to -STABLE (RELENG_4). 

http://www.FreeBSD.org/cgi/query-pr.cgi?pr=26648 
>Unformatted:
