From owner-freebsd-questions@FreeBSD.ORG Fri Nov 30 12:37:54 2012 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 12838FDA for ; Fri, 30 Nov 2012 12:37:54 +0000 (UTC) (envelope-from kevin.wilcox@gmail.com) Received: from mail-da0-f54.google.com (mail-da0-f54.google.com [209.85.210.54]) by mx1.freebsd.org (Postfix) with ESMTP id CD4FF8FC08 for ; Fri, 30 Nov 2012 12:37:53 +0000 (UTC) Received: by mail-da0-f54.google.com with SMTP id n2so212790dad.13 for ; Fri, 30 Nov 2012 04:37:47 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=XncofotAjDKjPuNJB5sIbbwc3Pw3FhY8tqrFWTTaHnc=; b=ScRaB4tmwACXSjMjBHBKRoQWg+Wi+5akV75mXP2XnHWJemOLtRz+3HqWBwAGWvoXzg 2fDFlAPvxDWWFxxxrrzax8zS2NfvHUr8LXlx6bw1N8iQ3OeF997RZcq13ke3+eNfZhDS W9oyZ7pEO+GvtYsmMJYN3pgLDhjXQf6WAADxxgG7kh2vcV2o2yqIDWgBhYDSIax8m1Bd amMX6q30gHpYgIQK+cgr1ywrogd3KErqvdpvgpuytvGgAmhjRr/EDLb7q9PpcJqJuiTW KGKk8LxS9JIMnftWHlwlhxXPc1a7z6EyNcjzraHWRU6MnINZ5SFoNHS6Gh1fVOXOSjtW LMNg== MIME-Version: 1.0 Received: by 10.68.235.71 with SMTP id uk7mr5481916pbc.10.1354279067806; Fri, 30 Nov 2012 04:37:47 -0800 (PST) Received: by 10.68.8.2 with HTTP; Fri, 30 Nov 2012 04:37:47 -0800 (PST) Received: by 10.68.8.2 with HTTP; Fri, 30 Nov 2012 04:37:47 -0800 (PST) In-Reply-To: References: <20121129085055.7dcd870e@tech304> Date: Fri, 30 Nov 2012 07:37:47 -0500 Message-ID: Subject: Re: latest git ports upgrade From: Kevin Wilcox To: Artifex Maximus Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 Cc: "freebsd-questions@freebsd.org" X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 Nov 2012 12:37:54 -0000 On Nov 29, 2012 2:27 PM, "Artifex Maximus" wrote: > BTW, why system does not know user git_daemon when git_daemon was in > passwd and master.passwd? I am using portmaster to upgrade my > installed ports. I have had this exact issue when installing postgresql via portmaster. When it fails (and it almost always does for me on 8.3-RELEASE when installing 9.1) I use vipw to remove the entry for the pgsql user. It's a little tedious but not enough of a headache for me to file a PR or investigate. kmw