From owner-svn-src-all@freebsd.org Thu Jun 7 00:28:06 2018 Return-Path: Delivered-To: svn-src-all@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 A6CB4FE922B for ; Thu, 7 Jun 2018 00:28:06 +0000 (UTC) (envelope-from ian@freebsd.org) Received: from pmta2.delivery6.ore.mailhop.org (pmta2.delivery6.ore.mailhop.org [54.200.129.228]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 27C8B737CD for ; Thu, 7 Jun 2018 00:28:06 +0000 (UTC) (envelope-from ian@freebsd.org) X-MHO-RoutePath: aGlwcGll X-MHO-User: 9fa42548-69e9-11e8-b829-b3adae557cda X-Report-Abuse-To: https://support.duocircle.com/support/solutions/articles/5000540958-duocircle-standard-smtp-abuse-information X-Originating-IP: 67.177.211.60 X-Mail-Handler: DuoCircle Outbound SMTP Received: from ilsoft.org (unknown [67.177.211.60]) by outbound2.ore.mailhop.org (Halon) with ESMTPSA id 9fa42548-69e9-11e8-b829-b3adae557cda; Thu, 07 Jun 2018 00:27:58 +0000 (UTC) Received: from rev (rev [172.22.42.240]) by ilsoft.org (8.15.2/8.15.2) with ESMTP id w570RtiH042243; Wed, 6 Jun 2018 18:27:55 -0600 (MDT) (envelope-from ian@freebsd.org) Message-ID: <1528331275.25377.4.camel@freebsd.org> Subject: Re: svn commit: r334617 - in head: . etc From: Ian Lepore To: Eugene Grosbein , rgrimes@FreeBSD.org, Brad Davis Cc: Konstantin Belousov , Alexander Leidinger , Kyle Evans , src-committers , svn-src-all@FreeBSD.org, svn-src-head@FreeBSD.org Date: Wed, 06 Jun 2018 18:27:55 -0600 In-Reply-To: <5B187A4C.4080009@grosbein.net> References: <201806061833.w56IXWBC006288@pdx.rh.CN85.dnsmgr.net> <1528315608.25377.3.camel@freebsd.org> <5B187A4C.4080009@grosbein.net> Content-Type: text/plain; charset="ISO-8859-1" X-Mailer: Evolution 3.18.5.1 FreeBSD GNOME Team Port Mime-Version: 1.0 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.26 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: Thu, 07 Jun 2018 00:28:06 -0000 On Thu, 2018-06-07 at 07:20 +0700, Eugene Grosbein wrote: > 07.06.2018 3:06, Ian Lepore wrote: > > > > > I don't understand the drama over this.  rc.d startup scripts are > > *binaries*. > This is plain wrong. Example: before introduction of rcNG we had > /etc/rc.serial > supposed to be user-modified to contain local settings for serial > ports (uncluding USB serial). > Now it is moved to /etc/rc.d/serial largely unchanged and is still > supposed to be user-modified. > You're holding up mostly-obsolete badly-written script as the example of why nothing can ever change? -- Ian