remove the deprecation warning about /etc/default/libvirt-bin in libvirt's upstart job
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
libvirt (Ubuntu) |
Triaged
|
Low
|
Unassigned |
Bug Description
In the upstart job it says:
# /etc/default/
# If you used to set $libvirtd_opts in /etc/default/
# change the 'exec' line here instead.
script
[ -r /etc/default/
exec /usr/sbin/libvirtd $libvirtd_opts
end script
But, this as it stands doesn't work - I changed /e/default/
The bug is the claim that the old, simple, unconflated style is deprecated: its broken. I think it would be better to either keep supporting it (please!) or not claim that its deprecated when (at least AFAICT) its broken.
Hi Robert,
I'm sorry you're having trouble. However, the upstart job still does
[ -r /etc/default/ libvirt- bin ] && . /etc/default/ libvirt- bin
at the top of each stanza, so it is certainly intended that the
libvirtd_opts from that file still be respected.
Could you please attach your /etc/init/ libvirt- bin.conf and libvirt- bin files here?
/etc/default/
status: incomplete