From owner-svn-src-head@freebsd.org Tue Dec 4 19:59:34 2018 Return-Path: Delivered-To: svn-src-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2C3DC131A51A; Tue, 4 Dec 2018 19:59:34 +0000 (UTC) (envelope-from carpeddiem@gmail.com) Received: from mail-it1-f177.google.com (mail-it1-f177.google.com [209.85.166.177]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 8B50C6FBE2; Tue, 4 Dec 2018 19:59:33 +0000 (UTC) (envelope-from carpeddiem@gmail.com) Received: by mail-it1-f177.google.com with SMTP id b5so16448456iti.2; Tue, 04 Dec 2018 11:59:33 -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:references:in-reply-to:from:date :message-id:subject:to:cc; bh=bhU7FOE2p1pBmu6X5/jSrh0Q/U6AX+fogbqsq2bZxBA=; b=TIxHwGwFi+bXnu5VvNVSKEk3J4UxYTYQ90TDFxqNEfKmCLsWJZvf/QTScRlPCbwLDQ MTcLoWfdHWy42gidxf3uy65Xj9LG7uLV22FVUJfA/IWRQR8tuL602Wd8GwTXrVPUAtVO g6n5IwzUXA9Nm8unONs5eN4GyQLdq2H2iC8Xa5Dlbp8EuiR9y7pIAsIZ//G+s8TT+s6r 1cuY3jVT+BZBIwqHdrrAAMoOHw3gNjbTWN3YErZyToH7B71qQLHQY001QvAzH9VOldZ0 WPCoHhLkwZCuLQVa9Sm8RCYaY/B6MEnDCdsrwuiM0Ox71LEpLuWWghnMvTTu361Im9sq ltTw== X-Gm-Message-State: AA+aEWbFtCLYt0ugxTlu06vs3S7lscT4AkEpCLElYPdEUllxqP92JrSX Dc7VTJH1xzo/l/d5tEUsrC/XnQLSHbOt+r3ttlnZkQ== X-Google-Smtp-Source: AFSGD/VaOdOUyspsP6VVuLML/fyZXQpBMZp5LIsnzAnoTLC9LYvzShTvxAndVtqQANYMR9BxAdKCCkxApNR0xuA0fsU= X-Received: by 2002:a24:1389:: with SMTP id 131mr12403522itz.33.1543953572215; Tue, 04 Dec 2018 11:59:32 -0800 (PST) MIME-Version: 1.0 References: <201812041234.wB4CYMTJ096164@repo.freebsd.org> In-Reply-To: <201812041234.wB4CYMTJ096164@repo.freebsd.org> From: Ed Maste Date: Tue, 4 Dec 2018 14:59:19 -0500 Message-ID: Subject: Re: svn commit: r341464 - head/sbin/savecore To: Renato Botelho Cc: src-committers , svn-src-all@freebsd.org, svn-src-head@freebsd.org Content-Type: text/plain; charset="UTF-8" X-Rspamd-Queue-Id: 8B50C6FBE2 X-Spamd-Result: default: False [-5.85 / 15.00]; ARC_NA(0.00)[]; NEURAL_HAM_MEDIUM(-1.00)[-1.000,0]; FROM_HAS_DN(0.00)[]; RCPT_COUNT_THREE(0.00)[4]; R_SPF_ALLOW(-0.20)[+ip4:209.85.128.0/17]; TO_MATCH_ENVRCPT_ALL(0.00)[]; MIME_GOOD(-0.10)[text/plain]; RCVD_TLS_LAST(0.00)[]; DMARC_NA(0.00)[freebsd.org]; TO_DN_SOME(0.00)[]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; IP_SCORE(-2.89)[ip: (-9.60), ipnet: 209.85.128.0/17(-3.47), asn: 15169(-1.28), country: US(-0.09)]; MX_GOOD(-0.01)[cached: alt3.gmail-smtp-in.l.google.com]; NEURAL_HAM_SHORT(-0.95)[-0.949,0]; RCVD_IN_DNSWL_NONE(0.00)[177.166.85.209.list.dnswl.org : 127.0.5.0]; FORGED_SENDER(0.30)[emaste@freebsd.org,carpeddiem@gmail.com]; RWL_MAILSPIKE_POSSIBLE(0.00)[177.166.85.209.rep.mailspike.net : 127.0.0.17]; R_DKIM_NA(0.00)[]; FREEMAIL_ENVFROM(0.00)[gmail.com]; ASN(0.00)[asn:15169, ipnet:209.85.128.0/17, country:US]; FROM_NEQ_ENVFROM(0.00)[emaste@freebsd.org,carpeddiem@gmail.com]; RCVD_COUNT_TWO(0.00)[2] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.29 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: Tue, 04 Dec 2018 19:59:34 -0000 On Tue, 4 Dec 2018 at 07:34, Renato Botelho wrote: > > Author: garga (ports committer) > Date: Tue Dec 4 12:34:22 2018 > New Revision: 341464 > URL: https://svnweb.freebsd.org/changeset/base/341464 > > Log: > Restore /var/crash permissions to 0750, as declared in mtree file. After > r337337 it changed to 0755. > > Reviewed by: loos > Approved by: loos > MFC after: 3 days > Sponsored by: Rubicon Communications, LLC (Netgate) > Differential Revision: https://reviews.freebsd.org/D18355 Please insta-MFC this to stable/12 (while folks sort out the 12.0 question).