From owner-svn-ports-all@FreeBSD.ORG Wed Dec 10 17:14:29 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 35DADE1E; Wed, 10 Dec 2014 17:14:29 +0000 (UTC) Received: from udns.ultimatedns.net (unknown [IPv6:2602:d1:b4d6:e600:4261:86ff:fef6:aa2a]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id EF634FC4; Wed, 10 Dec 2014 17:14:28 +0000 (UTC) Received: from ultimatedns.net (localhost [127.0.0.1]) by udns.ultimatedns.net (8.14.9/8.14.9) with ESMTP id sBAGtNVL060971; Wed, 10 Dec 2014 08:55:23 -0800 (PST) (envelope-from portmaster@bsdforge.com) To: Baptiste Daroussin , portmaster@BSDforge.com, Vanilla Hsu In-Reply-To: References: <201412101605.sBAG5knf064497@svn.freebsd.org> <20141210161422.GA26474@ivaldir.etoilebsd.net>, From: "C Hutchinson" Subject: Re: svn commit: r374476 - in head/x11: . xvt xvt/files Date: Wed, 10 Dec 2014 08:55:23 -0800 Content-Type: text/plain; charset=UTF-8; format=fixed MIME-Version: 1.0 Message-id: Content-Transfer-Encoding: 8bit Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org, "Vanilla I. Shu" X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 10 Dec 2014 17:14:29 -0000 On Thu, 11 Dec 2014 00:17:52 +0800 Vanilla Hsu wrote > Need to touch utmp? > > 2014-12-11 0:14 GMT+08:00 Baptiste Daroussin : > > > On Wed, Dec 10, 2014 at 04:05:46PM +0000, Vanilla I. Shu wrote: > > > Author: vanilla > > > Date: Wed Dec 10 16:05:45 2014 > > > New Revision: 374476 > > > URL: https://svnweb.freebsd.org/changeset/ports/374476 > > > QAT: https://qat.redports.org/buildarchive/r374476/ > > > > > > Log: > > > Add xvt 3.0.0, xterm replacement supporting color, transparency, and > > > more, with less. > > > > > Why is the xvt binary being installed with a setuid root? that looks very > > very > > wrong to me. > > > > Regards, > > Bapt > > As to root; I performed all the testing while having elevated privileges. That's why the log indicates that. As to utmp; this (appears?) to be standard procedure. Testing against x11/rxvt-devel, x11/rxvt, x11/rxvt-unicode, they all do this as well. Didn't test x11/xterm. Are they *all* wrong? --Chris