From owner-freebsd-doc@FreeBSD.ORG Fri Oct 15 10:09:50 2004 Return-Path: Delivered-To: freebsd-doc@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7511316A4CE; Fri, 15 Oct 2004 10:09:50 +0000 (GMT) Received: from aiolos.otenet.gr (aiolos.otenet.gr [195.170.0.23]) by mx1.FreeBSD.org (Postfix) with ESMTP id 85DF943D1F; Fri, 15 Oct 2004 10:09:49 +0000 (GMT) (envelope-from keramida@freebsd.org) Received: from orion.daedalusnetworks.priv (host5.bedc.ondsl.gr [62.103.39.229])i9FA9BPT008524; Fri, 15 Oct 2004 13:09:24 +0300 Received: from orion.daedalusnetworks.priv (orion [127.0.0.1]) i9FA8UDF001889; Fri, 15 Oct 2004 13:08:30 +0300 (EEST) (envelope-from keramida@freebsd.org) Received: (from keramida@localhost)i9FA8UJB001888; Fri, 15 Oct 2004 13:08:30 +0300 (EEST) (envelope-from keramida@freebsd.org) Date: Fri, 15 Oct 2004 13:08:30 +0300 From: Giorgos Keramidas To: Denis Peplin Message-ID: <20041015100829.GG1099@orion.daedalusnetworks.priv> References: <416E4DFD.3040203@FreeBSD.org> <20041014102459.GD799@zaphod.nitro.dk> <20041014092213.22d6914d@localhost> <416E8491.8080500@FreeBSD.org> <20041014101233.399d4b40@localhost> <416E8CD3.9070700@FreeBSD.org> <416F9BE5.5020403@FreeBSD.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <416F9BE5.5020403@FreeBSD.org> cc: Tom Rhodes cc: freebsd-doc@freebsd.org cc: "Simon L. Nielsen" Subject: Re: TCP Wrappers section (handbook/security): services is not daemons X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 15 Oct 2004 10:09:50 -0000 On 2004-10-15 13:44, Denis Peplin wrote: > Hello! > > I have patch for this issue (attached), and keramida help > me to fix it English form. > > log: > Obtain some information from inetd(8) to fix "inetd" > description in network-servers chapter. > Add note about "daemon" term to "tcpwrappers" section > of security chapter. Ah, now that I see the log message... These two are really separate, a bit unrelated changes. If you do commit the change to security/chapter.sgml do it in a second commit. This way the CVS log entry of each file contains text that is relevant to that file and not to some other, random stuff. > Index: network-servers/chapter.sgml > Index: security/chapter.sgml Cheers, Giorgos