Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.NetBSD.org", Issuer "mail.NetBSD.org CA" (not verified)) by mollari.NetBSD.org (Postfix) with ESMTPS id A59A41A921F for ; Thu, 17 Dec 2020 20:18:54 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 158A284D6C; Thu, 17 Dec 2020 20:18:54 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 5111C84D63 for ; Thu, 17 Dec 2020 20:18:53 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id 7RvU_wWlUlLU for ; Thu, 17 Dec 2020 20:18:52 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id A7C3184CDC for ; Thu, 17 Dec 2020 20:18:52 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id A16E9FA9D; Thu, 17 Dec 2020 20:18:52 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1608236332217830" MIME-Version: 1.0 Date: Thu, 17 Dec 2020 20:18:52 +0000 From: "Maya Rashish" Subject: CVS commit: pkgsrc/sysutils/dbus To: pkgsrc-changes@NetBSD.org Reply-To: maya@netbsd.org X-Mailer: log_accum Message-Id: <20201217201852.A16E9FA9D@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1608236332217830 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: maya Date: Thu Dec 17 20:18:52 UTC 2020 Modified Files: pkgsrc/sysutils/dbus: MESSAGE Log Message: dbus: remove outdated MESSAGE portion about redhat-based systems. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 pkgsrc/sysutils/dbus/MESSAGE Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1608236332217830 Content-Disposition: inline Content-Length: 962 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/sysutils/dbus/MESSAGE diff -u pkgsrc/sysutils/dbus/MESSAGE:1.2 pkgsrc/sysutils/dbus/MESSAGE:1.3 --- pkgsrc/sysutils/dbus/MESSAGE:1.2 Tue Dec 2 05:20:24 2014 +++ pkgsrc/sysutils/dbus/MESSAGE Thu Dec 17 20:18:52 2020 @@ -1,5 +1,5 @@ =========================================================================== -$NetBSD: MESSAGE,v 1.2 2014/12/02 05:20:24 snj Exp $ +$NetBSD: MESSAGE,v 1.3 2020/12/17 20:18:52 maya Exp $ You should enable the dbus system-wide daemon for correct operation. You can do this by using one of the three start-up scripts installed by the @@ -8,9 +8,6 @@ package. Use: * ${PREFIX}/share/examples/rc.d/dbus: if you are using NetBSD's and pkgsrc's rc.subr start-up framework. -* ${PREFIX}/share/examples/rc.d/messagebus.redhat: - if you are using a Red-Hat based system (such as Fedora). - * ${PREFIX}/share/examples/rc.d/rc.messagebus.slackware: if you are using a Slackware-like system. --_----------=_1608236332217830--