[arch-commits] Commit in libvirt/trunk (libvirt.install)

Sergej Pupykin spupykin at archlinux.org
Tue Oct 21 09:27:27 UTC 2014


    Date: Tuesday, October 21, 2014 @ 11:27:27
  Author: spupykin
Revision: 121128

FS#42465

Modified:
  libvirt/trunk/libvirt.install

-----------------+
 libvirt.install |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: libvirt.install
===================================================================
--- libvirt.install	2014-10-21 08:04:48 UTC (rev 121127)
+++ libvirt.install	2014-10-21 09:27:27 UTC (rev 121128)
@@ -4,12 +4,12 @@
 
 post_install() {
   _libvirt_setup || return 1
-  echo ">>>  See https://wiki.archlinux.org/index.php/Libvirt for more info"
+  echo ">>> libvirt runs qemu from nobody:kvm by default"
+  echo ">>> change the USER if desired in /etc/libvirt/qemu.conf"
+  echo ">>> See https://wiki.archlinux.org/index.php/Libvirt for more info"
 }
 
 post_upgrade() {
   _libvirt_setup || return 1
   echo ">>> You may need to run 'rm -rf ~/.libvirt'"
-  echo ">>> libvirt runs qemu from nobody:kvm by default"
-  echo ">>> change the USER if desired in /etc/libvirt/qemu.conf"
 }



More information about the arch-commits mailing list