diff options
author | Matthias Maier <tamiko@gentoo.org> | 2019-05-19 17:14:34 -0500 |
---|---|---|
committer | Matthias Maier <tamiko@gentoo.org> | 2019-05-19 18:42:11 -0500 |
commit | 441d105c0035db3b557d03c66a24db90851af424 (patch) | |
tree | faff77d0849704703d23a49aee88ffb573ca8d83 /app-emulation | |
parent | app-emulation/libvirt: add support for md-clear (diff) | |
download | gentoo-441d105c0035db3b557d03c66a24db90851af424.tar.gz gentoo-441d105c0035db3b557d03c66a24db90851af424.tar.bz2 gentoo-441d105c0035db3b557d03c66a24db90851af424.zip |
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@gentoo.org>
Diffstat (limited to 'app-emulation')
-rw-r--r-- | app-emulation/libvirt/files/libvirtd.init-r16 | 4 | ||||
-rw-r--r-- | app-emulation/libvirt/files/libvirtd.init-r17 | 2 | ||||
-rw-r--r-- | app-emulation/libvirt/files/virtlockd.init-r1 | 4 | ||||
-rw-r--r-- | 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 be660e35a1d8..2a3fb52696ab 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 ca3f872e14e0..0f89df82db46 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 e7c3db2990e9..1e812d870c19 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 438070e344db..ff9c2446e8c3 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" |