freebsd-src/contrib/libpam
Mark Murray 458a1c243f Fix problem with static linking:
> Script started on Sat May 12 22:18:47 2001
> ttyp1:bde@gamplex:/usr/src/libexec/rshd> rsh localhost ls
> rcmd: localhost: Undefined error: 0

Reported by:	bde
2001-05-16 11:05:03 +00:00
..
defs This commit was generated by cvs2svn to compensate for changes in r76238, 2001-05-03 09:36:08 +00:00
doc Resolve conflicts. 2001-05-03 10:48:56 +00:00
libpam Fix problem with static linking: 2001-05-16 11:05:03 +00:00
libpam_misc Resolve conflicts. 2001-05-03 10:48:56 +00:00
libpamc Vendor import Linux PAM 0.75 2001-05-03 09:36:08 +00:00
modules Add utility PAMs for finer userland control 2001-05-11 10:12:55 +00:00
_pam_aconf.h.in Vendor import Linux PAM 0.75 2001-05-03 09:36:08 +00:00
CHANGELOG Vendor import Linux PAM 0.75 2001-05-03 09:36:08 +00:00
configure Vendor import Linux PAM 0.75 2001-05-03 09:36:08 +00:00
configure.in Vendor import Linux PAM 0.75 2001-05-03 09:36:08 +00:00
Copyright Initial import of virgin Linux-PAM 0.65, slightly stripped down. 1998-11-18 01:16:21 +00:00
FREEBSD-upgrade Initial revision 1998-11-18 01:16:19 +00:00
FREEBSD-Xlist Initial revision 1998-11-18 01:16:19 +00:00
Make.Rules.in Vendor import Linux PAM 0.75 2001-05-03 09:36:08 +00:00
Makefile Vendor import Linux PAM 0.75 2001-05-03 09:36:08 +00:00
README Vendor import Linux PAM 0.75 2001-05-03 09:36:08 +00:00
TODO Initial import of virgin Linux-PAM 0.65, slightly stripped down. 1998-11-18 01:16:21 +00:00

#
# $Id: README,v 1.3 2000/11/20 00:01:49 agmorgan Exp $
#

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>