From owner-cvs-all@FreeBSD.ORG Sun Jan 18 06:58:09 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5AF2A16A4CE; Sun, 18 Jan 2004 06:58:09 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 54F9443D3F; Sun, 18 Jan 2004 06:58:08 -0800 (PST) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i0IEw80B078389; Sun, 18 Jan 2004 06:58:08 -0800 (PST) (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i0IEw8su078388; Sun, 18 Jan 2004 06:58:08 -0800 (PST) (envelope-from ru) Message-Id: <200401181458.i0IEw8su078388@repoman.freebsd.org> From: Ruslan Ermilov Date: Sun, 18 Jan 2004 06:58:08 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD 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 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 18 Jan 2004 14:58:09 -0000 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