From owner-p4-projects@FreeBSD.ORG Mon Jul 14 14:54:06 2003 Return-Path: Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id 01D4637B401; Mon, 14 Jul 2003 14:54:05 -0700 (PDT) Delivered-To: perforce@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 52FDA37B41F for ; Mon, 14 Jul 2003 14:54:05 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7113543F3F for ; Mon, 14 Jul 2003 14:54:04 -0700 (PDT) (envelope-from des@freebsd.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h6ELs40U099474 for ; Mon, 14 Jul 2003 14:54:04 -0700 (PDT) (envelope-from des@freebsd.org) Received: (from perforce@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h6ELs3mY099466 for perforce@freebsd.org; Mon, 14 Jul 2003 14:54:03 -0700 (PDT) Date: Mon, 14 Jul 2003 14:54:03 -0700 (PDT) Message-Id: <200307142154.h6ELs3mY099466@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: perforce set sender to des@freebsd.org using -f From: Dag-Erling Smorgrav To: Perforce Change Reviews Subject: PERFORCE change 34513 for review X-BeenThere: p4-projects@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: p4 projects tree changes List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 Jul 2003 21:54:07 -0000 http://perforce.freebsd.org/chv.cgi?CH=34513 Change 34513 by des@des.at.des.thinksec.com on 2003/07/14 14:53:57 Update the release notes and installation instructions. Affected files ... .. //depot/projects/openpam/INSTALL#4 edit .. //depot/projects/openpam/RELNOTES#19 edit Differences ... ==== //depot/projects/openpam/INSTALL#4 (text+ko) ==== @@ -7,8 +7,9 @@ See the release notes for a list of platforms OpenPAM has been tested on. - You will need GNU Make and the GNU C compiler to build OpenPAM. On - some platforms, you may have to install these separately. + You will need the GNU autotools, GNU make and the GNU compiler suite + to build OpenPAM. On some platforms, you may have to install these + separately. 2. CONFIGURATION @@ -26,22 +27,26 @@ --with-pam-unix Builds the sample PAM module. + For more information about configuration options, use the --help + option. + A typical invocation might look like this: # ./configure --with-pam-su --with-pam-unix 3. COMPILATION - To compile OpenPAM, simply run "make" in the top-level OpenPAM - directory: + To compile OpenPAM, simply run "make" (or "gmake" on platforms where + "make" is not GNU make) in the top-level OpenPAM directory: # make 4. INSTALLATION - To install OpenPAM, simply run "make install" in the top-level - OpenPAM directory: + To install OpenPAM, simply run "make install" (or "gmake install" on + platforms where "make" is not GNU make) in the top-level OpenPAM + directory: # make install -$P4: //depot/projects/openpam/INSTALL#3 $ +$P4: //depot/projects/openpam/INSTALL#4 $ ==== //depot/projects/openpam/RELNOTES#19 (text+ko) ==== @@ -1,18 +1,13 @@ - Release notes for OpenPAM Digitalis - =================================== + Release notes for OpenPAM Dogwood + ================================= -This release incorporates several major changes and improvements and -should be considered BETA QUALITY. - This release corresponds to the code used in FreeBSD-CURRENT as of the -release date. It is also known to build cleanly on NetBSD 1.6, -OpenBSD 3.1, and a number of glibc-based Linux platforms (with BSD -make installed). It may or may not build on other platforms; you will -need a BSD-compatible make(1) (NetBSD's make(1) is easy to port to -most POSIX platforms). Previous versions were successfully built on -MacOS X 10.1, but there seem to be issues with the heavily modified -version of GCC 3.1 that ships with MacOS X 10.2. +release date. It has also been tested on several other platforms, and +is expected to work on almost any POSIX-like platform that has GNU +autotools, GNU make and the GNU compiler suite installed. One notable +exception is MacOS X, which ships with a very weird, heavily modified +version of GCC. The library itself is complete. Documentation exists in the form of man pages for the library functions. These man pages are generated by @@ -31,4 +26,4 @@ Please direct bug reports and inquiries to des@freebsd.org. -$P4: //depot/projects/openpam/RELNOTES#18 $ +$P4: //depot/projects/openpam/RELNOTES#19 $