Skip to Content.
Sympa Menu

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

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Ladislav Hagara <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Ladislav Hagara (3130692b4a8fac411f9000e60f93e47fbf839d9a)
  • Date: Sun, 3 Feb 2008 16:07:47 -0600

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

utils/coreutils/DEPENDS | 12 +-----------
utils/coreutils/HISTORY | 4 ++++
utils/coreutils/TRIGGERS | 5 -----
3 files changed, 5 insertions(+), 16 deletions(-)

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

coreutils does not depend on linux-pam [Bug 14270]

diff --git a/utils/coreutils/DEPENDS b/utils/coreutils/DEPENDS
index 70a6a1a..18594eb 100755
--- a/utils/coreutils/DEPENDS
+++ b/utils/coreutils/DEPENDS
@@ -1,12 +1,2 @@
depends gnupg &&
-depends smgl-fhs &&
-
-optional_depends linux-pam \
- '--enable-pam' \
- '' \
- "for pam enabled su command" &&
-
-# we need to recreate configure after PAM patch with autoreconf
-if is_depends_enabled $SPELL linux-pam; then
- depends autoconf
-fi
+depends smgl-fhs
diff --git a/utils/coreutils/HISTORY b/utils/coreutils/HISTORY
index 23494a8..a7a7aaa 100644
--- a/utils/coreutils/HISTORY
+++ b/utils/coreutils/HISTORY
@@ -1,3 +1,7 @@
+2008-02-03 Ladislav Hagara <hgr AT vabo.cz>
+ * DEPENDS: removed linux-pam [Bug 14270]
+ * TRIGGERS: removed
+
2008-01-30 Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
* DEPENDS: no longer needs util-linux for kill

diff --git a/utils/coreutils/TRIGGERS b/utils/coreutils/TRIGGERS
deleted file mode 100755
index c8d3360..0000000
--- a/utils/coreutils/TRIGGERS
+++ /dev/null
@@ -1,5 +0,0 @@
-for i in $(grep $SPELL $DEPENDS_STATUS);
-do if [ $(echo $i | cut -d: -f1) = "$SPELL" ] && [ $(echo $i | cut -d: -f2)
== "linux-pam" ] && [ $(echo $i | cut -d: -f3 ) = "on" ] ;
- then on_cast linux-pam cast_self
- fi
-done



  • [SM-Commit] GIT changes to master grimoire by Ladislav Hagara (3130692b4a8fac411f9000e60f93e47fbf839d9a), Ladislav Hagara, 02/03/2008

Archive powered by MHonArc 2.6.24.

Top of Page