Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Ladislav Hagara (0cd304fb41d4a3c722d8fbcdcf9ea5893d24d6da)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Ladislav Hagara <scm AT mail.sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Ladislav Hagara (0cd304fb41d4a3c722d8fbcdcf9ea5893d24d6da)
  • Date: Thu, 29 Jun 2006 06:55:13 -0500

GIT changes to master grimoire by Ladislav Hagara <ladislav.hagara AT unob.cz>:

security-libs/linux-pam/HISTORY | 1 +
security-libs/linux-pam/INSTALL | 3 ++-
2 files changed, 3 insertions(+), 1 deletion(-)

New commits:
commit 0cd304fb41d4a3c722d8fbcdcf9ea5893d24d6da
Author: Ladislav Hagara <ladislav.hagara AT unob.cz>
Commit: Ladislav Hagara <ladislav.hagara AT unob.cz>

linux-pam: files from pam.d are not installed, no idea why
the same problem with old version
sorcery bug?

diff --git a/security-libs/linux-pam/HISTORY b/security-libs/linux-pam/HISTORY
index 03f9bc4..519c56f 100644
--- a/security-libs/linux-pam/HISTORY
+++ b/security-libs/linux-pam/HISTORY
@@ -1,6 +1,7 @@
2006-06-29 Ladislav Hagara <hgr AT vabo.cz>
* DETAILS: 0.99.5.0, removed UPDATED and BUILD_API
converted to vendor gpg checking (kernel.gpg)
+ * INSTALL: make install -> default_install

2006-06-10 Arwed v. Merkatz <v.merkatz AT gmx.net>
* DEPENDS: use correct switch to turn off libprelude, bug #11875
diff --git a/security-libs/linux-pam/INSTALL b/security-libs/linux-pam/INSTALL
index 88c0b05..054ddc0 100755
--- a/security-libs/linux-pam/INSTALL
+++ b/security-libs/linux-pam/INSTALL
@@ -1,4 +1,5 @@
-make install &&
+default_install &&
+
if [ "$PAM_SELINUX" == "y" ] ; then
echo "session required pam_selinux.so multiple" >>
/etc/pam.d/login
fi &&




Archive powered by MHonArc 2.6.24.

Top of Page