From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id B2689158074 for ; Wed, 02 Jul 2025 16:23:12 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 8E068341FF0 for ; Wed, 02 Jul 2025 16:23:12 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 2AF3B110320; Wed, 02 Jul 2025 16:23:07 +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) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 1D527110320 for ; Wed, 02 Jul 2025 16:23:07 +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 CB07E341F83 for ; Wed, 02 Jul 2025 16:23:06 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 125F62CAC for ; Wed, 02 Jul 2025 16:23:05 +0000 (UTC) From: "Ulrich Müller" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ulrich Müller" Message-ID: <1751472695.dea1598b131c6e2bd6b9de272ba4e5a6b9836fb9.ulm@gentoo> Subject: [gentoo-commits] proj/emacs-tools:emacs-daemon commit in: / X-VCS-Repository: proj/emacs-tools X-VCS-Files: ChangeLog emacs.rc X-VCS-Directories: / X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: dea1598b131c6e2bd6b9de272ba4e5a6b9836fb9 X-VCS-Branch: emacs-daemon Date: Wed, 02 Jul 2025 16:23:05 +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: 120b7764-8b03-4bd4-bf16-4afa813c66cc X-Archives-Hash: 2a810d454d59f89c5a2d7e2752a8f755 commit: dea1598b131c6e2bd6b9de272ba4e5a6b9836fb9 Author: Ulrich Müller gentoo org> AuthorDate: Wed Jul 2 16:11:35 2025 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Wed Jul 2 16:11:35 2025 +0000 URL: https://gitweb.gentoo.org/proj/emacs-tools.git/commit/?id=dea1598b Drop boot services from depend * emacs.rc (depend): Drop localmount and bootmisc, as they are boot services. Signed-off-by: Ulrich Müller gentoo.org> ChangeLog | 3 +++ emacs.rc | 3 +-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index eddac9d..2c31d0f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2025-07-02 Ulrich Müller + * emacs.rc (depend): Drop localmount and bootmisc, as they are + boot services. + * emacs.rc (start, stop): Removed; use start-stop-daemon's default functions instead. (command, command_args, command_background, command_user) diff --git a/emacs.rc b/emacs.rc index 2c8af7d..dd144f4 100644 --- a/emacs.rc +++ b/emacs.rc @@ -19,8 +19,7 @@ pidfile=/var/run/${RC_SVCNAME}.pid retry=TERM/${EMACS_TIMEOUT}/KILL/5 depend() { - need localmount - after bootmisc dbus + after dbus } start_pre() {