freebsd-dev/contrib/libpam/modules/download-all
2001-05-03 09:36:08 +00:00

31 lines
774 B
Bash
Executable File

#!/bin/sh
#
# $Id: download-all,v 1.1.1.1 2000/06/20 22:11:29 agmorgan Exp $
#
cat <<EOT
For a number of reasons it is not practical for Linux-PAM to be
distributed with every module out there. However, this shell script
is intended as a convenient way for users to download modules from the
'net in some semiautomated fashion.
Please feel free to send (pam-list@redhat.com) snippets of code that
will help others to download and unpack your favorite module into the
Linux-PAM source tree. Especially welcome are snippets of the
following form:
ncftp ftp://my.ftpsite.org/pub/fluff/pam_fluff.tar.gz
rm -fr pam_fluff
tar zvfx pam_fluff.tar.gz
Cheers
Andrew
morgan@linux.kernel.org
EOT
# --- insert your snippets below ---
# --- insert your snippets above ---
exit 0