commit: 441d105c0035db3b557d03c66a24db90851af424 Author: Matthias Maier <tamiko <AT> gentoo <DOT> org> AuthorDate: Sun May 19 22:14:34 2019 +0000 Commit: Matthias Maier <tamiko <AT> gentoo <DOT> org> CommitDate: Sun May 19 23:42:11 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=441d105c
app-emulation/libvirt: change '/var/run' to '/run' in rc init files (No revision bump for this minor change - a new revision for libvirt has to be stabilized for the mds vulnearbilities anyway, so let's just sneak this in :-)) Closes: https://bugs.gentoo.org/685302 Package-Manager: Portage-2.3.66, Repoman-2.3.12 Signed-off-by: Matthias Maier <tamiko <AT> gentoo.org> app-emulation/libvirt/files/libvirtd.init-r16 | 4 ++-- app-emulation/libvirt/files/libvirtd.init-r17 | 2 +- app-emulation/libvirt/files/virtlockd.init-r1 | 4 ++-- app-emulation/libvirt/files/virtlogd.init-r1 | 4 ++-- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/app-emulation/libvirt/files/libvirtd.init-r16 b/app-emulation/libvirt/files/libvirtd.init-r16 index be660e35a1d..2a3fb52696a 100644 --- a/app-emulation/libvirt/files/libvirtd.init-r16 +++ b/app-emulation/libvirt/files/libvirtd.init-r16 @@ -1,5 +1,5 @@ #!/sbin/openrc-run -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 description="Virtual Machine Management daemon (libvirt)" @@ -10,7 +10,7 @@ LIBVIRTD_TIMEOUT=${LIBVIRTD_TERMTIMEOUT:-"TERM/25/KILL/5"} command="/usr/sbin/libvirtd" command_args="-d ${LIBVIRTD_OPTS}" start_stop_daemon_args="--env KRB5_KTNAME=/etc/libvirt/krb5.tab" -pidfile="/var/run/libvirtd.pid" +pidfile="/run/libvirtd.pid" retry="${LIBVIRTD_TERMTIMEOUT}" depend() { diff --git a/app-emulation/libvirt/files/libvirtd.init-r17 b/app-emulation/libvirt/files/libvirtd.init-r17 index ca3f872e14e..0f89df82db4 100644 --- a/app-emulation/libvirt/files/libvirtd.init-r17 +++ b/app-emulation/libvirt/files/libvirtd.init-r17 @@ -10,7 +10,7 @@ LIBVIRTD_TIMEOUT=${LIBVIRTD_TERMTIMEOUT:-"TERM/25/KILL/5"} command="/usr/sbin/libvirtd" command_args="-d ${LIBVIRTD_OPTS}" start_stop_daemon_args="--env KRB5_KTNAME=/etc/libvirt/krb5.tab" -pidfile="/var/run/libvirtd.pid" +pidfile="/run/libvirtd.pid" retry="${LIBVIRTD_TERMTIMEOUT}" depend() { diff --git a/app-emulation/libvirt/files/virtlockd.init-r1 b/app-emulation/libvirt/files/virtlockd.init-r1 index e7c3db2990e..1e812d870c1 100644 --- a/app-emulation/libvirt/files/virtlockd.init-r1 +++ b/app-emulation/libvirt/files/virtlockd.init-r1 @@ -1,11 +1,11 @@ #!/sbin/openrc-run -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 description="libvirt virtual machine lock manager" command="/usr/sbin/virtlockd" command_args="-d" -pidfile="/var/run/virtlockd.pid" +pidfile="/run/virtlockd.pid" extra_started_commands="reload" description_reload="re-exec the daemon, while maintaining locks and clients" diff --git a/app-emulation/libvirt/files/virtlogd.init-r1 b/app-emulation/libvirt/files/virtlogd.init-r1 index 438070e344d..ff9c2446e8c 100644 --- a/app-emulation/libvirt/files/virtlogd.init-r1 +++ b/app-emulation/libvirt/files/virtlogd.init-r1 @@ -1,11 +1,11 @@ #!/sbin/openrc-run -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 description="libvirt virtual machine logging manager" command="/usr/sbin/virtlogd" command_args="-d" -pidfile="/var/run/virtlogd.pid" +pidfile="/run/virtlogd.pid" extra_started_commands="reload" description_reload="re-exec the daemon, while maintaining open connections"
