summaryrefslogtreecommitdiffstats
path: root/etc/hosts.allow
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>1999-05-08 02:19:25 +0000
committerobrien <obrien@FreeBSD.org>1999-05-08 02:19:25 +0000
commit2ec87bd360bd67884b24ede1e0feaa48ee1e1ba5 (patch)
treebf6e569aa7b63de24f2759c15c97bccc5a2ed1c5 /etc/hosts.allow
parent3b1a00d745517ae78fdeed8c328a173d7aa54567 (diff)
downloadFreeBSD-src-2ec87bd360bd67884b24ede1e0feaa48ee1e1ba5.zip
FreeBSD-src-2ec87bd360bd67884b24ede1e0feaa48ee1e1ba5.tar.gz
Use /usr/bin/finger rather than `safe_finger'.
Diffstat (limited to 'etc/hosts.allow')
-rw-r--r--etc/hosts.allow4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/hosts.allow b/etc/hosts.allow
index 529175f..f769bc0 100644
--- a/etc/hosts.allow
+++ b/etc/hosts.allow
@@ -1,6 +1,6 @@
#
# hosts.allow access control file for "tcp wrapped" apps.
-# $Id: hosts.allow,v 1.1 1999/03/28 10:47:26 markm Exp $
+# $Id: hosts.allow,v 1.2 1999/04/08 19:08:53 markm Exp $
#
# NOTE: The hosts.deny file is not longer used. Instead, put both 'allow'
# and 'deny' rules in the hosts.allow file.
@@ -53,6 +53,6 @@ fingerd : ALL \
# The rest of the daemons are protected. Backfinger and log by email.
ALL : ALL \
- : severity auth.info : spawn (/usr/bin/safe_finger -l @%h | \
+ : severity auth.info : spawn (/usr/bin/finger -l @%h | \
/usr/bin/mail -s "tcpd\: %u@%h[%a] tried to use %d (denied)" root) & \
: twist /bin/echo "You are not welcome to use %d from %h."
OpenPOWER on IntegriCloud