head	1.1;
access;
symbols
	Linux-PAM-0-66:1.1;
locks; strict;
comment	@# @;


1.1
date	98.12.27.04.21.31;	author morgan;	state Exp;
branches;
next	;


desc
@@


1.1
log
@A script to add download code for modules that I am not willing/able to
distribute.
@
text
@#!/bin/sh
#
# $Id$
#
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
@
