From owner-freebsd-questions Wed Aug 7 02:17:10 1996 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id CAA28118 for questions-outgoing; Wed, 7 Aug 1996 02:17:10 -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 CAA28112 for ; Wed, 7 Aug 1996 02:17:07 -0700 (PDT) Received: from localhost (richardc@localhost) by soda.CSUA.Berkeley.EDU (8.6.12/8.6.12) with SMTP id CAA09016; Wed, 7 Aug 1996 02:17:42 -0700 Date: Wed, 7 Aug 1996 02:17:40 -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: > > > Hmmm, I meant I killed it with -9 and then type syslogd and it > > just exits out a second later... > > Weird. I dunno what it is. I thought kill -HUP didn't work on syslogd. > > Hmmm, I was reading the Makefile and it still has both hosts.allow > > and hosts.deny in it... > > I think hosts.deny will work, but I prefer to use the new system, which > implies that all of it should be in hosts.allow Hmmm, actually I think it works more like this: hosts.allow ALL: ALL: allow and hosts.deny is for deny since remember how would you separate the deny and allow banners? Vince