From owner-cvs-all@FreeBSD.ORG Sun Aug 31 02:24:57 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 21E8016A4C0; Sun, 31 Aug 2003 02:24:57 -0700 (PDT) Received: from abigail.blackend.org (blackend.org [212.11.35.229]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5218443FD7; Sun, 31 Aug 2003 02:24:55 -0700 (PDT) (envelope-from marc@blackend.org) Received: from nosferatu.blackend.org (nosferatu.blackend.org [192.168.10.205]) by abigail.blackend.org (8.12.9/8.12.3) with ESMTP id h7V9OqWp013815; Sun, 31 Aug 2003 11:24:52 +0200 (CEST) (envelope-from marc@abigail.blackend.org) Received: from nosferatu.blackend.org (localhost [127.0.0.1]) h7V9NuVs000807; Sun, 31 Aug 2003 11:23:56 +0200 (CEST) (envelope-from marc@nosferatu.blackend.org) Received: (from marc@localhost) by nosferatu.blackend.org (8.12.9/8.12.9/Submit) id h7V9Nu4k000806; Sun, 31 Aug 2003 11:23:56 +0200 (CEST) (envelope-from marc) Date: Sun, 31 Aug 2003 11:23:55 +0200 From: Marc Fonvieille To: Christian Brueffer Message-ID: <20030831092355.GA582@nosferatu.blackend.org> References: <200308302313.h7UNDdbf077335@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200308302313.h7UNDdbf077335@repoman.freebsd.org> User-Agent: Mutt/1.4i X-Useless-Header: blackend.org X-Operating-System: FreeBSD 5.1-CURRENT cc: doc-committers@FreeBSD.org cc: cvs-doc@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: www/en docs.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 31 Aug 2003 09:24:57 -0000 On Sat, Aug 30, 2003 at 04:13:39PM -0700, Christian Brueffer wrote: > brueffer 2003/08/30 16:13:39 PDT > > FreeBSD doc repository > > Modified files: > en docs.sgml > Log: > Add freebsdhowtos.com to the list of additional resources > Hmmm I'm not sure this one is a good idea: - A lot of outdated docs - Many wrong/bad infos: just look at the "Getting the kernel source via cvs" article: when they say that CVS comes with the cvsup-bin package ... In "How to run a progam as root while you're not root": they give the chmod 755/+s solution!!! Even if they add a warning, it is not really serious when sudo and other more secure solutions are available around. So I'm not really sure that site is a good resource for our users. Marc