Date: Sunday, August 22, 2010 @ 04:34:41 Author: thomas Revision: 88327
The hosts.deny syntax is 'daemon_list : client_list [ : shell_command ]'. Right now the command 'DENY' is executed each time, which cannot be found. Remove the superfluous third argument, changing the default line to ALL : ALL. Modified: tcp_wrappers/trunk/hosts.deny ------------+ hosts.deny | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: hosts.deny =================================================================== --- hosts.deny 2010-08-22 05:54:59 UTC (rev 88326) +++ hosts.deny 2010-08-22 08:34:41 UTC (rev 88327) @@ -2,6 +2,6 @@ # /etc/hosts.deny # -ALL: ALL: DENY +ALL: ALL # End of file
