From 70f5200a9c31498f58c6b6ca79e9f9abf1849e18 Mon Sep 17 00:00:00 2001 From: Igor Pashev Date: Tue, 18 Nov 2014 13:25:13 +0300 Subject: Really disabled NIS+ (FTBFS) --- debian/configure.options | 2 +- debian/control | 4 ++-- debian/rules | 3 --- 3 files changed, 3 insertions(+), 6 deletions(-) diff --git a/debian/configure.options b/debian/configure.options index f120564..a6de782 100644 --- a/debian/configure.options +++ b/debian/configure.options @@ -77,7 +77,7 @@ # --enable-nis=...........Allow NIS maps [auto] --enable-nis=auto # --enable-nisplus=.......Allow NISPLUS maps [auto] ---enable-nisplus=auto +--enable-nisplus=no # --enable-ldap=..........Allow LDAP maps [auto] --enable-ldap=yes # --enable-hesiod=........Allow HESIOD maps [auto] diff --git a/debian/control b/debian/control index 0f57840..fee0b04 100644 --- a/debian/control +++ b/debian/control @@ -58,7 +58,7 @@ Description: powerful, efficient, and scalable Mail Transport Agent Sendmail includes *no* Mail User Agents (MUA), you'll have to pick from the plethora of available MUAs (mutt, vm, etc.) . - This package supports REGEX, DB, NIS, NIS+, LDAP, DNS maps, + This package supports REGEX, DB, NIS, LDAP, DNS maps, and has enabled TCPWrappers, IPv6, LockFile, SMTP AUTH(SASL), STARTTLS(SSL). Package: rmail @@ -205,7 +205,7 @@ Description: powerful, efficient, and scalable Mail Transport Agent (metapackage Sendmail includes *no* Mail User Agents (MUA), you'll have to pick from the plethora of available MUAs (mutt, vm, etc.) . - This package supports REGEX, DB, NIS, NIS+, LDAP, DNS maps, + This package supports REGEX, DB, NIS, LDAP, DNS maps, and has enabled TCPWrappers, IPv6, LockFile, SMTP AUTH(SASL), STARTTLS(SSL). . This package is to make installation/upgrading easier (Do NOT delete it) diff --git a/debian/rules b/debian/rules index 1d25cc2..cdeeba5 100755 --- a/debian/rules +++ b/debian/rules @@ -60,9 +60,6 @@ DEB_CONFIGURE_SCRIPT = $(CURDIR)/debian/configure DEB_CONFIGURE_INVOKE = cd $(CURDIR)/debian \ && $(DEB_CONFIGURE_SCRIPT_ENV) $(DEB_CONFIGURE_SCRIPT) $(DEB_CONFIGURE_NORMAL_ARGS) -# No NIS+ at illumos -DEB_CONFIGURE_NORMAL_ARGS += --disable-nisplus - DEB_MAKE_INVOKE = DEB_MAKE_BUILD_TARGET = DEB_MAKE_INSTALL_TARGET = -- cgit v1.2.3