diff options
author | Michal Privoznik <mprivozn@redhat.com> | 2022-03-08 08:48:41 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-03-08 13:17:50 +0000 |
commit | 201d380d51b0e9b89f5988be2796a4699d364e91 (patch) | |
tree | 6db795253a234ccfe497fc80937bd86fe411f9ba /app-emulation/libvirt | |
parent | app-antivirus/fangfrisch: Add systemd unit files (diff) | |
download | gentoo-201d380d51b0e9b89f5988be2796a4699d364e91.tar.gz gentoo-201d380d51b0e9b89f5988be2796a4699d364e91.tar.bz2 gentoo-201d380d51b0e9b89f5988be2796a4699d364e91.zip |
app-emulation/libvirt: Fix a typo on postinst message
There's a typo in the postinst message as it suggests using
'service' to start libvirtd service, while in fact the correct
binary is 'rc-service'.
Closes: https://bugs.gentoo.org/833622
Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
Closes: https://github.com/gentoo/gentoo/pull/24445
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-emulation/libvirt')
-rw-r--r-- | app-emulation/libvirt/files/README.gentoo-r3 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-emulation/libvirt/files/README.gentoo-r3 b/app-emulation/libvirt/files/README.gentoo-r3 index 1fec12f0c025..0eab21d3a006 100644 --- a/app-emulation/libvirt/files/README.gentoo-r3 +++ b/app-emulation/libvirt/files/README.gentoo-r3 @@ -5,7 +5,7 @@ host. In order to reenable client handling, edit /etc/conf.d/libvirt-guests and enable the service and start it: $ rc-update add libvirt-guests - $ service libvirt-guests start + $ rc-service libvirt-guests start For the basic networking support (bridged and routed networks) you don't |