All of lore.kernel.org
 help / color / mirror / Atom feed
From: Steve Dickson <SteveD@RedHat.com>
To: Linux NFS Mailing list <linux-nfs@vger.kernel.org>
Subject: Re: [PATCH] tcp-wrappers.m4: Only look for TCP wrappers lib when requested
Date: Thu, 6 Sep 2018 14:06:53 -0400	[thread overview]
Message-ID: <b8ef226f-3358-9cac-ed82-218554dcc896@RedHat.com> (raw)
In-Reply-To: <20180906155820.59424-1-steved@redhat.com>



On 09/06/2018 11:58 AM, Steve Dickson wrote:
> TCP wrappers is a pretty old and obsolete technology.  The
> support has be terminated in current distro release, so
> only require the library to exist when asked for via the
> --with-tcp-wrappers
> 
> Signed-off-by: Steve Dickson <steved@redhat.com>
Committed.... 

steved.
> ---
>  aclocal/tcp-wrappers.m4 | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/aclocal/tcp-wrappers.m4 b/aclocal/tcp-wrappers.m4
> index 35ac8e0..f5de8bc 100644
> --- a/aclocal/tcp-wrappers.m4
> +++ b/aclocal/tcp-wrappers.m4
> @@ -4,7 +4,7 @@ AC_DEFUN([AC_TCP_WRAPPERS],[
>    AC_ARG_WITH(tcp-wrappers,
>      [  --with-tcp-wrappers[[=PATH]]      Enable tcpwrappers support
>                   (optionally in PATH)],
> -    with_tcpw=$withval, with_tcpw=yes)
> +    with_tcpw=$withval, with_tcpw=no)
>          if test "x$with_tcpw" != "xno" ; then
>              saved_LIBS="$LIBS"
>              saved_LDFLAGS="$LDFLAGS"
> 

      reply	other threads:[~2018-09-06 22:43 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-09-06 15:58 [PATCH] tcp-wrappers.m4: Only look for TCP wrappers lib when requested Steve Dickson
2018-09-06 18:06 ` Steve Dickson [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=b8ef226f-3358-9cac-ed82-218554dcc896@RedHat.com \
    --to=steved@redhat.com \
    --cc=linux-nfs@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.