From owner-p4-projects@FreeBSD.ORG Sun Jun 8 16:30:28 2003 Return-Path: Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id 5740C37B409; Sun, 8 Jun 2003 16:30:27 -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 2511537B404 for ; Sun, 8 Jun 2003 16:30:26 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BAFA343FDF for ; Sun, 8 Jun 2003 16:30:25 -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 h58NUP0U010365 for ; Sun, 8 Jun 2003 16:30:25 -0700 (PDT) (envelope-from des@freebsd.org) Received: (from perforce@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h58NUPj3010360 for perforce@freebsd.org; Sun, 8 Jun 2003 16:30:25 -0700 (PDT) Date: Sun, 8 Jun 2003 16:30:25 -0700 (PDT) Message-Id: <200306082330.h58NUPj3010360@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 32822 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: Sun, 08 Jun 2003 23:30:28 -0000 http://perforce.freebsd.org/chv.cgi?CH=32822 Change 32822 by des@des.at.des.thinksec.com on 2003/06/08 16:30:10 Document the installation procedure. Affected files ... .. //depot/projects/openpam/INSTALL#3 edit Differences ... ==== //depot/projects/openpam/INSTALL#3 (text+ko) ==== @@ -4,22 +4,44 @@ 1. REQUIREMENTS - This release of OpenPAM is targeted at FreeBSD-CURRENT, and has not - been tested on other platforms. It should, however, build with - little or no trouble other BSDs such as BSDI, Darwin, NetBSD or - OpenBSD, and should not prove much of a challenge to port to other - platforms, except for the static linking support. + 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. 2. CONFIGURATION - No configuration is necessary or possible at this time. + Use the "configure" shell script to configure OpenPAM for your + system. Options include: + + --with-modules-dir=DIR + Indicates the directory where PAM modules will be installed. + This option should not be used if you intend to install PAM + modules in the system library directory. + + --with-pam-su + Builds the sample PAM application. + + --with-pam-unix + Builds the sample PAM module. + + A typical invocation might look like this: + + # ./configure --with-pam-su --with-pam-unix 3. COMPILATION - Change into the top-level OpenPAM directory and run 'make'. + To compile OpenPAM, simply run "make" in the top-level OpenPAM + directory: + + # make 4. INSTALLATION - - Change into the top-level OpenPAM directory and run 'make install'. + + To install OpenPAM, simply run "make install" in the top-level + OpenPAM directory: + + # make install -$P4: //depot/projects/openpam/INSTALL#2 $ +$P4: //depot/projects/openpam/INSTALL#3 $