mirror of
https://github.com/linux-pam/linux-pam.git
synced 2024-12-01 05:34:01 +08:00
d1e041f9b2
Purpose of commit: documentation Commit summary: --------------- Cleaned up the README file, which was left over from the 0.72-autoconf branch
29 lines
531 B
Plaintext
29 lines
531 B
Plaintext
#
|
|
# $Id$
|
|
#
|
|
|
|
Hello!
|
|
|
|
Thanks for downloading Linux-PAM.
|
|
|
|
NOTES:
|
|
|
|
How to use it is as follows:
|
|
|
|
./configure --help | less
|
|
./configure <your-options>
|
|
make
|
|
|
|
Note, if you are worried - don't even think about doing the next line
|
|
(most Linux distributions already support PAM out of the box, so if
|
|
something goes wrong with installing the code from this version your
|
|
box may stop working..)
|
|
|
|
make install
|
|
|
|
That said, please report problems to me.
|
|
|
|
Andrew Morgan
|
|
<morgan@kernel.org>
|
|
<agmorgan@users.sourceforge.net>
|