From owner-p4-projects@FreeBSD.ORG Thu Jul 20 20:21:19 2006 Return-Path: X-Original-To: p4-projects@freebsd.org Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id D9D5416A4E1; Thu, 20 Jul 2006 20:21:18 +0000 (UTC) X-Original-To: perforce@FreeBSD.org Delivered-To: perforce@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B4AE416A4E0 for ; Thu, 20 Jul 2006 20:21:18 +0000 (UTC) (envelope-from gabor@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8014043D49 for ; Thu, 20 Jul 2006 20:21:18 +0000 (GMT) (envelope-from gabor@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k6KKLIqU044075 for ; Thu, 20 Jul 2006 20:21:18 GMT (envelope-from gabor@FreeBSD.org) Received: (from perforce@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k6KKLI6u044072 for perforce@freebsd.org; Thu, 20 Jul 2006 20:21:18 GMT (envelope-from gabor@FreeBSD.org) Date: Thu, 20 Jul 2006 20:21:18 GMT Message-Id: <200607202021.k6KKLI6u044072@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: perforce set sender to gabor@FreeBSD.org using -f From: Gabor Kovesdan To: Perforce Change Reviews Cc: Subject: PERFORCE change 102022 for review X-BeenThere: p4-projects@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: p4 projects tree changes List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Jul 2006 20:21:19 -0000 http://perforce.freebsd.org/chv.cgi?CH=102022 Change 102022 by gabor@gabor_spitfire on 2006/07/20 20:21:09 IFC Affected files ... .. //depot/projects/soc2006/gabor_docs/porters-handbook/book.sgml#7 integrate Differences ... ==== //depot/projects/soc2006/gabor_docs/porters-handbook/book.sgml#7 (text+ko) ==== @@ -1,7 +1,7 @@ make index, then has to run the command, further slowing down that process. - Usage of sysctl should always done + Usage of sysctl should always be + fully qualified with /sbin/, as some users + may not have that directory in their PATH. + + Usage of &man.sysctl.8; should always be done with the SYSCTL variable, as it contains the fully qualified path and can be overriden, if one has such a special need.