From owner-cvs-src@FreeBSD.ORG Thu Aug 10 10:44:07 2006 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 8AC1016A4E8; Thu, 10 Aug 2006 10:44:07 +0000 (UTC) (envelope-from glebius@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B616C43D49; Thu, 10 Aug 2006 10:44:03 +0000 (GMT) (envelope-from glebius@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 k7AAi3Xp095037; Thu, 10 Aug 2006 10:44:03 GMT (envelope-from glebius@repoman.freebsd.org) Received: (from glebius@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7AAi3ZC095036; Thu, 10 Aug 2006 10:44:03 GMT (envelope-from glebius) Message-Id: <200608101044.k7AAi3ZC095036@repoman.freebsd.org> From: Gleb Smirnoff Date: Thu, 10 Aug 2006 10:44:03 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/etc/rc.d sysctl 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: Thu, 10 Aug 2006 10:44:07 -0000 glebius 2006-08-10 10:44:03 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) etc/rc.d sysctl Log: MFC rev. 1.17: Quote the parameter to sysctl(1), allowing to use whitespaces in sysctl values. PR: conf/96509 Submitted by: Gregory Bond Revision Changes Path 1.16.2.1 +1 -1 src/etc/rc.d/sysctl