diff options
author | ache <ache@FreeBSD.org> | 1995-10-10 16:26:16 +0000 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 1995-10-10 16:26:16 +0000 |
commit | e601b42639dad079f04844eaa1cfeb4431da8a9c (patch) | |
tree | bbe8f1931f4d4134d01e15a3de6cfc06ad83cf4e /security | |
parent | 8315537fd8c42f9b1f71bf27c121398d4024de3e (diff) | |
download | FreeBSD-ports-e601b42639dad079f04844eaa1cfeb4431da8a9c.zip FreeBSD-ports-e601b42639dad079f04844eaa1cfeb4431da8a9c.tar.gz |
External interface was incomplete, tcpd.h was missing, add it
Diffstat (limited to 'security')
-rw-r--r-- | security/tcp_wrapper/files/patch-aa | 27 | ||||
-rw-r--r-- | security/tcp_wrapper/pkg-plist | 1 |
2 files changed, 15 insertions, 13 deletions
diff --git a/security/tcp_wrapper/files/patch-aa b/security/tcp_wrapper/files/patch-aa index 7f0a07a..cc3e819 100644 --- a/security/tcp_wrapper/files/patch-aa +++ b/security/tcp_wrapper/files/patch-aa @@ -1,5 +1,5 @@ *** Makefile.orig Mon Jan 30 21:51:43 1995 ---- Makefile Tue May 16 13:30:07 1995 +--- Makefile Tue Oct 10 19:15:46 1995 *************** *** 46,52 **** #REAL_DAEMON_DIR=/usr/sbin @@ -139,23 +139,24 @@ # Optional: turning off hostname lookups *************** *** 605,610 **** ---- 606,625 ---- +--- 606,626 ---- LIB = libwrap.a all other: config-check tcpd tcpdmatch try-from safe_finger tcpdchk + + install: -+ install -c libwrap.a ${PREFIX}/lib/libwrap.a -+ install -cs tcpd ${PREFIX}/libexec/tcpd -+ install -cs tcpdchk ${PREFIX}/sbin/tcpdchk -+ install -cs tcpdmatch ${PREFIX}/sbin/tcpdmatch -+ install -cs safe_finger ${PREFIX}/bin/safe_finger -+ install -c tcpd.8 ${PREFIX}/man/man8/tcpd.8 -+ install -c tcpdchk.8 ${PREFIX}/man/man8/tcpdchk.8 -+ install -c tcpdmatch.8 ${PREFIX}/man/man8/tcpdmatch.8 -+ install -c hosts_access.3 ${PREFIX}/man/man3/hosts_access.3 -+ install -c hosts_access.5 ${PREFIX}/man/man5/hosts_access.5 -+ install -c hosts_options.5 ${PREFIX}/man/man5/hosts_options.5 ++ install -o bin -g bin -c tcpd.h ${PREFIX}/include/tcpd.h ++ install -o bin -g bin -c libwrap.a ${PREFIX}/lib/libwrap.a ++ install -o bin -g bin -cs tcpd ${PREFIX}/libexec/tcpd ++ install -o bin -g bin -cs tcpdchk ${PREFIX}/sbin/tcpdchk ++ install -o bin -g bin -cs tcpdmatch ${PREFIX}/sbin/tcpdmatch ++ install -o bin -g bin -cs safe_finger ${PREFIX}/bin/safe_finger ++ install -o bin -g bin -c tcpd.8 ${PREFIX}/man/man8/tcpd.8 ++ install -o bin -g bin -c tcpdchk.8 ${PREFIX}/man/man8/tcpdchk.8 ++ install -o bin -g bin -c tcpdmatch.8 ${PREFIX}/man/man8/tcpdmatch.8 ++ install -o bin -g bin -c hosts_access.3 ${PREFIX}/man/man3/hosts_access.3 ++ install -o bin -g bin -c hosts_access.5 ${PREFIX}/man/man5/hosts_access.5 ++ install -o bin -g bin -c hosts_options.5 ${PREFIX}/man/man5/hosts_options.5 + # Invalidate all object files when the compiler options (CFLAGS) have changed. diff --git a/security/tcp_wrapper/pkg-plist b/security/tcp_wrapper/pkg-plist index 9c50496..fadc189 100644 --- a/security/tcp_wrapper/pkg-plist +++ b/security/tcp_wrapper/pkg-plist @@ -1,3 +1,4 @@ +include/tcpd.h libexec/tcpd sbin/tcpdchk sbin/tcpdmatch |