[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
diffs fuer tcp wrappers 7.2
diff -urN tcp_wrappers_7.2.alt/Makefile tcp_wrappers_7.2/Makefile
--- tcp_wrappers_7.2.alt/Makefile Mon Jan 30 18:51:42 1995
+++ tcp_wrappers_7.2/Makefile Thu Feb 9 14:13:54 1995
@@ -40,7 +40,7 @@
# Uncomment the appropriate line if you are going to edit inetd.conf.
#
# Ultrix 4.x SunOS 4.x ConvexOS 10.x Dynix/ptx
-#REAL_DAEMON_DIR=/usr/etc
+REAL_DAEMON_DIR=/usr/etc
#
# SysV.4 Solaris 2.x OSF AIX
#REAL_DAEMON_DIR=/usr/sbin
@@ -93,6 +93,11 @@
LIBS= RANLIB=ranlib ARFLAGS=rv AUX_OBJ=setenv.o \
NETGROUP=-DNETGROUP TLI= all
+mint:
+ @make REAL_DAEMON_DIR=$(REAL_DAEMON_DIR) STYLE=$(STYLE) \
+ LIBS="-lportlib -lsocket" RANLIB=ranlib ARFLAGS=rv AUX_OBJ="setenv.o strcasecmp.o" \
+ TLI= all
+
# Ditto, with vsyslog
sunos4:
@make REAL_DAEMON_DIR=$(REAL_DAEMON_DIR) STYLE=$(STYLE) \
@@ -374,7 +379,7 @@
# host name aliases. Compile with -DSOLARIS_24_GETHOSTBYNAME_BUG to work
# around this. The workaround does no harm on other Solaris versions.
-BUGS = -DGETPEERNAME_BUG -DBROKEN_FGETS
+#BUGS = -DGETPEERNAME_BUG -DBROKEN_FGETS
#BUGS = -DGETPEERNAME_BUG -DBROKEN_FGETS -DINET_ADDR_BUG
#BUGS = -DGETPEERNAME_BUG -DBROKEN_FGETS -DSOLARIS_24_GETHOSTBYNAME_BUG
diff -urN tcp_wrappers_7.2.alt/README.MINT tcp_wrappers_7.2/README.MINT
--- tcp_wrappers_7.2.alt/README.MINT Thu Jan 1 00:00:00 1970
+++ tcp_wrappers_7.2/README.MINT Thu Feb 9 14:17:46 1995
@@ -0,0 +1,11 @@
+This is my Port of TCP-WRAPPERS 7.2 for MiNT.
+If you have to recompile, you can do "make mint". I've fixed the Makefile
+accordingly. As this is a _very_ portable piece of software, I didn't have
+lots of problems. One might try to leave out strcasecmp.c, as it is in
+portlib.
+I used portlib 11, MintLib 0.44 and MintNet 0.60 for this and it did fine.
+
+Oliver
+
+Mail to: sturm@ost1.ping.de
+
--
Oliver Sturm sturm@ost1.ping.de