Bug 16265

Summary: Add WWW to description of security/p5-Authen-PAM
Product: Ports & Packages Reporter: joseph.scott <joseph.scott>
Component: Individual Port(s)Assignee: freebsd-ports (Nobody) <ports>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   

Description joseph.scott 2000-01-21 18:20:02 UTC
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/
Comment 1 Michael Haro freebsd_committer freebsd_triage 2000-01-22 09:12:24 UTC
State Changed
From-To: open->closed

committed, thanks 

Comment 2 dfilter service freebsd_committer freebsd_triage 2011-12-21 22:49:25 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"