Broken logic in lxc-ubuntu causes lxc.devttydir to be set to 'lxc' only on releases that do NOT support it
Bug #1007493 reported by
Stéphane Graber
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
lxc (Ubuntu) |
Fix Released
|
High
|
Unassigned | ||
Precise |
Fix Released
|
Undecided
|
Unassigned | ||
Quantal |
Fix Released
|
High
|
Unassigned |
Bug Description
During my effort to remove any hardcoded Ubuntu releases in lxc-ubuntu, I managed to reverse the logic of the lxc.devttydir check.
It's currently setting lxc.devttydir = 'lxc' for releases that do NOT have /etc/init/
[rational]
That's a regression introduced in the currently pending SRU, this very trivial change fixes it.
[test case]
1) sudo lxc-create -t ubuntu -n p1
2) cat /var/lib/
2) should return "= lxc"
[regression potential]
This is a fix for a regression.
description: | updated |
To post a comment you must log in.
Targeting for precise as the SRU currently in -proposed is affected.