Bug 95758

Summary: net/netspeed_applet: Patch to support FreeBSD device names
Product: Ports & Packages Reporter: Kevin Oberman <oberman>
Component: Individual Port(s)Assignee: freebsd-gnome (Nobody) <gnome>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description Kevin Oberman 2006-04-14 19:20:20 UTC
	The netspeed applet does not understand FreeBSD device types.
	This has two impacts. First, the icons are never changed with
        the interface type. Second, if the active interface switched,
        instead of switching to the new interface, it would flip to
        loopback, not terribly useful. The code that should have
        handled this was doing a g_string_equals for "lo" and not
        "lo0". 

	I am sure that I could have coded the icon settings better, but
        it seems to work. Feel free to do soemting tidier if you feel
	like it. I am not a great C programmer.

Fix: Add the attached file as patch-src_netspeed.c
How-To-Repeat: 	N/A
Comment 1 Mark Linimon freebsd_committer freebsd_triage 2006-04-14 19:43:52 UTC
Responsible Changed
From-To: freebsd-ports-bugs->gnome

Make it clear what this applies to, and assign.
Comment 2 Joe Marcus Clarke freebsd_committer freebsd_triage 2006-04-15 08:39:48 UTC
State Changed
From-To: open->closed

Committed, thanks!