~nova-coresec/ubuntu/maverick/libvirt/nova-ppa

« back to all changes in this revision

Viewing changes to debian/libvirt-bin.default

Tags: 0.4.4-3
* upload to unstable
* [96c6727] add /var/cache/libvirt needed by qemuDriver for temporary
  storage
* [794f95c] bump standards version to 3.8.0
* [05184af] add README.source

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Defaults for libvirt-bin initscript (/etc/init.d/libvirt-bin)
 
2
# This is a POSIX shell fragment
 
3
 
 
4
# Start libvirtd to handle qemu/kvm:
 
5
start_libvirtd="yes"
 
6
 
 
7
# options passed to libvirtd
 
8
libvirtd_opts="-d"
 
9