Date: Sun, 18 Jan 2004 06:58:08 -0800 (PST) From: Ruslan Ermilov <ru@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libpam Makefile.inc src/lib/libpam/libpam Makefile src/lib/libpam/modules/pam_krb5 Makefile src/lib/libpam/modules/pam_ssh Makefile Message-ID: <200401181458.i0IEw8su078388@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
ru 2004/01/18 06:58:07 PST FreeBSD src repository Modified files: lib/libpam Makefile.inc lib/libpam/libpam Makefile lib/libpam/modules/pam_krb5 Makefile lib/libpam/modules/pam_ksu Makefile lib/libpam/modules/pam_ssh Makefile Log: Deal better with the crypto version of the PAM library that goes on the release media -- only put what is different in the crypto version compared to the base version. This reduces PAM entries in /usr/lib in the "crypto" distribution to: libpam.a libpam.so@ libpam.so.2 pam_krb5.so@ pam_krb5.so.2 pam_ksu.so@ pam_ksu.so.2 pam_ssh.so@ pam_ssh.so.2 The libpam.so* is still redundant (it is identical to the "base" version), but we can't set DISTRIBUTION differently for libpam.a and libpam.so. (The removal of libpam.so* from the crypto distribution could be addressed by the release/scripts/crypto-make.sh script, but then we'd also need to remove redundant PAM headers, and I'm not sure this is worth a hassle.) Revision Changes Path 1.14 +0 -4 src/lib/libpam/Makefile.inc 1.48 +4 -0 src/lib/libpam/libpam/Makefile 1.11 +1 -0 src/lib/libpam/modules/pam_krb5/Makefile 1.4 +1 -0 src/lib/libpam/modules/pam_ksu/Makefile 1.17 +1 -0 src/lib/libpam/modules/pam_ssh/Makefile
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200401181458.i0IEw8su078388>