From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Jan 25 23:00:47 2007 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id A7B7D16A419 for ; Thu, 25 Jan 2007 23:00:47 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [69.147.83.40]) by mx1.freebsd.org (Postfix) with ESMTP id 3BBF813C4A7 for ; Thu, 25 Jan 2007 23:00:47 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id l0PN0kFE000829 for ; Thu, 25 Jan 2007 23:00:46 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id l0PN0kC1000828; Thu, 25 Jan 2007 23:00:46 GMT (envelope-from gnats) Date: Thu, 25 Jan 2007 23:00:46 GMT Message-Id: <200701252300.l0PN0kC1000828@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Michael Neumann Cc: Subject: Re: ports/108339: [fix] security/tor and security/tor-devel use pre-install instead of pre-su-install X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Michael Neumann List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 25 Jan 2007 23:00:47 -0000 The following reply was made to PR ports/108339; it has been noted by GNATS. From: Michael Neumann To: bug-followup@FreeBSD.org, peter.thoenen@yahoo.com Cc: Subject: Re: ports/108339: [fix] security/tor and security/tor-devel use pre-install instead of pre-su-install Date: Thu, 25 Jan 2007 23:33:26 +0100 When started as a normal user `make install` will ask for the rootpw to su as root. This happens after the pre-install but before the pre-su-install target. The port will be able to create the user/group when they're created in the pre-su-install target.