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 E260C138350 for ; Sat, 8 Feb 2020 06:57:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 273EAE0844; Sat, 8 Feb 2020 06:57:39 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 795A4E0844 for ; Sat, 8 Feb 2020 06:57:38 +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 6952134E8F0 for ; Sat, 8 Feb 2020 06:57:37 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3D977AF for ; Sat, 8 Feb 2020 06:57:35 +0000 (UTC) From: "Sven Wegener" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sven Wegener" Message-ID: <1581145034.2541ce540cd344632f96f712f24e4edb4ba69def.swegener@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-cluster/swift/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-cluster/swift/swift-2.24.0.ebuild sys-cluster/swift/swift-2019.2.9999.ebuild X-VCS-Directories: sys-cluster/swift/ X-VCS-Committer: swegener X-VCS-Committer-Name: Sven Wegener X-VCS-Revision: 2541ce540cd344632f96f712f24e4edb4ba69def X-VCS-Branch: master Date: Sat, 8 Feb 2020 06:57:35 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 44406934-5e1b-4329-8966-7225c837204f X-Archives-Hash: 6431f3b22254305a5263adb45f5d3a38 commit: 2541ce540cd344632f96f712f24e4edb4ba69def Author: Sven Wegener gentoo org> AuthorDate: Sat Feb 8 06:57:10 2020 +0000 Commit: Sven Wegener gentoo org> CommitDate: Sat Feb 8 06:57:14 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2541ce54 sys-cluster/swift: Fix sed for init script /etc/init.d/swift-proxy: line 9: nneed: command not found Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Sven Wegener gentoo.org> sys-cluster/swift/swift-2.24.0.ebuild | 2 +- sys-cluster/swift/swift-2019.2.9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sys-cluster/swift/swift-2.24.0.ebuild b/sys-cluster/swift/swift-2.24.0.ebuild index f9125af321f..66211332bf2 100644 --- a/sys-cluster/swift/swift-2.24.0.ebuild +++ b/sys-cluster/swift/swift-2.24.0.ebuild @@ -85,7 +85,7 @@ python_install_all() { newinitd "${FILESDIR}/swift-proxy.initd" "swift-proxy" newins "etc/proxy-server.conf-sample" "proxy-server.conf" if use memcached; then - sed -i '/depend/a\nneed memcached' "${D}/etc/init.d/swift-proxy" + sed -i '/depend/a\ need memcached' "${D}/etc/init.d/swift-proxy" fi fi if use account; then diff --git a/sys-cluster/swift/swift-2019.2.9999.ebuild b/sys-cluster/swift/swift-2019.2.9999.ebuild index f9125af321f..66211332bf2 100644 --- a/sys-cluster/swift/swift-2019.2.9999.ebuild +++ b/sys-cluster/swift/swift-2019.2.9999.ebuild @@ -85,7 +85,7 @@ python_install_all() { newinitd "${FILESDIR}/swift-proxy.initd" "swift-proxy" newins "etc/proxy-server.conf-sample" "proxy-server.conf" if use memcached; then - sed -i '/depend/a\nneed memcached' "${D}/etc/init.d/swift-proxy" + sed -i '/depend/a\ need memcached' "${D}/etc/init.d/swift-proxy" fi fi if use account; then