From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 5F1F41382B5 for ; Tue, 14 Jun 2016 19:21:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AA166E08BD; Tue, 14 Jun 2016 19:21:33 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 4EC61E08BD for ; Tue, 14 Jun 2016 19:21:33 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E08F23403C1 for ; Tue, 14 Jun 2016 19:21:31 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C2B5D1933 for ; Tue, 14 Jun 2016 19:21:29 +0000 (UTC) From: "Amadeusz Piotr Żołnowski" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Amadeusz Piotr Żołnowski" Message-ID: <1465932079.fa0026cee40ef1c4f31a181a2715849f50e90a89.aidecoe@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-im/ejabberd/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-im/ejabberd/ejabberd-16.04.ebuild X-VCS-Directories: net-im/ejabberd/ X-VCS-Committer: aidecoe X-VCS-Committer-Name: Amadeusz Piotr Żołnowski X-VCS-Revision: fa0026cee40ef1c4f31a181a2715849f50e90a89 X-VCS-Branch: master Date: Tue, 14 Jun 2016 19:21:29 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: c5a49163-5422-433f-ab13-7f449ba985a1 X-Archives-Hash: 5f1cb605b043c892028bbb36c08c4dab commit: fa0026cee40ef1c4f31a181a2715849f50e90a89 Author: Amadeusz Żołnowski gentoo org> AuthorDate: Tue Jun 14 19:17:14 2016 +0000 Commit: Amadeusz Piotr Żołnowski gentoo org> CommitDate: Tue Jun 14 19:21:19 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fa0026ce net-im/ejabberd: Remove double leading slash Package-Manager: portage-2.3.0_rc1 net-im/ejabberd/ejabberd-16.04.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-im/ejabberd/ejabberd-16.04.ebuild b/net-im/ejabberd/ejabberd-16.04.ebuild index 56e0c9f..b7f818f 100644 --- a/net-im/ejabberd/ejabberd-16.04.ebuild +++ b/net-im/ejabberd/ejabberd-16.04.ebuild @@ -228,7 +228,7 @@ pkg_postinst() { elog " /usr/share/doc/${PF}/html/guide.html" elog "or the online version at" elog " http://www.process-one.net/en/ejabberd/docs/" - elif [[ -f ${EROOT}/etc/jabber/ejabberd.cfg ]]; then + elif [[ -f ${EROOT}etc/jabber/ejabberd.cfg ]]; then elog "Ejabberd now defaults to using a YAML format for its config file." elog "The old ejabberd.cfg file can be converted using the following instructions:" echo