Comment 6 for bug 1045320

Revision history for this message
Alon Swartz (alonswartz) wrote :

Fix committed and will be included in upcoming release as well as package archive update.

For those who need the fix and can't wait for the archive update:
/usr/lib/confconsole/ifutil.py
- if line.startswith("auto") or line.startswith("iface"):
+ if line.startswith("auto"):