Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 28 Oct 2002 04:40:00 -0800 (PST)
From:      Dag-Erling Smorgrav <des@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 20284 for review
Message-ID:  <200210281240.g9SCe02f094145@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=20284

Change 20284 by des@des.at.des.thinksec.com on 2002/10/28 04:39:45

	Support /usr/local/etc/pam.conf, for completeness' sake.
	
	Sponsored by:	DARPA, NAI Labs

Affected files ...

.. //depot/projects/openpam/lib/openpam_configure.c#6 edit

Differences ...

==== //depot/projects/openpam/lib/openpam_configure.c#6 (text+ko) ====

@@ -31,7 +31,7 @@
  * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
  * SUCH DAMAGE.
  *
- * $P4: //depot/projects/openpam/lib/openpam_configure.c#5 $
+ * $P4: //depot/projects/openpam/lib/openpam_configure.c#6 $
  */
 
 #include <ctype.h>
@@ -213,6 +213,7 @@
 	"/etc/pam.d/",
 	"/etc/pam.conf",
 	"/usr/local/etc/pam.d/",
+	"/usr/local/etc/pam.conf",
 	NULL
 };
 

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe p4-projects" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200210281240.g9SCe02f094145>