From owner-cvs-all@FreeBSD.ORG Tue May 2 17:04:10 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 293C116A417; Tue, 2 May 2006 17:04:10 +0000 (UTC) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D365143D46; Tue, 2 May 2006 17:04:09 +0000 (GMT) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k42H494W061299; Tue, 2 May 2006 17:04:09 GMT (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k42H49lr061295; Tue, 2 May 2006 17:04:09 GMT (envelope-from marcus) Message-Id: <200605021704.k42H49lr061295@repoman.freebsd.org> From: Joe Marcus Clarke Date: Tue, 2 May 2006 17:04:09 +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/devel/dbus Makefile ports/devel/dbus/files patch-bus_dir-watch.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 May 2006 17:04:10 -0000 marcus 2006-05-02 17:04:09 UTC FreeBSD ports repository Modified files: devel/dbus Makefile devel/dbus/files patch-bus_dir-watch.c Log: Add a half-second delay before HUP'ing the system daemon when the system.d contents change. This avoids a race with install(1) that causes dbus to die. Also, adjust the list of kevent notes to be closer to what dnotify is using in Linux. Revision Changes Path 1.49 +1 -1 ports/devel/dbus/Makefile 1.6 +7 -4 ports/devel/dbus/files/patch-bus_dir-watch.c