[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
tcp wrappers
- To: ports_(_at_)_openbsd_(_dot_)_org
- Subject: tcp wrappers
- From: Ian McWilliam <I_(_dot_)_McWilliam_(_at_)_st_(_dot_)_nepean_(_dot_)_uws_(_dot_)_edu_(_dot_)_au>
- Date: Wed, 24 Sep 1997 22:38:34 +1000 (EST)
Howdy,
Just been looking at the ports tree for tcp wrappers 7.6. You'll
need to grab the latest freebsd ports tree for tcp wrappers as the one
shipped on the cdrom is a bit outdated (tcp wrappers 7.4).
Tcp wrapperes 7.6 builds and runs cleanly under OpenBSD but barfs during
the post-install.
ports/security/tcp_wrapper/Makefile needs a change.
I'm sure there is a better patch than this.
diff -u Makefile.orig Makefile
--- Makefile.orig Wed Sep 24 00:03:13 1997
+++ Makefile Wed Sep 24 22:36:23 1997
@@ -3,7 +3,7 @@
# Date created: 27 Oct 1994
# Whom: torstenb
#
-# $Id: Makefile,v 1.16 1997/07/04 19:54:25 ache Exp $
+# $Id: Makefile,v 1.17 1997/09/24 21:50:30 ianm Exp $
#
DISTNAME= tcp_wrappers_7.6
@@ -19,6 +19,9 @@
MAN8= tcpd.8 tcpdchk.8 tcpdmatch.8
post-install:
- ${LDCONFIG} -m ${PREFIX}/lib
+
+ if [ ${LDCONFIG} ]; then \
+ ${LDCONFIG} -m ${PREFIX}/lib; \
+ fi; \
.include <bsd.port.mk>
------------------------------------------------------
Ian McWilliam
Technical Officer
Department of Computing.
Faculty of Science & Technology.
University of Western Sydney, Nepean.
Phone: (047) 360757 Fax: (047) 360 770
Mailto:i_(_dot_)_mcwilliam_(_at_)_st_(_dot_)_nepean_(_dot_)_uws_(_dot_)_edu_(_dot_)_au
------------------------------------------------------
Visit your host, monkey.org