JackOfAll wrote: 
> Yep, that is a bug. I'll fix it after I've had my next coffee if Triode
> doesn't get to it first! ;)

Suspect this fixes it:

Code:
--------------------
    
  --- a/squeeze-web-gui.lua
  +++ b/squeeze-web-gui.lua
  @@ -414,7 +414,7 @@ function NetworkHandler:_response(type, err)
  t['p_iftype'] = type
  t['p_is_wlan'] = is_wireless
  t['p_onboot_checked'] = config.onboot == "true" and "checked" or ""
  -       t['p_dhcp_checked']   = config.bootproto == "dhcp" and "checked" or ""
  +       t['p_dhcp_checked']   = config.bootproto == "dhcp" and "checked" or 
nil
  
  t['p_status'] = util.capture("ifconfig " .. int)
  
  
--------------------


------------------------------------------------------------------------
Triode's Profile: http://forums.slimdevices.com/member.php?userid=17
View this thread: http://forums.slimdevices.com/showthread.php?t=99395

_______________________________________________
unix mailing list
unix@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/unix

Reply via email to