From mboxrd@z Thu Jan 1 00:00:00 1970 From: Manolis Ragkousis Subject: Re: [PATCH] gnu: Add linux-pam. Date: Sat, 27 Aug 2016 22:54:16 +0300 Message-ID: <6d6b3b6c-9fa9-3abc-f5f7-d522704da525@gmail.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:56054) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bdjgP-0002GT-Jj for guix-devel@gnu.org; Sat, 27 Aug 2016 15:54:26 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bdjgL-0008Iu-HP for guix-devel@gnu.org; Sat, 27 Aug 2016 15:54:24 -0400 Received: from mail-wm0-x244.google.com ([2a00:1450:400c:c09::244]:34284) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bdjgL-0008Iq-9y for guix-devel@gnu.org; Sat, 27 Aug 2016 15:54:21 -0400 Received: by mail-wm0-x244.google.com with SMTP id q128so4097190wma.1 for ; Sat, 27 Aug 2016 12:54:20 -0700 (PDT) In-Reply-To: List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: rennes@openmailbox.org Cc: guix-devel@gnu.org Hello Rene, First of all thank you for helping with the port :-). Now on the patch. > Subject: [PATCH] gnu: Add linux-pam. Maybe we should change the name of the patch to "[PATCH] gnu: Make linux-pam build on non Linux systems." Other than that looks good to me. As Ricardo said check the status of the patch upstream because it will help all projects involved. @Ricardo: If you are okay with it, I will sign it and push it to master (or core-updates?). Thank you again for testing things out, Manolis On 08/27/16 07:47, rennes@openmailbox.org wrote: > This is a patch for linux-pam, at compile on the Hurd system searches > the file fsuid.h. The patch was taken from the Debian project. > > * This patch is prerequisite for lsh/openssh packages. > * The patch was build and installed on Linux and the Hurd systems. > > Thanks