2 rm -f /usr/lib/python?.?/site-packages/libvirt.pyc
3 echo ">>> To use libvirt as a non-root user:"
4 echo ">>> Use polkit to grant access."
5 echo ">>> ...or change the access model in /etc/libvirt/libvirtd.conf."
6 echo ">>> (see unixperms.patch in PKGBUILD for help)"
11 _libvirt_setup || return 1
12 echo ">>> Be sure to see optdepends as you may find some of them helpfull."
13 echo ">>> Especially: bridge-utils, dnsmasq, and hal."
15 echo ">>> To start libvirtd run: '/etc/rc.d/libvirtd start' as root."
16 echo ">>> Add 'libvirtd' to daemons in /etc/rc.conf if you want it to load upon"
23 _libvirt_setup || return 1
24 echo ">>> To finish the upgrade, restart libvirtd by running the command:"
25 echo ">>> '/etc/rc.d/libvirtd restart' as root or rebooting."
26 echo ">>> You may also need to run 'rm -rf ~/.libvirt'"
32 rm -f /usr/lib/python[0-9].[0-9]/site-packages/libvirt.pyc
33 echo ">>> You may wish to delete the group 'libvirt' if it still exists."
34 echo ">>> It can be removed by running 'groupdel libvirt' as root."