head	1.2;
access;
symbols
	RELEASE_4_7_0:1.1
	RELEASE_4_6_2:1.1
	RELEASE_4_6_1:1.1
	RELEASE_4_6_0:1.1
	RELEASE_5_0_DP1:1.1
	RELEASE_4_5_0:1.1
	RELEASE_4_4_0:1.1
	RELEASE_4_3_0:1.1
	RELEASE_4_2_0:1.1
	RELEASE_4_1_1:1.1
	RELEASE_4_1_0:1.1
	RELEASE_3_5_0:1.1
	RELEASE_4_0_0:1.1
	RELEASE_3_4_0:1.1
	RELEASE_3_3_0:1.1
	RELEASE_3_2_0:1.1
	RELEASE_3_1_0:1.1
	RELEASE_2_2_8:1.1
	RELEASE_3_0_0:1.1
	RELEASE_2_2_7:1.1
	RELEASE_2_2_6:1.1
	RELEASE_2_2_5:1.1;
locks; strict;
comment	@# @;


1.2
date	2002.10.13.03.56.09;	author kris;	state dead;
branches;
next	1.1;

1.1
date	97.08.05.08.36.00;	author torstenb;	state Exp;
branches;
next	;


desc
@@


1.2
log
@tcp_wrapper has been in the base system since 4.0-RELEASE.  Remove it.
@
text
@*** tcpd.8.orig	Tue Aug  5 10:15:53 1997
--- tcpd.8	Tue Aug  5 10:18:01 1997
***************
*** 88,99 ****
  .sp
  .in +5
  # mkdir /other/place
! # mv /usr/etc/in.fingerd /other/place
! # cp tcpd /usr/etc/in.fingerd
  .fi
  .PP
! The example assumes that the network daemons live in /usr/etc. On some
! systems, network daemons live in /usr/sbin or in /usr/libexec, or have
  no `in.\' prefix to their name.
  .SH EXAMPLE 2
  This example applies when \fItcpd\fR expects that the network daemons
--- 88,99 ----
  .sp
  .in +5
  # mkdir /other/place
! # mv /usr/libexec/fingerd /other/place
! # cp tcpd /usr/libexec/fingerd
  .fi
  .PP
! The example assumes that the network daemons live in /usr/libexec. On some
! systems, network daemons live in /usr/sbin or in /usr/etc, or have
  no `in.\' prefix to their name.
  .SH EXAMPLE 2
  This example applies when \fItcpd\fR expects that the network daemons
***************
*** 105,111 ****
  .nf
  .sp
  .ti +5
! finger  stream  tcp  nowait  nobody  /usr/etc/in.fingerd  in.fingerd
  .sp
  becomes:
  .sp
--- 105,111 ----
  .nf
  .sp
  .ti +5
! finger  stream  tcp  nowait  nobody  /usr/libexec/fingerd  fingerd
  .sp
  becomes:
  .sp
***************
*** 114,121 ****
  .sp
  .fi
  .PP
! The example assumes that the network daemons live in /usr/etc. On some
! systems, network daemons live in /usr/sbin or in /usr/libexec, the
  daemons have no `in.\' prefix to their name, or there is no userid
  field in the inetd configuration file.
  .PP
--- 114,121 ----
  .sp
  .fi
  .PP
! The example assumes that the network daemons live in /usr/libexec. On some
! systems, network daemons live in /usr/sbin or in /usr/etc, the
  daemons have no `in.\' prefix to their name, or there is no userid
  field in the inetd configuration file.
  .PP
***************
*** 158,166 ****
  .PP
  The default locations of the host access control tables are:
  .PP
! /etc/hosts.allow
  .br
! /etc/hosts.deny
  .SH SEE ALSO
  .na
  .nf
--- 158,166 ----
  .PP
  The default locations of the host access control tables are:
  .PP
! !!PREFIX!!/etc/hosts.allow
  .br
! !!PREFIX!!/etc/hosts.deny
  .SH SEE ALSO
  .na
  .nf
@


1.1
log
@/etc/hosts.{allow,deny} -> $PREFIX/etc/hosts.{allow,deny}
@
text
@@

