From owner-svn-src-all@freebsd.org Sat Nov 9 19:50:05 2019 Return-Path: Delivered-To: svn-src-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 688A717B06F; Sat, 9 Nov 2019 19:50:05 +0000 (UTC) (envelope-from Alexander@leidinger.net) Received: from mailgate.Leidinger.net (mailgate.leidinger.net [IPv6:2a00:1828:2000:313::1:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 479SR02Rtyz45Zh; Sat, 9 Nov 2019 19:50:04 +0000 (UTC) (envelope-from Alexander@leidinger.net) Received: from outgoing.leidinger.net (p5B165DF1.dip0.t-ipconnect.de [91.22.93.241]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-256) server-digest SHA256) (Client did not present a certificate) by mailgate.Leidinger.net (Postfix) with ESMTPSA id 06F7C145A; Sat, 9 Nov 2019 20:50:01 +0100 (CET) Received: from webmail.leidinger.net (webmail.Leidinger.net [IPv6:fd73:10c7:2053:1::3:102]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (Client did not present a certificate) by outgoing.leidinger.net (Postfix) with ESMTPS id 8AA4CA11D; Sat, 9 Nov 2019 20:49:58 +0100 (CET) Received: (from www@localhost) by webmail.leidinger.net (8.15.2/8.14.4/Submit) id xA9Jnwui092096; Sat, 9 Nov 2019 20:49:58 +0100 (CET) (envelope-from Alexander@leidinger.net) X-Authentication-Warning: webmail.leidinger.net: www set sender to Alexander@leidinger.net using -f Received: from [::ffff:192.168.1.28] ([::ffff:192.168.1.28]) by webmail.leidinger.net (Horde Framework) with HTTPS; Sat, 09 Nov 2019 20:49:58 +0100 Date: Sat, 09 Nov 2019 20:49:58 +0100 Message-ID: <20191109204958.Horde.B0ynnS_aur1OZimnDNObsAt@webmail.leidinger.net> From: Alexander Leidinger To: Edward Tomasz Napierala Cc: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: Re: svn commit: r354458 - head/libexec/rc/rc.d In-Reply-To: <201911071815.xA7IFOhI070066@repo.freebsd.org> User-Agent: Horde Application Framework 5 Accept-Language: de,en Content-Type: multipart/signed; boundary="=_HNo1qBiWgvcf_L5sQpvCu0i"; protocol="application/pgp-signature"; micalg=pgp-sha1 MIME-Version: 1.0 X-Rspamd-Queue-Id: 479SR02Rtyz45Zh X-Spamd-Bar: ------- X-Spamd-Result: default: False [-7.82 / 15.00]; ARC_NA(0.00)[]; RCVD_VIA_SMTP_AUTH(0.00)[]; R_DKIM_ALLOW(-0.20)[leidinger.net:s=outgoing-alex]; NEURAL_HAM_MEDIUM(-1.00)[-1.000,0]; FROM_HAS_DN(0.00)[]; RCPT_COUNT_THREE(0.00)[4]; R_SPF_ALLOW(-0.20)[+mx]; TO_MATCH_ENVRCPT_ALL(0.00)[]; MIME_GOOD(-0.20)[multipart/signed,text/plain]; HAS_XAW(0.00)[]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; TO_DN_SOME(0.00)[]; XAW_SERVICE_ACCT(1.00)[]; RCVD_COUNT_THREE(0.00)[4]; DKIM_TRACE(0.00)[leidinger.net:+]; DMARC_POLICY_ALLOW(-0.50)[leidinger.net,quarantine]; SIGNED_PGP(-2.00)[]; FROM_EQ_ENVFROM(0.00)[]; MIME_TRACE(0.00)[0:+,1:+,2:~]; IP_SCORE(-3.72)[ip: (-9.81), ipnet: 2a00:1828::/32(-4.89), asn: 34240(-3.90), country: DE(-0.01)]; ASN(0.00)[asn:34240, ipnet:2a00:1828::/32, country:DE]; RCVD_TLS_ALL(0.00)[]; RECEIVED_SPAMHAUS_PBL(0.00)[241.93.22.91.khpj7ygk5idzvmvt5x4ziurxhy.zen.dq.spamhaus.net : 127.0.0.10] X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.29 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: Sat, 09 Nov 2019 19:50:05 -0000 This message is in MIME format and has been PGP signed. --=_HNo1qBiWgvcf_L5sQpvCu0i Content-Type: text/plain; charset=utf-8; format=flowed; DelSp=Yes Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Quoting Edward Tomasz Napierala (from Thu, 7 Nov=20=20 2019=2018:15:24 +0000 (UTC)): > Author: trasz > Date: Thu Nov 7 18:15:24 2019 > New Revision: 354458 > URL: https://svnweb.freebsd.org/changeset/base/354458 > > Log: > Extend the linux rc script to mount the neccessary file systems, > set ELF fallback brand, and load pty(4). We never did something like that. We have it documented everywhere=20=20 that=20it needs to be done manually. So this is at least a POLA=20=20 violation.=20It is great that the nocover option is used in the mount,=20= =20 but=20it's still some kind of layering violation (I may want to have=20=20 only=20a subset mounted, or nothing at all). I do not object to the functionality, but I think it needs to be=20=20 configurable=20(an option to influence if the auto-mount is done or not,=20= =20 doesn't=20matter to me what the default behavior is, as long as it is=20=20 configurable)=20and documented (UPDATING, handbook, man-pages, maybe=20=20 even=20the release notes). Bye, Alexander. --=20 http://www.Leidinger.net=20Alexander@Leidinger.net: PGP 0x8F31830F9F2772BF http://www.FreeBSD.org netchild@FreeBSD.org : PGP 0x8F31830F9F2772BF --=_HNo1qBiWgvcf_L5sQpvCu0i Content-Type: application/pgp-signature Content-Description: Digitale PGP-Signatur Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQIcBAABAgAGBQJdxxhmAAoJEBINsJsD+NiGlFIP/2IHcnBe5tDBtAcisS/HONgw Qrbwweqcsf2THYewkCIXt36e6G5iq3vVgP9quQ3ZHVba3KauP83mg2a7BR0JsC7W R8fOE9AVQ4R4NNg8p6qqhfMVIMUCSDWhkfuDYYkfKiaiQezZHXp39YfkvM1aFcsV 5gqcP/upbZ1YDE0GrfuZhwn78ulbFJYVi6ysgdk+XRPzIp8jkvX2Rqjp/zpxFAxY OZvazCOFH4+Kj3wPmpkZ4G7ZbwQ5itWXr/g2KP3M2u+SYuxolEf/hMD+WEcHQqr1 zJ+xB3XQSjeqwipuKRf3Y5BFzEMLBu8QMDATO+nawv3BMvAHSQYy2OHSjfLG8hq/ xV/8RBysjJfyqXiFfM2GACsyo/x1FsxrmOYry7hpsxrrl/zi5wFeyeQMZ2GhGNos iWXvnoSAHH1XB3fy4fM8+5hbcj1ELP7Pa1eygY0ewM6bqOC0xL1Cg6hBcXj4UIUa +UeKmywvJBtcnmRVFoqigvO/hFkE4GYgboVJEk67zX9JkEX272A4gOsEk0/o8NwK HSmdAPUJICEFv9xehf6hZ6OrKoxr5CgcBxYxQuNk3gwuz0KCDDFNsQ/1IBfQF8Hj 6PFOOkz7UDV2FKD9u5WpDoW6f7ccZn5ObTHt4AAbngQp6WSXqmige3bB8l6iHB+8 uIdgQDqoad9UGLzRMAtU =6vFC -----END PGP SIGNATURE----- --=_HNo1qBiWgvcf_L5sQpvCu0i--