summaryrefslogtreecommitdiffstats
path: root/contrib/openpam/INSTALL
diff options
context:
space:
mode:
authordes <des@FreeBSD.org>2008-12-13 22:45:22 +0000
committerdes <des@FreeBSD.org>2008-12-13 22:45:22 +0000
commit646ea20decc87530f871e5c56e96980c93fcf391 (patch)
tree9151e2f3daf5644596ed8a0e176d5e719b780a10 /contrib/openpam/INSTALL
parent5bb985da807ca1473ce8a14def069f52914bce8e (diff)
downloadFreeBSD-src-646ea20decc87530f871e5c56e96980c93fcf391.zip
FreeBSD-src-646ea20decc87530f871e5c56e96980c93fcf391.tar.gz
Flatten and clean up.
Diffstat (limited to 'contrib/openpam/INSTALL')
-rw-r--r--contrib/openpam/INSTALL58
1 files changed, 0 insertions, 58 deletions
diff --git a/contrib/openpam/INSTALL b/contrib/openpam/INSTALL
deleted file mode 100644
index 6875a5e..0000000
--- a/contrib/openpam/INSTALL
+++ /dev/null
@@ -1,58 +0,0 @@
-
- Installing OpenPAM
- ==================
-
-1. REQUIREMENTS
-
- See the release notes for a list of platforms OpenPAM has been
- tested on.
-
- 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
-
- Use the "configure" shell script to configure OpenPAM for your
- system. Options include:
-
- --enable-debug
- Turn debugging on by default.
-
- --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.
-
- --without-doc
- Skips the documentation.
-
- --with-pam-unix
- Builds the sample PAM module.
-
- --with-su
- Builds the sample su(1) implementation.
-
- For more information about configuration options, use the --help
- option.
-
- A typical invocation might look like this:
-
- # ./configure --with-pam-unix --with-su
-
-3. COMPILATION
-
- 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" (or "gmake install" on
- platforms where "make" is not GNU make) in the top-level OpenPAM
- directory:
-
- # make install
-
-$Id: INSTALL 388 2006-04-12 10:31:52Z des $
OpenPOWER on IntegriCloud