summaryrefslogtreecommitdiff
path: root/Linux-PAM/modules/download-all
blob: 451b3c5192a8335dd8769f9d3b7fe8d2d52921cb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
#!/bin/sh
#
# $Id: download-all,v 1.1.1.1 2001/04/29 04:17:16 hartmans 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