Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 8 Jun 2003 16:36:33 -0700 (PDT)
From:      Dag-Erling Smorgrav <des@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 32824 for review
Message-ID:  <200306082336.h58NaXGY010582@repoman.freebsd.org>

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

Change 32824 by des@des.at.des.thinksec.com on 2003/06/08 16:35:37

	Nits.

Affected files ...

.. //depot/projects/openpam/configure.in#2 edit

Differences ...

==== //depot/projects/openpam/configure.in#2 (text+ko) ====

@@ -1,5 +1,7 @@
+dnl $P4: //depot/projects/openpam/configure.in#2 $
+
 AC_PREREQ(2.53)
-AC_INIT([OpenPAM],[20030601],[des@freebsd.org])
+AC_INIT([OpenPAM],[YYYYMMDD],[des@freebsd.org])
 AC_CONFIG_SRCDIR([lib/pam_start.c])
 AM_CONFIG_HEADER([config.h])
 
@@ -82,12 +84,12 @@
 AC_CONFIG_FILES([bin/Makefile
 		bin/su/Makefile
 		include/Makefile
-		include/security/Makefile 
+		include/security/Makefile
 		lib/Makefile
 		modules/Makefile
 		modules/pam_unix/Makefile
 		modules/pam_deny/Makefile
-		modules/pam_permit/Makefile 
+		modules/pam_permit/Makefile
 		doc/Makefile
 		doc/man/Makefile
 		Makefile])



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