mirror of
https://github.com/freebsd/freebsd-src
synced 2024-11-05 18:22:52 +00:00
9 lines
335 B
Text
9 lines
335 B
Text
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.
|