]> git.ipfire.org Git - thirdparty/libvirt.git/commit
daemon: Export SDL audio environment variables
authorCole Robinson <crobinso@redhat.com>
Wed, 19 May 2010 20:03:52 +0000 (16:03 -0400)
committerCole Robinson <crobinso@redhat.com>
Fri, 21 May 2010 16:48:34 +0000 (12:48 -0400)
commit377bc412ce10845930346744e30fe9c4790e5e63
treea8701daf3286f18fd20285ef671cdcfbc1960e02
parent8583b947b15775ebb3dba8790dfa4487448c3d9b
daemon: Export SDL audio environment variables

/etc/sysconfig/libvirtd has a few environment variables for configuring
libvirt SDL audio. The libvirtd process doesn't see these, however, because
they are never exported. Let's export the variables after sourcing the
sysconfig script.

There is another problem here that the commented out values in the
sysconfig script are not neccessarily the actual defaults, we are qemus
mercy here. Not sure how to solve that.
daemon/libvirtd.init.in