From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Jan 7 04:40:01 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id A02B1C12 for ; Mon, 7 Jan 2013 04:40:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 7881C8D7 for ; Mon, 7 Jan 2013 04:40:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r074e1BL009468 for ; Mon, 7 Jan 2013 04:40:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r074e1FL009467; Mon, 7 Jan 2013 04:40:01 GMT (envelope-from gnats) Date: Mon, 7 Jan 2013 04:40:01 GMT Message-Id: <201301070440.r074e1FL009467@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org Cc: From: Jason Bacon Subject: Re: ports/173246: maintainer update: sysutils/condor X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Jason Bacon List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Jan 2013 04:40:01 -0000 The following reply was made to PR ports/173246; it has been noted by GNATS. From: Jason Bacon To: bug-followup@FreeBSD.org, jwbacon@tds.net Cc: Nathan Whitehorn , rm@freebsd.org Subject: Re: ports/173246: maintainer update: sysutils/condor Date: Sun, 06 Jan 2013 22:34:55 -0600 I found the problem with installation. It only occurs if the condor user does not already exist, which is why I had trouble reproducing it. The problem is /usr/ports/UIDs has /var/db/condor as the home directory where it should be /home/condor. With that corrected, the current patch set should work.