From owner-cvs-all@FreeBSD.ORG Tue Jun 14 20:42:14 2011 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 41980106566B; Tue, 14 Jun 2011 20:42:14 +0000 (UTC) (envelope-from utisoft@gmail.com) Received: from mail-iw0-f182.google.com (mail-iw0-f182.google.com [209.85.214.182]) by mx1.freebsd.org (Postfix) with ESMTP id D72D78FC17; Tue, 14 Jun 2011 20:42:13 +0000 (UTC) Received: by iwn33 with SMTP id 33so7335592iwn.13 for ; Tue, 14 Jun 2011 13:42:13 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:sender:in-reply-to:references:from :date:x-google-sender-auth:message-id:subject:to:cc:content-type; bh=55wPrtIN6M1p3lZVRf9ajNR2Muu1O1q82AC3YXhXYw0=; b=I20Hx4Vs3LQVuCKR2IUI58yZAbO5Q3sVBDN15EjCofrChz61O6cyg7TMBJMhiC9EBs upPrs4vqNMzbHS9uTW3eHrmaopH6KcfFyhZoyo7hbeTEmwursT9uIkF0hqxItMs83TDb ZtnJAM66muUyTNTscbmi1sgxHlx08Mvb6+9jw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:from:date :x-google-sender-auth:message-id:subject:to:cc:content-type; b=Xzka05nEq75QgeElypi/IH6oEkYf4CGQRhURZOH+eiURqz6hTp86Xn+Z5fmQyrSqaq p9Wlrt5Df1Cn3ZHlHXxhyj4kQNPBCImAb0Qxk3I5URfSk5NEHrq9imWbM0HuMfRSs+VS /s1oS1Qn6yQuEZp2rWUp5o3ztISQgrfPMRr/M= Received: by 10.231.119.105 with SMTP id y41mr7278149ibq.27.1308084133110; Tue, 14 Jun 2011 13:42:13 -0700 (PDT) MIME-Version: 1.0 Sender: utisoft@gmail.com Received: by 10.231.174.70 with HTTP; Tue, 14 Jun 2011 13:41:43 -0700 (PDT) In-Reply-To: <1308083456.84213.7.camel@hood.oook.cz> References: <201106141639.p5EGdJ2k003510@repoman.freebsd.org> <1308083456.84213.7.camel@hood.oook.cz> From: Chris Rees Date: Tue, 14 Jun 2011 21:41:43 +0100 X-Google-Sender-Auth: Hr7ziAeaasfsvnchegx_82SnPAk Message-ID: To: pav@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Cc: cvs-ports@freebsd.org, cvs-all@freebsd.org, ports-committers@freebsd.org Subject: Re: cvs commit: ports UIDs X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Jun 2011 20:42:14 -0000 2011/6/14 Pav Lucistnik : > Maybe I missed something, but why do we need nobody user here, when we > already have it in default master.passwd on every new installation? > > $ grep nobody /usr/src/etc/master.passwd > nobody:*:65534:65534::0:0:Unprivileged user:/nonexistent:/usr/sbin/nologin > Because the code in bsd.port.mk fails if a group is in GROUPS but not GIDs. Of course, I realised as you pointed that out that it's unnecessary, because the nobody reference isn't in GROUPS, so not parsed by that code. Should I remove the line in UIDs / GIDs? Chris