[Lunar-commits] <moonbase> samba: For Samba to support DNS updates is needs some gssapi hearders that are

Dennis `stumbles` Veatch stumbles at lunar-linux.org
Mon Sep 27 17:08:43 CEST 2010


commit 04bc8030902f1ff022c5d3a01d7f675845ae3b93
Author: Dennis `stumbles` Veatch <stumbles at lunar-linux.org>
Date:   Mon Sep 27 11:08:43 2010 -0400

    samba: For Samba to support DNS updates is needs some gssapi hearders that are
    
    provided by heimdal so adjusting the CONFIGURE and DEPENDS.
---
 net/samba/CONFIGURE |    1 -
 net/samba/DEPENDS   |    5 +++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/net/samba/CONFIGURE b/net/samba/CONFIGURE
index 7b5b220..ceb589f 100644
--- a/net/samba/CONFIGURE
+++ b/net/samba/CONFIGURE
@@ -1,3 +1,2 @@
 mquery AUTO_MOUNT "Configure samba with automount?" n "--with-automount" "--without-automount"
-mquery DNS_UPDATE "Configure samba to perform DNS updates?" n "--with-dnsupdate" "--without-dnsupdate"
 
diff --git a/net/samba/DEPENDS b/net/samba/DEPENDS
index 328024d..d416e9b 100644
--- a/net/samba/DEPENDS
+++ b/net/samba/DEPENDS
@@ -2,5 +2,6 @@ depends  chkconfig
 depends  ncurses
 depends  readline
 
-optional_depends "cups"  "--enable-cups"  "--disable-cups"  "CUPS printing support"
-optional_depends "avahi" "--enable-avahi" "--disable-avahi" "for service discovery support"
+optional_depends "cups"    "--enable-cups"    "--disable-cups"      "CUPS printing support"
+optional_depends "avahi"   "--enable-avahi"   "--disable-avahi"     "for service discovery support"
+optional_depends "heimdal" "--with-dnsupdate" "--without-dnsupdate" "for Samba support of DNS updates"


More information about the Lunar-commits mailing list