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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id A85D615838C for ; Sat, 20 Jan 2024 15:06:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D03C6E29A7; Sat, 20 Jan 2024 15:06:14 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A86FCE29A7 for ; Sat, 20 Jan 2024 15:06:14 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 960A2343245 for ; Sat, 20 Jan 2024 15:06:13 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 06BBB979 for ; Sat, 20 Jan 2024 15:06:12 +0000 (UTC) From: "Conrad Kostecki" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Conrad Kostecki" Message-ID: <1705763127.374b95a2441f5d2f1d2124e90a9550fdd9192c0d.conikost@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/ebusd/files/, app-misc/ebusd/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-misc/ebusd/ebusd-23.3-r1.ebuild app-misc/ebusd/ebusd-23.3-r2.ebuild app-misc/ebusd/files/ebusd.initd app-misc/ebusd/files/ebusd.initd-r1 X-VCS-Directories: app-misc/ebusd/ app-misc/ebusd/files/ X-VCS-Committer: conikost X-VCS-Committer-Name: Conrad Kostecki X-VCS-Revision: 374b95a2441f5d2f1d2124e90a9550fdd9192c0d X-VCS-Branch: master Date: Sat, 20 Jan 2024 15:06:12 +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: 1b281192-2bb3-46f0-903e-52d594b3fd59 X-Archives-Hash: 50a3c033a0b8e9a15ed4cb0c761609c7 commit: 374b95a2441f5d2f1d2124e90a9550fdd9192c0d Author: Conrad Kostecki gentoo org> AuthorDate: Sat Jan 20 15:05:27 2024 +0000 Commit: Conrad Kostecki gentoo org> CommitDate: Sat Jan 20 15:05:27 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=374b95a2 app-misc/ebusd: fix init script Signed-off-by: Conrad Kostecki gentoo.org> app-misc/ebusd/{ebusd-23.3-r1.ebuild => ebusd-23.3-r2.ebuild} | 2 +- app-misc/ebusd/files/{ebusd.initd => ebusd.initd-r1} | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app-misc/ebusd/ebusd-23.3-r1.ebuild b/app-misc/ebusd/ebusd-23.3-r2.ebuild similarity index 97% rename from app-misc/ebusd/ebusd-23.3-r1.ebuild rename to app-misc/ebusd/ebusd-23.3-r2.ebuild index 73da1aaa3d9c..11e0b4122ec6 100644 --- a/app-misc/ebusd/ebusd-23.3-r1.ebuild +++ b/app-misc/ebusd/ebusd-23.3-r2.ebuild @@ -94,7 +94,7 @@ src_test() { src_install() { default use doc && dodoc -r docs/html - newinitd "${FILESDIR}"/ebusd.initd ebusd + newinitd "${FILESDIR}"/ebusd.initd-r1 ebusd newconfd "${FILESDIR}"/ebusd.confd ebusd systemd_newunit "${FILESDIR}"/ebusd.service-r1 ebusd.service } diff --git a/app-misc/ebusd/files/ebusd.initd b/app-misc/ebusd/files/ebusd.initd-r1 similarity index 93% rename from app-misc/ebusd/files/ebusd.initd rename to app-misc/ebusd/files/ebusd.initd-r1 index e0ef5fca9623..38bdb22d034e 100644 --- a/app-misc/ebusd/files/ebusd.initd +++ b/app-misc/ebusd/files/ebusd.initd-r1 @@ -7,7 +7,7 @@ command_args="${EBUSD_OPTS}" ebusd_path="/var/lib/ebusd" html_path="${ebusd_path}/html" logfile_path="/var/log/ebusd" -logfile="${pidfile_path}/ebusd.log" +logfile="${logfile_path}/ebusd.log" name="eBUS daemon" pidfile_path="/run/ebusd" pidfile="${pidfile_path}/ebusd.pid"