From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id C0B5E1396D0 for ; Thu, 21 Sep 2017 12:41:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D1A48E0BA0; Thu, 21 Sep 2017 12:41:40 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B1187E0BA0 for ; Thu, 21 Sep 2017 12:41:40 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 90CB7341828 for ; Thu, 21 Sep 2017 12:41:39 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 11E099079 for ; Thu, 21 Sep 2017 12:41:38 +0000 (UTC) From: "Amy Liffey" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Amy Liffey" Message-ID: <1505997663.8ced8760c173727ab1f5184f2c5a62954dc29d5f.amynka@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/lxd/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emulation/lxd/files/lxd-2.17.initd X-VCS-Directories: app-emulation/lxd/files/ X-VCS-Committer: amynka X-VCS-Committer-Name: Amy Liffey X-VCS-Revision: 8ced8760c173727ab1f5184f2c5a62954dc29d5f X-VCS-Branch: master Date: Thu, 21 Sep 2017 12:41:38 +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: a4dafe78-ba34-4980-8049-85001ac3e6bb X-Archives-Hash: 39d6f05592fb015a841a956a75bc76d2 commit: 8ced8760c173727ab1f5184f2c5a62954dc29d5f Author: Virgil Dupras hardcoded net> AuthorDate: Mon Sep 4 23:43:17 2017 +0000 Commit: Amy Liffey gentoo org> CommitDate: Thu Sep 21 12:41:03 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8ced8760 app-emulation/lxd: normalize initd wording Gentoo-Bug: 628680 Package-Manager: Portage-2.3.6, Repoman-2.3.1 app-emulation/lxd/files/lxd-2.17.initd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-emulation/lxd/files/lxd-2.17.initd b/app-emulation/lxd/files/lxd-2.17.initd index 51c8e7e0655..b1fa7caac54 100644 --- a/app-emulation/lxd/files/lxd-2.17.initd +++ b/app-emulation/lxd/files/lxd-2.17.initd @@ -13,7 +13,7 @@ depend() { } start() { - ebegin "Starting lxd server" + ebegin "Starting lxd service" start-stop-daemon --start \ --pidfile ${PIDFILE} \