From joseph@mothra.ecs.csus.edu  Fri Jan 21 10:11:24 2000
Return-Path: <joseph@mothra.ecs.csus.edu>
Received: from mothra.ecs.csus.edu (mothra.ecs.csus.edu [130.86.76.220])
	by hub.freebsd.org (Postfix) with ESMTP id CA97914CED
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 21 Jan 2000 10:11:22 -0800 (PST)
	(envelope-from joseph@mothra.ecs.csus.edu)
Received: (from joseph@localhost)
	by mothra.ecs.csus.edu (8.9.3/8.9.3) id KAA31450;
	Fri, 21 Jan 2000 10:11:15 -0800 (PST)
	(envelope-from joseph)
Message-Id: <200001211811.KAA31450@mothra.ecs.csus.edu>
Date: Fri, 21 Jan 2000 10:11:15 -0800 (PST)
From: joseph.scott@owp.csus.edu
Sender: joseph@mothra.ecs.csus.edu
To: FreeBSD-gnats-submit@freebsd.org
Subject: Add WWW to description of security/p5-Authen-PAM
X-Send-Pr-Version: 3.2

>Number:         16265
>Category:       ports
>Synopsis:       Add WWW to description of security/p5-Authen-PAM
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Jan 21 10:20:02 PST 2000
>Closed-Date:    Sat Jan 22 01:12:24 PST 2000
>Last-Modified:  Wed Dec 21 22:50:08 UTC 2011
>Originator:     Joseph Scott
>Release:        FreeBSD 3.4-STABLE i386
>Organization:
>Environment:

	

>Description:

Add WWW to description of security/p5-Authen-PAM

diff -urN security/p5-Authen-PAM/pkg/DESCR.orig security/p5-Authen-PAM/pkg/DESCR
--- security/p5-Authen-PAM/pkg/DESCR.orig       Fri Jan 21 10:08:45 2000
+++ security/p5-Authen-PAM/pkg/DESCR    Fri Jan 21 10:08:59 2000
@@ -1 +1,3 @@
 This module provides a Perl interface to the PAM library.
+
+WWW: http://www.cs.kuleuven.ac.be/~pelov/pam/

>How-To-Repeat:

	

>Fix:
	
	


>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: mharo 
State-Changed-When: Sat Jan 22 01:12:24 PST 2000 
State-Changed-Why:  
committed, thanks 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/16265: commit references a PR
Date: Wed, 21 Dec 2011 22:49:25 +0000 (UTC)

 Author: mckusick
 Date: Wed Dec 21 22:49:16 2011
 New Revision: 228794
 URL: http://svn.freebsd.org/changeset/base/228794
 
 Log:
   Reduce NFPI by half to keep the default number of inodes the same with
   the now default 32K/4K filesystem the same as the number of inodes in
   the previously default 16K/2K filesystem.
   
   PR:          bin/16265
   Reported by: Olivier Cochard-Labbe <olivier@cochard.me>
   MFC:         4 weeks (9 is the only affected branch)
 
 Modified:
   head/sbin/newfs/newfs.h
 
 Modified: head/sbin/newfs/newfs.h
 ==============================================================================
 --- head/sbin/newfs/newfs.h	Wed Dec 21 22:13:50 2011	(r228793)
 +++ head/sbin/newfs/newfs.h	Wed Dec 21 22:49:16 2011	(r228794)
 @@ -70,7 +70,7 @@
   * We allocate one inode slot per NFPI fragments, expecting this
   * to be far more than we will ever need.
   */
 -#define	NFPI		4
 +#define	NFPI		2
  
  /*
   * variables set up by front end.
 _______________________________________________
 svn-src-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-src-all
 To unsubscribe, send any mail to "svn-src-all-unsubscribe@freebsd.org"
 
>Unformatted:
