diff --git a/etc/hosts.allow b/etc/hosts.allow index 529175f2940..f769bc0e5e0 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."