mbox

[v2] Fix in libvirt install.sh/uninstall.sh

Message ID 1468571297-533-1-git-send-email-jonatan.schlag@ipfire.org
State Accepted
Commit b61fe3f404035488e051929336d2b5159c8cb313
Headers

Message

Jonatan Schlag July 15, 2016, 6:28 p.m. UTC
  The libvirt daemon was not started after installation because the
initscritp is named 'libvirtd' not like the package 'libvirt'.
The same problem appear in the uninstall.sh. The service was not
stopped.

Signed-off-by: Jonatan Schlag <jonatan.schlag@ipfire.org>
---
 lfs/libvirt                   | 2 +-
 src/paks/libvirt/install.sh   | 2 +-
 src/paks/libvirt/uninstall.sh | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)