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 D930B1381F3 for ; Sun, 12 May 2013 14:56:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6D207E0903; Sun, 12 May 2013 14:56:07 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E41BFE0903 for ; Sun, 12 May 2013 14:56:06 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 06DB633DBAB for ; Sun, 12 May 2013 14:56:06 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 7BE12E5395 for ; Sun, 12 May 2013 14:56:04 +0000 (UTC) From: "Johannes Huber" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Johannes Huber" Message-ID: <1368370552.6a992c90d4bc3470a3447526f5d5ec911fcd852f.johu@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-base/kdelibs/ X-VCS-Repository: proj/kde X-VCS-Files: kde-base/kdelibs/kdelibs-4.10.49.9999.ebuild kde-base/kdelibs/kdelibs-9999.ebuild X-VCS-Directories: kde-base/kdelibs/ X-VCS-Committer: johu X-VCS-Committer-Name: Johannes Huber X-VCS-Revision: 6a992c90d4bc3470a3447526f5d5ec911fcd852f X-VCS-Branch: master Date: Sun, 12 May 2013 14:56:04 +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: ec3b8642-a1d1-492f-8a41-ce87a3db8acf X-Archives-Hash: ce475ba355ea79ab0e0006122dbdb2d0 commit: 6a992c90d4bc3470a3447526f5d5ec911fcd852f Author: Johannes Huber gentoo org> AuthorDate: Sun May 12 14:55:52 2013 +0000 Commit: Johannes Huber gentoo org> CommitDate: Sun May 12 14:55:52 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=6a992c90 [kde-base/kdelibs] Update zeroconf info by BobbyK hotmail.com> wrt bug #469448. Package-Manager: portage-2.2.0_alpha174 --- kde-base/kdelibs/kdelibs-4.10.49.9999.ebuild | 2 +- kde-base/kdelibs/kdelibs-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/kde-base/kdelibs/kdelibs-4.10.49.9999.ebuild b/kde-base/kdelibs/kdelibs-4.10.49.9999.ebuild index 241f2b0..fa65ad9 100644 --- a/kde-base/kdelibs/kdelibs-4.10.49.9999.ebuild +++ b/kde-base/kdelibs/kdelibs-4.10.49.9999.ebuild @@ -279,7 +279,7 @@ pkg_postinst() { if use zeroconf; then echo - elog "To make zeroconf support available in KDE make sure that the 'mdnsd' daemon" + elog "To make zeroconf support available in KDE make sure that the avahi daemon" elog "is running." echo einfo "If you also want to use zeroconf for hostname resolution, emerge sys-auth/nss-mdns" diff --git a/kde-base/kdelibs/kdelibs-9999.ebuild b/kde-base/kdelibs/kdelibs-9999.ebuild index 62d1366..e04388f 100644 --- a/kde-base/kdelibs/kdelibs-9999.ebuild +++ b/kde-base/kdelibs/kdelibs-9999.ebuild @@ -279,7 +279,7 @@ pkg_postinst() { if use zeroconf; then echo - elog "To make zeroconf support available in KDE make sure that the 'mdnsd' daemon" + elog "To make zeroconf support available in KDE make sure that the avahi daemon" elog "is running." echo einfo "If you also want to use zeroconf for hostname resolution, emerge sys-auth/nss-mdns"