From owner-cvs-ports@FreeBSD.ORG Sun Aug 29 17:51:19 2010 Return-Path: Delivered-To: cvs-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 28531106564A; Sun, 29 Aug 2010 17:51:19 +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 F31D88FC21; Sun, 29 Aug 2010 17:51:18 +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 o7THpIhu020214; Sun, 29 Aug 2010 17:51:18 GMT (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o7THpIhB020213; Sun, 29 Aug 2010 17:51:18 GMT (envelope-from marcus) Message-Id: <201008291751.o7THpIhB020213@repoman.freebsd.org> From: Joe Marcus Clarke Date: Sun, 29 Aug 2010 17:51:18 +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 patch-hald_hf-storage.c X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 29 Aug 2010 17:51:19 -0000 marcus 2010-08-29 17:51:18 UTC FreeBSD ports repository Modified files: sysutils/hal Makefile sysutils/hal/files patch-hald_hf-storage.c Log: Fix a bug where UFS file systems could not be properly unmounted. Part of this was due to a logic bug introduced when I added support for "ufs/" labels. Thanks to Andriy Gapon for ctching that. PR: 149134 Revision Changes Path 1.64 +1 -1 ports/sysutils/hal/Makefile 1.8 +7 -5 ports/sysutils/hal/files/patch-hald_hf-storage.c