From owner-freebsd-rc@FreeBSD.ORG Tue Sep 23 08:41:24 2014 Return-Path: Delivered-To: freebsd-rc@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id A4A67366; Tue, 23 Sep 2014 08:41:24 +0000 (UTC) Received: from mail-pa0-x230.google.com (mail-pa0-x230.google.com [IPv6:2607:f8b0:400e:c03::230]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 6A6762BD; Tue, 23 Sep 2014 08:41:24 +0000 (UTC) Received: by mail-pa0-f48.google.com with SMTP id ey11so6837809pad.35 for ; Tue, 23 Sep 2014 01:41:23 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=subject:mime-version:from:content-type:message-id:date:cc :content-transfer-encoding:to; bh=pU3QLtMnzP5H44m0jiy031GDmTYPXW9x/e45wcudt+o=; b=uZhMm1hhLWsIYT1hmnAkn2NBMeV80K0j0IIQb2QkMTPQBHRHWt54kxleNrQIw23m+a IrQt02cgk+Uo8qiVtDv8WzI/NBHrliywR3+W/IHXTY78xpOjxiZPdID8WglTI1W/cOas jHrmpn3spTBaJBXxBzvcbt7w8eyUFgXtwSQKTL5pQQ/14QbCVtFz2/BCi/EOHLTU1tnr svWk/m2lAfrdZpRkddEdBFoP/UgzBG5G5aTnZZYiBB1KJLiW02h3Ual5u751/yf8X0/s 22ZaqBks6c/Ot6so4ay9cgXdzdi0Zyq140/47i3KIqgUxz0ChHGtZAl31u55EAUgmjxG 0EvA== X-Received: by 10.68.139.163 with SMTP id qz3mr32408754pbb.26.1411461683702; Tue, 23 Sep 2014 01:41:23 -0700 (PDT) Received: from [192.168.20.11] (c-98-247-240-204.hsd1.wa.comcast.net. [98.247.240.204]) by mx.google.com with ESMTPSA id yh3sm11402865pbb.38.2014.09.23.01.41.22 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Tue, 23 Sep 2014 01:41:22 -0700 (PDT) Subject: [RFC] fully integrate etc/Makefile into bsd.prog.mk Mime-Version: 1.0 (1.0) From: Garrett Cooper Content-Type: text/plain; charset=us-ascii X-Mailer: iPhone Mail (11D257) Message-Id: <11E49217-8154-47AC-8D39-68256017D3A8@gmail.com> Date: Tue, 23 Sep 2014 01:41:22 -0700 Content-Transfer-Encoding: quoted-printable To: "freebsd-rc@freebsd.org" Cc: Mark Johnston , Benno Rice , "freebsd-arch@FreeBSD.org Arch" X-BeenThere: freebsd-rc@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: "Discussion related to /etc/rc.d design and implementation." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 23 Sep 2014 08:41:24 -0000 Hi all, I was wondering if anyone would have any serious objections to me conver= ting etc/Makefile . The rationale for doing this work would be to ease maint= enance/customization. Thanks! -Garrett=