From owner-cvs-all@FreeBSD.ORG Tue Mar 31 02:19:58 2009 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 587C3106566C; Tue, 31 Mar 2009 02:19:58 +0000 (UTC) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 46EDB8FC16; Tue, 31 Mar 2009 02:19:58 +0000 (UTC) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id n2V2Jwo2011398; Tue, 31 Mar 2009 02:19:58 GMT (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id n2V2Jw1O011397; Tue, 31 Mar 2009 02:19:58 GMT (envelope-from marcus) Message-Id: <200903310219.n2V2Jw1O011397@repoman.freebsd.org> From: Joe Marcus Clarke Date: Tue, 31 Mar 2009 02:19:58 +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/sysutils/hal Makefile ports/sysutils/hal/files pkg-deinstall.in pkg-install.in 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: Tue, 31 Mar 2009 02:19:58 -0000 marcus 2009-03-31 02:19:58 UTC FreeBSD ports repository Modified files: sysutils/hal Makefile sysutils/hal/files pkg-deinstall.in pkg-install.in Log: One more fix for hal and PolicyKit. Apparently haldaemon requires org.freedesktop.policykit.read privilege to read the PK config. It's great they document this so well. This, plus the last PK fix should fix the various mounting problems some people have been seeing. Revision Changes Path 1.53 +1 -1 ports/sysutils/hal/Makefile 1.2 +5 -0 ports/sysutils/hal/files/pkg-deinstall.in 1.4 +2 -0 ports/sysutils/hal/files/pkg-install.in