Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 23 Jan 1996 03:33:53 -0800
From:      Paul Traina <pst@shockwave.com>
To:        Mark Murray <mark@grondar.za>
Cc:        security@FreeBSD.ORG
Subject:   Re: Ownership of files/tcp_wrappers port 
Message-ID:  <199601231133.DAA00324@precipice.shockwave.com>
In-Reply-To: Your message of "Tue, 23 Jan 1996 13:19:26 %2B0200." <199601231119.NAA01191@grumble.grondar.za> 

next in thread | previous in thread | raw e-mail | index | archive | help

  From: Mark Murray <mark@grondar.za>
  Subject: Re: Ownership of files/tcp_wrappers port 
  
  You mean put something like
  
  .if (wrappers_lib_exists_in_local)
  SUPPORT_WRAPPERS	= yes
  .endif

Probably something like

  .if (/usr/local/lib/libwrap.a) and !defined(NO_WRAPPERS)

so that distribution binaries can still be built (use whatever the
convention is that we do elsewhere and document the root makefile).
  
  in the appropriate Makefiles?
  
  > Reasonable compromise?
  
  Yup. (And they said the art of negotiation was dead!)

:-)

Glad to be of service.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199601231133.DAA00324>