]> granicus.if.org Git - linux-pam/blob - modules/download-all
Relevant BUGIDs: 125022
[linux-pam] / modules / download-all
1 #!/bin/sh
2 #
3 # $Id$
4 #
5 cat <<EOT
6 For a number of reasons it is not practical for Linux-PAM to be
7 distributed with every module out there.  However, this shell script
8 is intended as a convenient way for users to download modules from the
9 'net in some semiautomated fashion.
10
11 Please feel free to send (pam-list@redhat.com) snippets of code that
12 will help others to download and unpack your favorite module into the
13 Linux-PAM source tree.  Especially welcome are snippets of the
14 following form:
15
16 ncftp ftp://my.ftpsite.org/pub/fluff/pam_fluff.tar.gz
17 rm -fr pam_fluff
18 tar zvfx pam_fluff.tar.gz
19
20 Cheers
21
22 Andrew
23 morgan@linux.kernel.org
24 EOT
25
26 # --- insert your snippets below ---
27
28 # --- insert your snippets above ---
29
30 exit 0