From owner-cvs-all@FreeBSD.ORG Wed Nov 8 05:25:43 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 ACB3816A403; Wed, 8 Nov 2006 05:25:43 +0000 (UTC) (envelope-from tmclaugh@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 67F8643D67; Wed, 8 Nov 2006 05:25:43 +0000 (GMT) (envelope-from tmclaugh@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kA85PhRI061471; Wed, 8 Nov 2006 05:25:43 GMT (envelope-from tmclaugh@repoman.freebsd.org) Received: (from tmclaugh@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kA85Ph8S061470; Wed, 8 Nov 2006 05:25:43 GMT (envelope-from tmclaugh) Message-Id: <200611080525.kA85Ph8S061470@repoman.freebsd.org> From: Tom McLaughlin Date: Wed, 8 Nov 2006 05:25:43 +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-sharp Makefile ports/net/avahi Makefile ports/net/py-avahi Makefile 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: Wed, 08 Nov 2006 05:25:43 -0000 tmclaugh 2006-11-08 05:25:43 UTC FreeBSD ports repository Modified files: devel/dbus Makefile devel/dbus-sharp Makefile net/avahi Makefile net/py-avahi Makefile Log: Change the name of the dbus system socket to system_bus_socket per the dbus spec. "The address of the system message bus is given in the DBUS_SYSTEM_BUS_ADDRESS environment variable. If that variable is not set, applications should try to connect to the well-known address unix:path=/var/run/dbus/system_bus_socket." Approved by: marcus Revision Changes Path 1.18 +3 -3 ports/devel/dbus-sharp/Makefile 1.61 +2 -2 ports/devel/dbus/Makefile 1.42 +2 -2 ports/net/avahi/Makefile 1.6 +2 -2 ports/net/py-avahi/Makefile