From owner-freebsd-questions Wed Aug 7 01:58:50 1996 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id BAA26674 for questions-outgoing; Wed, 7 Aug 1996 01:58:50 -0700 (PDT) Received: from soda.CSUA.Berkeley.EDU (soda.CSUA.Berkeley.EDU [128.32.43.52]) by freefall.freebsd.org (8.7.5/8.7.3) with SMTP id BAA26668 for ; Wed, 7 Aug 1996 01:58:47 -0700 (PDT) Received: from localhost (richardc@localhost) by soda.CSUA.Berkeley.EDU (8.6.12/8.6.12) with SMTP id BAA08553; Wed, 7 Aug 1996 01:59:13 -0700 Date: Wed, 7 Aug 1996 01:59:12 -0700 (PDT) From: Veggy Vinny To: Khetan Gajjar cc: questions@freebsd.org Subject: Re: tcpwrapper logs In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk On Wed, 7 Aug 1996, Khetan Gajjar wrote: > On Wed, 7 Aug 1996, Veggy Vinny wrote: > > > Yeah, but shouldn't typing syslogd actually restart it? It just > > starts and then exits... > > I dunno. If it's loaded, and you try to run it again, it should exit out. > I dunno for sure though. Hmmm, I meant I killed it with -9 and then type syslogd and it just exits out a second later... > > > ALL: soda.csua.berkeley.edu : deny > > You need to specify an action - banners displays a message, twist executes > a command, and allow/deny just allow or deny. Oh okay.... > > Isn't the deny's supposed to be in hosts.deny? > > I don't think so in this version fo tcpwrappers, no. I think the earlier > versions did that. Much easier to have it all in one file. Kinda like > allow these, deny all others. Hmmm, I was reading the Makefile and it still has both hosts.allow and hosts.deny in it... Vince