From owner-freebsd-questions@FreeBSD.ORG Sun Jun 1 20:26:18 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B2BBF37B401 for ; Sun, 1 Jun 2003 20:26:18 -0700 (PDT) Received: from amour.ath.cx (p213.54.243.32.tisdip.tiscali.de [213.54.243.32]) by mx1.FreeBSD.org (Postfix) with SMTP id 6BFD743F93 for ; Sun, 1 Jun 2003 20:26:17 -0700 (PDT) (envelope-from amour@amour.ath.cx) Received: (qmail 16861 invoked by uid 1001); 2 Jun 2003 03:26:15 -0000 Received: from localhost (sendmail-bs@127.0.0.1) by localhost with SMTP; 2 Jun 2003 03:26:15 -0000 Date: Mon, 2 Jun 2003 05:26:15 +0200 (CEST) From: Alexander To: freebsd-questions@freebsd.org Message-ID: <20030602051705.T16654-100000@amour.ath.cx> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Subject: Changes to hosts.allow do no affect to inetd daemons some times X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Jun 2003 03:26:19 -0000 Hello ! Sometimes when I change my /etc/hosts.allow and kill and start again inetd, there is no difference. It's like I haven't edited /etc/hosts.allow. If I continue making changes and stop/start inetd there are no affections to the inetd daemons, they allow or deny as /etc/hosts.allow isn't modified since inetd was first started after the system bootstrapped. So what I do now is edit /etc/hosts.allow and then reboot. (Pretty ugly) But I noticed that this happens only to the /etc/inetd.conf daemons. Stand alone daemons like sshd haven't got such problem the changes occur immediately. I'm running FreeBSD 4.8-STABLE #9: Mon Apr 7 14:16:26 CEST 2003 root@amour.ath.cx:/usr/obj/usr/src/sys/AMOUR i386 If you know what might be the problem please email me. Thanks