From owner-cvs-src@FreeBSD.ORG Mon Aug 8 05:35:48 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8120916A41F; Mon, 8 Aug 2005 05:35:48 +0000 (GMT) (envelope-from csjp@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 48C9143D45; Mon, 8 Aug 2005 05:35:48 +0000 (GMT) (envelope-from csjp@FreeBSD.org) Received: from freefall.freebsd.org (csjp@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j785Zm5s046918; Mon, 8 Aug 2005 05:35:48 GMT (envelope-from csjp@freefall.freebsd.org) Received: (from csjp@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j785Zmxi046917; Mon, 8 Aug 2005 05:35:48 GMT (envelope-from csjp) Date: Mon, 8 Aug 2005 05:35:48 +0000 From: "Christian S.J. Peron" To: Pawel Jakub Dawidek Message-ID: <20050808053548.GA46806@freefall.freebsd.org> References: <200508072310.j77NAWaw058590@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200508072310.j77NAWaw058590@repoman.freebsd.org> User-Agent: Mutt/1.4.2.1i Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/etc/rc.d cleanvar X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 08 Aug 2005 05:35:48 -0000 On Sun, Aug 07, 2005 at 11:10:32PM +0000, Pawel Jakub Dawidek wrote: > pjd 2005-08-07 23:10:32 UTC > > FreeBSD src repository > > Modified files: > etc/rc.d cleanvar > Log: > We don't need to skip /var/run/log socket, as syslogd is always started > after rc.d/cleanvar. And if we wanted to skip /var/run/log we still needed > to skip /var/run/logpriv, which wasn't implemented. What about situations where we are placing logging sockets from the host environment into the jail? The host environemnt's logging socket will be clobbered when the prison starts up which is not good. -- Christian S.J. Peron csjp@FreeBSD.ORG FreeBSD Committer