commit: 76e0423c5a0ebcda507f90ff369e2dacb18b988d
Author: Joonas Niilola <juippis <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 20 07:01:36 2020 +0000
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Fri Mar 20 07:01:36 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=76e0423c
sys-process/uksmd: update openrc init file
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
sys-process/uksmd/files/uksmd.init | 6 +++---
.../{uksmd-0_pre20190726.ebuild => uksmd-0_pre20190726-r1.ebuild} | 0
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/sys-process/uksmd/files/uksmd.init
b/sys-process/uksmd/files/uksmd.init
index 637666b50a9..1caf4a72d40 100644
--- a/sys-process/uksmd/files/uksmd.init
+++ b/sys-process/uksmd/files/uksmd.init
@@ -1,7 +1,7 @@
#!/sbin/openrc-run
-# Copyright 2019 Gentoo Authors
+# Copyright 2019-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
description="Userspace KSM helper daemon"
-command=/usr/bin/uksmd
-pidfile="/var/run/uksmd.pid"
+command="/usr/bin/uksmd"
+procname="uksmd"
diff --git a/sys-process/uksmd/uksmd-0_pre20190726.ebuild
b/sys-process/uksmd/uksmd-0_pre20190726-r1.ebuild
similarity index 100%
rename from sys-process/uksmd/uksmd-0_pre20190726.ebuild
rename to sys-process/uksmd/uksmd-0_pre20190726-r1.ebuild