From ru@ucb.crimea.ua Mon May 17 05:38:46 1999
Return-Path: <ru@ucb.crimea.ua>
Received: from relay.ucb.crimea.ua (relay.ucb.crimea.ua [212.110.138.1])
	by hub.freebsd.org (Postfix) with ESMTP id 4C953152D1
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 17 May 1999 05:38:01 -0700 (PDT)
	(envelope-from ru@ucb.crimea.ua)
Received: (from ru@localhost)
	by relay.ucb.crimea.ua (8.9.3/8.9.3/UCB) id PAA00200;
	Mon, 17 May 1999 15:37:33 +0300 (EEST)
	(envelope-from ru)
Message-Id: <199905171237.PAA00200@relay.ucb.crimea.ua>
Date: Mon, 17 May 1999 15:37:33 +0300 (EEST)
From: Ruslan Ermilov <ru@ucb.crimea.ua>
Reply-To: ru@ucb.crimea.ua
To: FreeBSD-gnats-submit@freebsd.org
Subject: [PATCH] manpath.config is not updated for Perl5.00503
X-Send-Pr-Version: 3.2

>Number:         11747
>Category:       conf
>Synopsis:       [PATCH] manpath.config is not updated for Perl5.00503
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon May 17 05:40:01 PDT 1999
>Closed-Date:    Fri May 21 02:01:09 PDT 1999
>Last-Modified:  Fri May 21 02:01:43 PDT 1999
>Originator:     Ruslan Ermilov
>Release:        FreeBSD 3.2-STABLE i386
>Organization:
United Commercial Bank
>Environment:

3.2-STABLE.

>Description:

See ``Fix''.

>How-To-Repeat:

Upgrade to the 3.2-STABLE.


>Fix:

Index: manpath.config
===================================================================
RCS file: /usr/FreeBSD-CVS/src/gnu/usr.bin/man/manpath/manpath.config,v
retrieving revision 1.8.2.1
diff -u -r1.8.2.1 manpath.config
--- manpath.config	1999/02/05 10:43:24	1.8.2.1
+++ manpath.config	1999/05/17 12:32:56
@@ -17,7 +17,7 @@
 MANDATORY_MANPATH	/usr/share/man
 MANDATORY_MANPATH	/usr/share/perl/man
 MANDATORY_MANPATH	/usr/local/man
-MANDATORY_MANPATH	/usr/local/lib/perl5/5.00502/man
+MANDATORY_MANPATH	/usr/local/lib/perl5/5.00503/man
 MANDATORY_MANPATH	/usr/X11R6/man
 #
 # set up PATH to MANPATH mapping


>Release-Note:
>Audit-Trail:

From: Chris Costello <chris@calldei.com>
To: Ruslan Ermilov <ru@ucb.crimea.ua>
Cc: FreeBSD-gnats-submit@FreeBSD.ORG
Subject: Re: conf/11747: [PATCH] manpath.config is not updated for Perl5.00503
Date: Tue, 18 May 1999 01:26:20 -0500

 On Mon, May 17, 1999, Ruslan Ermilov wrote:
 > --- manpath.config	1999/02/05 10:43:24	1.8.2.1
 > +++ manpath.config	1999/05/17 12:32:56
 > @@ -17,7 +17,7 @@
 >  MANDATORY_MANPATH	/usr/share/man
 >  MANDATORY_MANPATH	/usr/share/perl/man
 >  MANDATORY_MANPATH	/usr/local/man
 > -MANDATORY_MANPATH	/usr/local/lib/perl5/5.00502/man
 > +MANDATORY_MANPATH	/usr/local/lib/perl5/5.00503/man
 >  MANDATORY_MANPATH	/usr/X11R6/man
 >  #
 >  # set up PATH to MANPATH mapping
 
    This applies to -CURRENT as well.
 
 -- 
 Chris Costello                                <chris@calldei.com>
 A computer's attention span is only as long as its extension cord.
 

From: Ruslan Ermilov <ru@ucb.crimea.ua>
To: Chris Costello <chris@calldei.com>
Cc: FreeBSD-gnats-submit@FreeBSD.ORG
Subject: Re: conf/11747: [PATCH] manpath.config is not updated for Perl5.00503
Date: Tue, 18 May 1999 10:15:18 +0300

 On Tue, May 18, 1999 at 01:26:20AM -0500, Chris Costello wrote:
 > 
 >    This applies to -CURRENT as well.
 > 
 Nope. Only to RELENG_3.
 # cvs log -N -r1.10 manpath.config
 
 RCS file: /usr/FreeBSD-CVS/src/gnu/usr.bin/man/manpath/manpath.config,v
 Working file: manpath.config
 head: 1.10
 branch:
 locks: strict
 access list:
 keyword substitution: kv
 total revisions: 16;    selected revisions: 1
 description:
 ----------------------------
 revision 1.10
 date: 1999/05/13 15:47:04;  author: ache;  state: Exp;  lines: +2 -2
 upgrade to perl 5.00503
 ==========================================================================
 
 
 -- 
 Ruslan Ermilov		Sysadmin and DBA of the
 ru@ucb.crimea.ua	United Commercial Bank
 +380.652.247.647	Simferopol, Ukraine
 
 http://www.FreeBSD.org	The Power To Serve
 http://www.oracle.com	Enabling The Information Age
 
State-Changed-From-To: open->closed 
State-Changed-By: des 
State-Changed-When: Fri May 21 02:01:09 PDT 1999 
State-Changed-Why:  
Patch applied, thanks. 
>Unformatted:
