From owner-freebsd-ports@FreeBSD.ORG Mon Jul 11 09:50:28 2011 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E30F4106564A for ; Mon, 11 Jul 2011 09:50:27 +0000 (UTC) (envelope-from utisoft@gmail.com) Received: from mail-iy0-f182.google.com (mail-iy0-f182.google.com [209.85.210.182]) by mx1.freebsd.org (Postfix) with ESMTP id AF2858FC14 for ; Mon, 11 Jul 2011 09:50:27 +0000 (UTC) Received: by iyb11 with SMTP id 11so4508457iyb.13 for ; Mon, 11 Jul 2011 02:50:27 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=xYAIyMYiLK1ptdkxL6v7HVZDv6j+kEjSnYS0dwZ61Qo=; b=hf0KbpbKHz5GEyfA0rVgAP2EbIg8w+iXDVgPUTtYy9C9Bx3yCzrBRBkfYTfrb64/xa CPLUCXdNPsZoZOzySCBG8ojIohWfpgA7et0Wfl76N36F8iOFrDWE9KPXr6A6xNeBWP6j pVGwdY28WrzNwVdZauShh1RfkyVNB2zsZwclU= MIME-Version: 1.0 Received: by 10.42.8.212 with SMTP id j20mr4318918icj.287.1310377827035; Mon, 11 Jul 2011 02:50:27 -0700 (PDT) Received: by 10.231.155.141 with HTTP; Mon, 11 Jul 2011 02:50:27 -0700 (PDT) Received: by 10.231.155.141 with HTTP; Mon, 11 Jul 2011 02:50:27 -0700 (PDT) In-Reply-To: <4E18EAD2.1030700@douglasthrift.net> References: <20110709112937.GA4859@carrick-users.bishnet.net> <4E18EAD2.1030700@douglasthrift.net> Date: Mon, 11 Jul 2011 10:50:27 +0100 Message-ID: From: Chris Rees To: Douglas Thrift Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Tim Bishop , freebsd-ports@freebsd.org Subject: Re: Porting gitolite X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Jul 2011 09:50:28 -0000 On 10 Jul 2011 01:21, "Douglas Thrift" wrote: > > On 7/9/2011 4:29 AM, Tim Bishop wrote: > > Hi Douglas, > > > > I was thinking about porting gitolite to the FreeBSD ports tree and I > > notice you've done gitosis. For gitosis you have a specific user: > > > > % grep git /usr/ports/{UIDs,GIDs} > > /usr/ports/UIDs:git:*:211:211::0:0:gitosis user:/usr/local/git:/bin/sh > > /usr/ports/GIDs:git:*:211: > > > > It seems to make sense to me to use the git user for gitolite as well > > (for the same reasons you used it for gitosis). So I thought I'd ping > > you to see if you had any thoughts or concerns about that? > > > > The only thing that might need changing is the gecos field in the UIDs > > file, maybe to something like "gitosis/gitolite user". > > > > Thanks for reading, > > > > Tim. > > > > Hello Tim, > > I don't think there should be any problem, but I've CCed the FreeBSD > ports mailing list to see if anyone else has any thoughts on the matter. Loads of ports share usernames anyway, shouldn't be a problem. Personally I wouldn't bother changing the gecos though. Chris