From owner-freebsd-ports@FreeBSD.ORG Thu Jun 30 21:21:28 2011 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 36B5F106564A for ; Thu, 30 Jun 2011 21:21:28 +0000 (UTC) (envelope-from matt@conundrum.com) Received: from coke.conundrum.com (coke.conundrum.com [216.235.9.139]) by mx1.freebsd.org (Postfix) with ESMTP id DD4058FC0C for ; Thu, 30 Jun 2011 21:21:27 +0000 (UTC) Received: from chani.conundrum.com (chani.conundrum.com [216.235.10.34]) by coke.conundrum.com (8.13.1/8.12.6) with ESMTP id p5ULLCXu095297; Thu, 30 Jun 2011 17:21:13 -0400 (EDT) (envelope-from matt@conundrum.com) Mime-Version: 1.0 (Apple Message framework v1084) Content-Type: text/plain; charset=us-ascii From: Matthew Pounsett In-Reply-To: <4E0CE680.4010909@FreeBSD.org> Date: Thu, 30 Jun 2011 17:21:07 -0400 Content-Transfer-Encoding: quoted-printable Message-Id: References: <4E0CE680.4010909@FreeBSD.org> To: ohauer@freebsd.org X-Mailer: Apple Mail (2.1084) Cc: freebsd-ports@freebsd.org Subject: Re: sudo always_set_home permanently set? X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Jun 2011 21:21:28 -0000 On 2011/06/30, at 17:11, Olli Hauer wrote: > First your sudo is a little bit outdated actual > version is sudo-1.8.1_5. It's not super old.. this ports tree is only a few months old I think. = But thanks, I'll look at the new version. > Make sure you have the following line in sudoers > Defaults env_keep +=3D "HOME" That's probably it, thanks. > If you started with your sudoers long time ago > compare it with the example file, there are many > changes. Nah, this is basically still the default one that came with 1.7.4p4 = aside from the Defaults changes I mentioned. Thanks again, Matt