From owner-svn-src-all@freebsd.org Wed Oct 7 08:58:32 2015 Return-Path: Delivered-To: svn-src-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7BC7F9D1FCB; Wed, 7 Oct 2015 08:58:32 +0000 (UTC) (envelope-from yaneurabeya@gmail.com) Received: from mail-pa0-x232.google.com (mail-pa0-x232.google.com [IPv6:2607:f8b0:400e:c03::232]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4E4D5DC3; Wed, 7 Oct 2015 08:58:32 +0000 (UTC) (envelope-from yaneurabeya@gmail.com) Received: by pablk4 with SMTP id lk4so15485888pab.3; Wed, 07 Oct 2015 01:58:31 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=content-type:mime-version:subject:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to; bh=wGLcUf2SnmVugREIVbtni7lAc3AJeLZFGLQ7bFA+xF8=; b=J/Cw2DQgjRsG2BvLvkTBv9ib9ePq9SW/5khg5TNcDqQ1fD2vXnXYSk7KHW4aR6wKTQ dXWaZs8o5+HAmvzPpBO1JkG6m0bsDvyhALU4hc5kKIFC8AysXGRfjBqMmrbTGELlPDlf 8oozj8hpgXgRy56kDGhnpIzwkStH0aguCA/qvepsD58jajk8/Mvrk2oAzEWaryJOpoNa AaF19BY9XBIPQ5LLvKyuha8f24LLTgCrVE+NpMFVk58JbEVYEtHlHHHxR6Jj5FPonCJs EaGUhe1aGW+soV98rGDGnCQqjCazGDezbU5sOTaAFneoL4eMXSigY0Hw3w52NzRHeE8l XV9Q== X-Received: by 10.67.4.230 with SMTP id ch6mr53015861pad.11.1444208311657; Wed, 07 Oct 2015 01:58:31 -0700 (PDT) Received: from ?IPv6:2601:601:800:126d:74ff:5034:d9e4:f4ee? ([2601:601:800:126d:74ff:5034:d9e4:f4ee]) by smtp.gmail.com with ESMTPSA id xz5sm38124878pbb.12.2015.10.07.01.58.30 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Wed, 07 Oct 2015 01:58:31 -0700 (PDT) Content-Type: text/plain; charset=utf-8 Mime-Version: 1.0 (Mac OS X Mail 8.2 \(2104\)) Subject: Re: svn commit: r288981 - head/sbin/sysctl From: NGie Cooper In-Reply-To: <201510070856.t978u2mZ048215@repo.freebsd.org> Date: Wed, 7 Oct 2015 01:58:29 -0700 Cc: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Content-Transfer-Encoding: quoted-printable Message-Id: <52FE118F-5C0E-4CC2-9078-27015D72315B@gmail.com> References: <201510070856.t978u2mZ048215@repo.freebsd.org> To: Baptiste Daroussin X-Mailer: Apple Mail (2.2104) X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 07 Oct 2015 08:58:32 -0000 > On Oct 7, 2015, at 01:56, Baptiste Daroussin wrote: >=20 > Author: bapt > Date: Wed Oct 7 08:56:01 2015 > New Revision: 288981 > URL: https://svnweb.freebsd.org/changeset/base/288981 >=20 > Log: > Trim spaces at the end of the buffer before trying to convert it to = an oid >=20 > This allows to write entries in sysctl.conf with spaces before the = '=3D' like > kern.ipc.shmmax =3D 9663676416 >=20 > MFC after: 1 week > Sponsored by: Gandi.net Won=E2=80=99t this cause issues if the intent of the original value is = to have a space before the rest of the value, e.g. sysctl my.oid=3D=E2=80=9C i really wanted a leading space=E2=80=9D ?=