Comment 22 for bug 414399

Revision history for this message
Tiago Ramos (tiagolramos) wrote :

The "auto_profile_order = " should be "auto_profile_order = []" if the file is deleted the new created conf file is correct

BEFORE DELETE

[DEFAULT]
ifup_required = False
auto_profile_order =
speak_up = False
scan_timeout = 5
interface = auto_detect
commit_required = False

AFTER DELETE

[DEFAULT]
auto_profile_order = []
commit_required = False
ifconfig_command = /sbin/ifconfig
ifup_required = False
interface = auto_detect
iwconfig_command = /sbin/iwconfig
iwlist_command = /sbin/iwlist
logfile = /var/log/wifi-radar.log
loglevel = 50
route_command = /sbin/route
speak_command = /usr/bin/say
speak_up = False
version = 2.0.s05

[DHCP]
args = -D -o -i dhcp_client -t %(timeout)s
command = /sbin/dhcpcd
kill_args = -k
pidfile = /etc/dhcpc/dhcpcd-%(interface)s.pid
timeout = 30

[WPA]
args = -B -i %(interface)s -c %(configuration)s -D %(driver)s -P %(pidfile)s
command = /usr/sbin/wpa_supplicant
configuration = /etc/wpa_supplicant.conf
driver = wext
kill_command =
pidfile = /var/run/wpa_supplicant.pid