From owner-svn-src-head@freebsd.org Fri Dec 15 18:07:28 2017 Return-Path: Delivered-To: svn-src-head@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 6B48FE87F9C; Fri, 15 Dec 2017 18:07:28 +0000 (UTC) (envelope-from cse.cem@gmail.com) Received: from mail-it0-f41.google.com (mail-it0-f41.google.com [209.85.214.41]) (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 BFD9A7F710; Fri, 15 Dec 2017 18:07:27 +0000 (UTC) (envelope-from cse.cem@gmail.com) Received: by mail-it0-f41.google.com with SMTP id x28so21584226ita.0; Fri, 15 Dec 2017 10:07:27 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:reply-to:in-reply-to:references :from:date:message-id:subject:to:cc; bh=jcy9THFsVv5A7Z2svJIvoBmvvnY3m4Z//1rBatQaT5Y=; b=gvkuAdqg/u5dJod8/HxiIbdxgaykFPc9Y8RZAd3/J5SL8nVDy7zcS0C59gDD+1LNXk 7dd9YEezpOly+utQJZLL8Vo/tvryeboFyb3Lxm6EMiLSw9RlwPqYR1QRWA78jFuZO3zk SFwCeA0s2M31GwBZyxNnmWCXVS03pIMHCrMXXeGfw1Z47CtuahAT7Vmx+51fm2Rc0wN9 XsUAVJmA0L8N58yiEPStqCOSvvY8KA//3pqt2nTBnNMt3qI/8yeqKXL0YVoXVUEpAwAJ WzhFtXYMEU632p9VKZdnq6hz1Qor8AuB7GfDko5itZdWhZ5TFjYdC3b/04cM3n7zuo3w maQw== X-Gm-Message-State: AKGB3mJlLXomlZG2FCuoGEKpNAJRccDK8S59SYyOvIrFbh3r4b9SlGpG qqfRode+FyKE+zojthQJR7O+ME8A X-Google-Smtp-Source: ACJfBosa3W5Wz6YpW36Iohinwkm01kdHK74OqIRFFubpJZ0BFwCG+VQ3bLTfQYD1qXvOYQYCjW1GmA== X-Received: by 10.36.15.9 with SMTP id 9mr8898832ito.90.1513359518980; Fri, 15 Dec 2017 09:38:38 -0800 (PST) Received: from mail-it0-f47.google.com (mail-it0-f47.google.com. [209.85.214.47]) by smtp.gmail.com with ESMTPSA id i82sm3808872iod.6.2017.12.15.09.38.38 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 15 Dec 2017 09:38:38 -0800 (PST) Received: by mail-it0-f47.google.com with SMTP id b5so21330378itc.3; Fri, 15 Dec 2017 09:38:38 -0800 (PST) X-Received: by 10.107.156.149 with SMTP id f143mr6741796ioe.226.1513359518444; Fri, 15 Dec 2017 09:38:38 -0800 (PST) MIME-Version: 1.0 Reply-To: cem@freebsd.org Received: by 10.2.165.150 with HTTP; Fri, 15 Dec 2017 09:38:37 -0800 (PST) In-Reply-To: <201712091445.vB9EjTg6072366@pdx.rh.CN85.dnsmgr.net> References: <201712090821.vB98LTx4009866@repo.freebsd.org> <201712091445.vB9EjTg6072366@pdx.rh.CN85.dnsmgr.net> From: Conrad Meyer Date: Fri, 15 Dec 2017 09:38:37 -0800 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: svn commit: r326729 - head To: Eitan Adler Cc: "Rodney W. Grimes" , src-committers , svn-src-all@freebsd.org, svn-src-head@freebsd.org Content-Type: text/plain; charset="UTF-8" X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 15 Dec 2017 18:07:28 -0000 Ping. This still hasn't happened despite repeated request. Someone else can do it if you want (or put another way, someone else may get sick of waiting and do it if you don't). Conrad On Sat, Dec 9, 2017 at 6:45 AM, Rodney W. Grimes wrote: > [ Charset UTF-8 unsupported, converting... ] >> Author: eadler >> Date: Sat Dec 9 08:21:29 2017 >> New Revision: 326729 >> URL: https://svnweb.freebsd.org/changeset/base/326729 >> >> Log: >> arc lint: Explain linting explain >> >> shell scripts in scripts don't need >> to be chmod +x to work. In fact most are not. >> Of the tests I found from a simple search: >> 65 are chmod +x >> 84 are chmod -x >> >> simply disable the check for test shell scripts. >> >> Modified: >> head/.arclint >> >> Modified: head/.arclint >> ============================================================================== >> --- head/.arclint Sat Dec 9 07:44:00 2017 (r326728) >> +++ head/.arclint Sat Dec 9 08:21:29 2017 (r326729) >> @@ -24,3 +24,4 @@ >> } >> } >> } >> + > > This is not how you revert and commit a correct log fix, the log yet again > does not match the commit. Please, revert this and revert the other and > apply the log with the diff so that things match correctly. > > > -- > Rod Grimes rgrimes@freebsd.org >