ports/62358: patch: net/p0f - loopback is lo0 not lo

Radim Kolar hsn at netmag.cz
Wed Feb 4 18:40:40 UTC 2004


>Number:         62358
>Category:       ports
>Synopsis:       patch: net/p0f - loopback is lo0 not lo
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Feb 04 10:40:01 PST 2004
>Closed-Date:
>Last-Modified:
>Originator:     Radim Kolar
>Release:        FreeBSD 5.2-RELEASE i386
>Organization:
Sanatana Dharma
>Environment:
System: FreeBSD asura.bsd 5.2-RELEASE FreeBSD 5.2-RELEASE #1: Wed Jan 28 18:18:58 CET 2004 root at asura.bsd:/usr/src/sys/i386/compile/GENERIC i386
>Description:
add this patch to files/patch-XX
>How-To-Repeat:
>Fix:
--- p0f.c.orig	Mon Oct 13 20:57:21 2003
+++ p0f.c	Tue Feb  3 20:38:03 2004
@@ -1590,7 +1590,7 @@
     if (!use_iface) use_iface=pcap_lookupdev(errbuf);
 #endif /* ^WIN32 */
 
-    if (!use_iface) use_iface = "lo";
+    if (!use_iface) use_iface = "lo0";
 
     /* We do not rely on pcap timeouts - they suck really bad. Of
        course, the documentation sucks, and if you use the timeout
>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list