diff options
author | Peter Wemm <peter@FreeBSD.org> | 1999-08-31 01:53:22 +0000 |
---|---|---|
committer | Peter Wemm <peter@FreeBSD.org> | 1999-08-31 01:53:22 +0000 |
commit | a53421230c127bdfbbc3663db7dcfd6be712b849 (patch) | |
tree | c1db6770ffd169aaa9bd2887be1049bf2834b4ae /security/tcp_wrapper | |
parent | f3383ee2f64dd95e516d21eaad12f86e523b5ef6 (diff) |
Notes
Diffstat (limited to 'security/tcp_wrapper')
-rw-r--r-- | security/tcp_wrapper/Makefile | 2 | ||||
-rw-r--r-- | security/tcp_wrapper/scripts/configure | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/security/tcp_wrapper/Makefile b/security/tcp_wrapper/Makefile index 319b8230bc1b..1bcfba945367 100644 --- a/security/tcp_wrapper/Makefile +++ b/security/tcp_wrapper/Makefile @@ -3,7 +3,7 @@ # Date created: 27 Oct 1994 # Whom: torstenb # -# $Id: Makefile,v 1.19 1998/09/14 21:08:53 smace Exp $ +# $FreeBSD$ # DISTNAME= tcp_wrappers_7.6 diff --git a/security/tcp_wrapper/scripts/configure b/security/tcp_wrapper/scripts/configure index cf7ffc8bdf27..ae837b94e861 100644 --- a/security/tcp_wrapper/scripts/configure +++ b/security/tcp_wrapper/scripts/configure @@ -1,6 +1,6 @@ #!/bin/sh # -# $Id$ +# $FreeBSD$ # FILES="hosts_access.3 hosts_access.5 tcpd.8 tcpdchk.8 tcpdmatch.8" |