Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (ade859c7d7e97c1c3df2dd3cb63054b1983f06bc)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Vlad Glagolev <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (ade859c7d7e97c1c3df2dd3cb63054b1983f06bc)
  • Date: Sat, 20 Dec 2008 11:45:29 -0600

GIT changes to master grimoire by Vlad Glagolev <stealth AT sourcemage.org>:

utils/sudo/DEPENDS | 14 ++++++++++++--
utils/sudo/HISTORY | 1 +
2 files changed, 13 insertions(+), 2 deletions(-)

New commits:
commit ade859c7d7e97c1c3df2dd3cb63054b1983f06bc
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

sudo: fixed deps

diff --git a/utils/sudo/DEPENDS b/utils/sudo/DEPENDS
index ff49c3e..02d9788 100755
--- a/utils/sudo/DEPENDS
+++ b/utils/sudo/DEPENDS
@@ -1,6 +1,16 @@
-depends TEXT-EDITOR &&
+optional_depends openldap \
+ "--with-ldap" \
+ "--without-ldap" \
+ "for LDAP support" &&
+
+optional_depends libselinux \
+ "--with-selinux" \
+ "--without-selinux" \
+ "for SELinux support" &&

optional_depends linux-pam \
"--with-pam" \
"--without-pam" \
- "for optional pluggable authentication"
+ "for optional pluggable authentication" &&
+
+suggest_depends TEXT-EDITOR
diff --git a/utils/sudo/HISTORY b/utils/sudo/HISTORY
index a6118cb..2703094 100644
--- a/utils/sudo/HISTORY
+++ b/utils/sudo/HISTORY
@@ -1,5 +1,6 @@
2008-12-20 Vlad Glagolev <stealth AT sourcemage.org>
* DETAILS: updated spell to 1.7.0
+ * DEPENDS: added missing deps; optional->suggest for editor

2008-12-05 Vlad Glagolev <stealth AT sourcemage.org>
* DETAILS: updated spell to 1.6.9p19



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (ade859c7d7e97c1c3df2dd3cb63054b1983f06bc), Vlad Glagolev, 12/20/2008

Archive powered by MHonArc 2.6.24.

Top of Page