From nobody Thu Mar 17 19:40:08 2022 X-Original-To: dev-commits-src-main@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id B295E1A26D8C; Thu, 17 Mar 2022 19:40:19 +0000 (UTC) (envelope-from mpp302@gmail.com) Received: from mail-ej1-f49.google.com (mail-ej1-f49.google.com [209.85.218.49]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (2048 bits) client-digest SHA256) (Client CN "smtp.gmail.com", Issuer "GTS CA 1D4" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4KKHYH1vbfz3Gll; Thu, 17 Mar 2022 19:40:19 +0000 (UTC) (envelope-from mpp302@gmail.com) Received: by mail-ej1-f49.google.com with SMTP id qx21so12822327ejb.13; Thu, 17 Mar 2022 12:40:18 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:message-id:date:mime-version:user-agent:subject :content-language:to:references:from:in-reply-to :content-transfer-encoding; bh=ohXbgaJvAqvUTLSzj67xXrC/2NbjvHrXPqTfDFhY3r8=; b=MzjkiwAQBkJz90WjvTZKIKqiHD0MqHkDQ8gaXnNWN9ntYFgWbI7PHfna1SflGiKy/E Ik1oIaOiLUl2GUVm6F1oWtay5KIzg3patlYUHRxXz6Mp0KmnlwEdL1Mc3hm+YwaILQfj Q9/QH+sUBxVnUyw660eCUDoLZ91eO9JdmU518ZrweUhnxee49oUIzz9AN6grVyUxeBHi Lmo4RSmLKm60O8LUSz7AUG2FSHtXW6gbWOPUGxfim+Ax1SL6yEpBX6QC20UjKAVPIjcw IQuTYyNa46rrPl/i5TcBSdfLRMvJUPU58NjW93wtg4MHS1SNm1p0FZVvWOHOwupdv5dd OHzg== X-Gm-Message-State: AOAM533SXfBnE/jOxpGadolEltpPVpYnS+rw0jtGeHrTLLJ5MSL8gzOk Vcoku8v3I7i3eSdfEHjFv7g5ySC97LsxQQ== X-Google-Smtp-Source: ABdhPJzzrzI3I2ekpGjLSlQMh1UxxlQZNGm3+tYOM6h/AxZn4E/8euKRHaVeUgmJVHUoJoOi1E9GKg== X-Received: by 2002:a17:906:3109:b0:6cc:7a1:8db0 with SMTP id 9-20020a170906310900b006cc07a18db0mr6076340ejx.266.1647546011264; Thu, 17 Mar 2022 12:40:11 -0700 (PDT) Received: from ?IPV6:2a02:8109:9880:1d70:5e5f:67ff:fef4:ffd8? ([2a02:8109:9880:1d70:5e5f:67ff:fef4:ffd8]) by smtp.gmail.com with ESMTPSA id cr19-20020a170906d55300b006df6b316e29sm2791360ejc.208.2022.03.17.12.40.09 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Thu, 17 Mar 2022 12:40:10 -0700 (PDT) Message-ID: Date: Thu, 17 Mar 2022 20:40:08 +0100 List-Id: Commit messages for the main branch of the src repository List-Archive: https://lists.freebsd.org/archives/dev-commits-src-main List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-dev-commits-src-main@freebsd.org X-BeenThere: dev-commits-src-main@freebsd.org MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:91.0) Gecko/20100101 Thunderbird/91.6.1 Subject: Re: git: 7846554819d3 - main - rc.d: Chmod +x all the scripts for consistency Content-Language: en-US To: Yuri , src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org References: <202203171912.22HJCsfE035672@gitrepo.freebsd.org> <1452d0da-2e76-ad87-097c-106c232bda10@aetern.org> From: Mateusz Piotrowski <0mp@FreeBSD.org> In-Reply-To: <1452d0da-2e76-ad87-097c-106c232bda10@aetern.org> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Rspamd-Queue-Id: 4KKHYH1vbfz3Gll X-Spamd-Bar: ---- Authentication-Results: mx1.freebsd.org; none X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[] X-ThisMailContainsUnwantedMimeParts: N On 17/03/2022 20:19, Yuri wrote: > Mateusz Piotrowski wrote: >> The branch main has been updated by 0mp (doc, ports committer): >> >> URL: https://cgit.FreeBSD.org/src/commit/?id=7846554819d3be52816ca6ad60bf84f6409a0bf1 >> >> commit 7846554819d3be52816ca6ad60bf84f6409a0bf1 >> Author: Mateusz Piotrowski <0mp@FreeBSD.org> >> AuthorDate: 2022-03-17 16:20:57 +0000 >> Commit: Mateusz Piotrowski <0mp@FreeBSD.org> >> CommitDate: 2022-03-17 19:12:04 +0000 >> >> rc.d: Chmod +x all the scripts for consistency [snip] > It would seem more logical to change the other ones' mode to 644 instead > -- these are the "source" files and are not run during build, so there's > no need for them to have execute bit set. More so, the mode gets set to > BINMODE on installed files, and it's 555, not 755. It's actually quite handy when you're testing out changes to those rc scripts directly from the src tree.