commit: 7ddfccad678873273113f79167393d738c53f4b4
Author: Mike Gilbert <floppym <AT> gentoo <DOT> org>
AuthorDate: Mon May 20 16:04:30 2024 +0000
Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org>
CommitDate: Mon May 20 17:34:32 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7ddfccad
sys-apps/util-linux: init script tweaks
Set command_args_foreground="-FP".
Set command_user=uuidd.
Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org>
sys-apps/util-linux/files/uuidd.initd | 2 ++
.../{util-linux-2.40.1-r2.ebuild => util-linux-2.40.1-r3.ebuild} | 0
2 files changed, 2 insertions(+)
diff --git a/sys-apps/util-linux/files/uuidd.initd
b/sys-apps/util-linux/files/uuidd.initd
index b1e7e563b297..3ddedc3f3b7f 100644
--- a/sys-apps/util-linux/files/uuidd.initd
+++ b/sys-apps/util-linux/files/uuidd.initd
@@ -3,6 +3,8 @@
# Distributed under the terms of the GNU General Public License v2
command=/usr/sbin/uuidd
+command_args_foreground="-FP"
+command_user=uuidd
pidfile=/run/uuidd/uuidd.pid
depend() {
diff --git a/sys-apps/util-linux/util-linux-2.40.1-r2.ebuild
b/sys-apps/util-linux/util-linux-2.40.1-r3.ebuild
similarity index 100%
rename from sys-apps/util-linux/util-linux-2.40.1-r2.ebuild
rename to sys-apps/util-linux/util-linux-2.40.1-r3.ebuild