freebsd-dev/contrib/libpam/README

29 lines
579 B
Plaintext
Raw Normal View History

#
2001-05-03 09:36:08 +00:00
# $Id: README,v 1.3 2000/11/20 00:01:49 agmorgan Exp $
#
Hello!
2001-05-03 09:36:08 +00:00
Thanks for downloading Linux-PAM.
NOTES:
2001-05-03 09:36:08 +00:00
How to use it is as follows:
2001-05-03 09:36:08 +00:00
./configure --help | less
./configure <your-options>
make
2001-05-03 09:36:08 +00:00
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..)
2001-05-03 09:36:08 +00:00
make install
2001-05-03 09:36:08 +00:00
That said, please report problems to me.
Andrew Morgan
2001-05-03 09:36:08 +00:00
<morgan@kernel.org>
<agmorgan@users.sourceforge.net>