commit: 5579e00ee00cfb806e3415221b8e250c716fd281
Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
AuthorDate: Thu Sep 3 19:31:19 2020 +0000
Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
CommitDate: Thu Sep 3 19:31:28 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5579e00e
app-admin/gkrellm: Changed "/var/run" to "/run" in init script
Package-Manager: Portage-3.0.5, Repoman-3.0.1
Signed-off-by: Lars Wendler <polynomial-c <AT> gentoo.org>
app-admin/gkrellm/files/gkrellmd.initd | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/app-admin/gkrellm/files/gkrellmd.initd
b/app-admin/gkrellm/files/gkrellmd.initd
index fe295128e4e..7ab4cfc103e 100644
--- a/app-admin/gkrellm/files/gkrellmd.initd
+++ b/app-admin/gkrellm/files/gkrellmd.initd
@@ -1,9 +1,9 @@
#!/sbin/openrc-run
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
description="gkrell system monitor daemon"
-pidfile="/var/run/gkrellmd.pid"
+pidfile="/run/gkrellmd.pid"
command="/usr/bin/gkrellmd"
command_args="${GKRELLMD_OPTS}"
command_background="true"