Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 14 Jul 2003 14:54:03 -0700 (PDT)
From:      Dag-Erling Smorgrav <des@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 34513 for review
Message-ID:  <200307142154.h6ELs3mY099466@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 $



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