diff options
author | jdp <jdp@FreeBSD.org> | 1998-11-18 01:16:19 +0000 |
---|---|---|
committer | jdp <jdp@FreeBSD.org> | 1998-11-18 01:16:19 +0000 |
commit | ed5b694a8543f380edbdbef0e328cc574fb78c2c (patch) | |
tree | 8c89c77cea4ee74f704b8b7ae3f9c1ef9e629538 /contrib | |
parent | 95ea24932dea1748a62d67b4a392eb2a95f752bb (diff) | |
download | FreeBSD-src-ed5b694a8543f380edbdbef0e328cc574fb78c2c.zip FreeBSD-src-ed5b694a8543f380edbdbef0e328cc574fb78c2c.tar.gz |
Initial revision
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/libpam/FREEBSD-Xlist | 18 | ||||
-rw-r--r-- | contrib/libpam/FREEBSD-upgrade | 9 |
2 files changed, 27 insertions, 0 deletions
diff --git a/contrib/libpam/FREEBSD-Xlist b/contrib/libpam/FREEBSD-Xlist new file mode 100644 index 0000000..3311032 --- /dev/null +++ b/contrib/libpam/FREEBSD-Xlist @@ -0,0 +1,18 @@ +*.a +*.asc +*.o +*.so +*.tar.gz +*/.[a-zA-Z]* +*/CONFIGURE_COMMAND +*/bin/pam_conv1 +*/blank +*/blank +*/check_user +*/check_user +*/default.defs +*/dynamic +*/pam_conv1/pam_conv1 +*/upperLOWER/upperLOWER +*/xsh +*/xsh diff --git a/contrib/libpam/FREEBSD-upgrade b/contrib/libpam/FREEBSD-upgrade new file mode 100644 index 0000000..3f3b379 --- /dev/null +++ b/contrib/libpam/FREEBSD-upgrade @@ -0,0 +1,9 @@ +To strip down a new version of Linux PAM for import, extract +the files like this: + + tar -xvzf pam-xxx.tar.gz -X FREEBSD-Xlist + +If you decide to bring in more of the files, import them -- don't +use "cvs add". And please remember to adjust the contents of +"FREEBSD-Xlist" so that it reflects what is really imported from +the vendor. |