From owner-cvs-all@FreeBSD.ORG Mon Apr 11 19:43:39 2011 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D54931065775; Mon, 11 Apr 2011 19:43:39 +0000 (UTC) (envelope-from wxs@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id ADFA78FC13; Mon, 11 Apr 2011 19:43:39 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id p3BJhdJ1033998; Mon, 11 Apr 2011 19:43:39 GMT (envelope-from wxs@repoman.freebsd.org) Received: (from wxs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id p3BJhdLF033997; Mon, 11 Apr 2011 19:43:39 GMT (envelope-from wxs) Message-Id: <201104111943.p3BJhdLF033997@repoman.freebsd.org> From: Wesley Shields Date: Mon, 11 Apr 2011 19:43:39 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/security/sudo Makefile pkg-install X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Apr 2011 19:43:39 -0000 wxs 2011-04-11 19:43:39 UTC FreeBSD ports repository Modified files: security/sudo Makefile Added files: security/sudo pkg-install Log: The install process checks the validity of sudoers before installing etc/sudoers.d. If you have an sudoers with the includedir directive the install will fail. Fix this by creating the directory in a pre-install target. This should fix "The Great sudo Debacle of 2011" once and for all. Tested by: dougb@ Revision Changes Path 1.126 +6 -1 ports/security/sudo/Makefile 1.8 +13 -0 ports/security/sudo/pkg-install (new)