From owner-freebsd-emulation@FreeBSD.ORG Tue Jan 3 14:25:03 2012 Return-Path: Delivered-To: freebsd-emulation@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6ACB5106566B for ; Tue, 3 Jan 2012 14:25:03 +0000 (UTC) (envelope-from freebsd-emulation@herveybayaustralia.com.au) Received: from mail.unitedinsong.com.au (mail.unitedinsong.com.au [150.101.178.33]) by mx1.freebsd.org (Postfix) with ESMTP id 23D9D8FC14 for ; Tue, 3 Jan 2012 14:25:02 +0000 (UTC) Received: from laptop1.herveybayaustralia.com.au (laptop1.herveybayaustralia.com.au [192.168.0.179]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by mail.unitedinsong.com.au (Postfix) with ESMTPSA id 4139E5C21 for ; Wed, 4 Jan 2012 00:37:30 +1000 (EST) Message-ID: <4F030EF2.5010609@herveybayaustralia.com.au> Date: Wed, 04 Jan 2012 00:21:38 +1000 From: Da Rock User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:7.0.1) Gecko/20111109 Thunderbird/7.0.1 MIME-Version: 1.0 To: freebsd-emulation@freebsd.org References: <563tqch2jyvv4xbyrfdl1wo1.1325589861805@email.android.com> In-Reply-To: <563tqch2jyvv4xbyrfdl1wo1.1325589861805@email.android.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: nss_ldap and the linuxulator X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 03 Jan 2012 14:25:03 -0000 On 01/03/12 21:24, Alexander Leidinger wrote: > Ooops, > > you are correct that there are no explicit words about ldap, but the underlying issue is the same, you use a non-default nss setup. > > If the rpm only contains nss ldap stuff, copy an existing linux-xxx port and modify it. Shouldn't be too hard. Just give it a try, and if you hit a problem just ask about it on emulation@. The makefile, pkg-descr and pkg-plist are the important files to have a look at. > Ok, I'll have a crack at it and get back to you. If I get stuck I'll scream for help :) Once I have something, how do I submit? create a tar.gz file? And where? Thanks Alexander.