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 9E002158018 for ; Sat, 2 Oct 2021 07:10:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EDFFEE08F7; Sat, 2 Oct 2021 07:10:34 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D58FEE08F7 for ; Sat, 2 Oct 2021 07:10:34 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B57DD342C07 for ; Sat, 2 Oct 2021 07:10:33 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 31839BE for ; Sat, 2 Oct 2021 07:10:32 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1633158622.7a3d3a640bc2b440bc98a5022fd4e68ca588286e.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/busybox/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/busybox/busybox-1.34.1.ebuild sys-apps/busybox/busybox-9999.ebuild X-VCS-Directories: sys-apps/busybox/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 7a3d3a640bc2b440bc98a5022fd4e68ca588286e X-VCS-Branch: master Date: Sat, 2 Oct 2021 07:10:32 +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: 192b2d1c-bcd3-4b94-a01b-95dbac5729c6 X-Archives-Hash: 5366558510da2995873dbce757278669 commit: 7a3d3a640bc2b440bc98a5022fd4e68ca588286e Author: Sam James gentoo org> AuthorDate: Sat Oct 2 07:10:06 2021 +0000 Commit: Sam James gentoo org> CommitDate: Sat Oct 2 07:10:22 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7a3d3a64 sys-apps/busybox: fix misplaced quote Closes: https://bugs.gentoo.org/815805 Signed-off-by: Sam James gentoo.org> sys-apps/busybox/busybox-1.34.1.ebuild | 4 ++-- sys-apps/busybox/busybox-9999.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/sys-apps/busybox/busybox-1.34.1.ebuild b/sys-apps/busybox/busybox-1.34.1.ebuild index 987a0f8cbf2..4a2e50fc5d8 100644 --- a/sys-apps/busybox/busybox-1.34.1.ebuild +++ b/sys-apps/busybox/busybox-1.34.1.ebuild @@ -268,8 +268,8 @@ src_install() { newinitd "${FILESDIR}"/ntpd.initd busybox-ntpd fi if busybox_config_enabled SYSLOGD; then - newconfd "${FILESDIR}"/syslogd.confd "busybox-syslogd - newinitd "${FILESDIR}"/syslogd.initd "busybox-syslogd + newconfd "${FILESDIR}"/syslogd.confd busybox-syslogd + newinitd "${FILESDIR}"/syslogd.initd busybox-syslogd fi if busybox_config_enabled KLOGD; then newconfd "${FILESDIR}"/klogd.confd busybox-klogd diff --git a/sys-apps/busybox/busybox-9999.ebuild b/sys-apps/busybox/busybox-9999.ebuild index 987a0f8cbf2..4a2e50fc5d8 100644 --- a/sys-apps/busybox/busybox-9999.ebuild +++ b/sys-apps/busybox/busybox-9999.ebuild @@ -268,8 +268,8 @@ src_install() { newinitd "${FILESDIR}"/ntpd.initd busybox-ntpd fi if busybox_config_enabled SYSLOGD; then - newconfd "${FILESDIR}"/syslogd.confd "busybox-syslogd - newinitd "${FILESDIR}"/syslogd.initd "busybox-syslogd + newconfd "${FILESDIR}"/syslogd.confd busybox-syslogd + newinitd "${FILESDIR}"/syslogd.initd busybox-syslogd fi if busybox_config_enabled KLOGD; then newconfd "${FILESDIR}"/klogd.confd busybox-klogd