From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from list by lists.gnu.org with archive (Exim 4.71) id 1VwNUI-0003Lt-IE for mharc-grub-devel@gnu.org; Thu, 26 Dec 2013 21:49:22 -0500 Received: from eggs.gnu.org ([2001:4830:134:3::10]:46606) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VwNUG-0003Ln-Gr for grub-devel@gnu.org; Thu, 26 Dec 2013 21:49:21 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VwNUA-0007IF-Qa for grub-devel@gnu.org; Thu, 26 Dec 2013 21:49:20 -0500 Received: from v6.chiark.greenend.org.uk ([2001:ba8:1e3::]:50275 helo=chiark.greenend.org.uk) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VwNUA-0007IA-Kl for grub-devel@gnu.org; Thu, 26 Dec 2013 21:49:14 -0500 Received: from [172.20.153.9] (helo=riva.pelham.vpn.ucam.org) by chiark.greenend.org.uk (Debian Exim 4.72 #1) with esmtps (return-path cjwatson@ubuntu.com) id 1VwNU9-0007rR-Ea for grub-devel@gnu.org; Fri, 27 Dec 2013 02:49:13 +0000 Received: from ns1.pelham.vpn.ucam.org ([172.20.153.2] helo=riva.ucam.org) by riva.pelham.vpn.ucam.org with esmtps (TLS1.2:DHE_RSA_AES_128_CBC_SHA1:128) (Exim 4.80) (envelope-from ) id 1VwNU7-0006QD-Ff for grub-devel@gnu.org; Fri, 27 Dec 2013 02:49:11 +0000 Date: Fri, 27 Dec 2013 02:49:10 +0000 From: Colin Watson To: grub-devel@gnu.org Subject: grub-macbless installdir/mansection mismatch Message-ID: <20131227024909.GA24618@riva.ucam.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.21 (2010-09-15) X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2001:ba8:1e3:: X-BeenThere: grub-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: The development of GNU GRUB List-Id: The development of GNU GRUB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 27 Dec 2013 02:49:21 -0000 Generally, installdir = bin (or absent) goes with mansection = 1, and installdir = sbin goes with mansection = 8. However, grub-macbless currently has: installdir = sbin; mansection = 1; I think the current installdir is correct: grub-macbless feels fairly sbinish to me. Any objections to me moving it to mansection = 8? This is somewhat reminiscent of https://lists.gnu.org/archive/html/grub-devel/2012-09/msg00059.html; I wonder if we could do with build system code to enforce this. -- Colin Watson [cjwatson@ubuntu.com]