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

Vlad Glagolev scm at sourcemage.org
Sat Dec 20 12:45:29 EST 2008


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



More information about the SM-Commit mailing list