Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 6 Sep 2004 10:29:21 +1200
From:      Andrew Thompson <andy@fud.org.nz>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:    kern/71410: [patch] add axe to the interfaces regex in etc/devd.conf
Message-ID:  <20040905222921.GA12819@thingy.tbd.co.nz>
Resent-Message-ID: <200409052230.i85MUPtN070549@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         71410
>Category:       kern
>Synopsis:       [patch] add axe to the interfaces regex in etc/devd.conf
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sun Sep 05 22:30:25 GMT 2004
>Closed-Date:
>Last-Modified:
>Originator:     Andrew Thompson
>Release:        FreeBSD 5.2-CURRENT i386
>Organization:
>Environment:
System: FreeBSD nhs1.fire.org.nz 5.2-CURRENT FreeBSD 5.2-CURRENT #0: Wed Aug 11 12:00:31 NZST 2004 thompsa@nhs1.fire.org.nz:/usr/obj/usr/src/sys/NHS1 i386


	
>Description:
add axe to the interfaces regex in etc/devd.conf
	
>How-To-Repeat:
	
>Fix:

Index: devd.conf
===================================================================
RCS file: /home/ncvs/src/etc/devd.conf,v
retrieving revision 1.14
diff -u -r1.14 devd.conf
--- devd.conf	5 Jul 2004 20:16:30 -0000	1.14
+++ devd.conf	2 Sep 2004 21:18:03 -0000
@@ -18,9 +18,9 @@
 
 	# Setup some shorthand for regex that we use later in the file.
 	set ethernet-nic-regex
-		"(an|ar|ath|aue|awi|bfe|bge|cm|cnw|cs|cue|dc|de|ed|el|em|ep|\
-		ex|fe|fxp|gem|gx|hme|ie|kue|lge|lnc|my|nge|pcn|ray|re|rl|rue|\
-		sf|sis|sk|sn|snc|ste|ti|tl|tx|txp|vr|vx|wb|wi|xe|xl)[0-9]+";
+		"(an|ar|ath|aue|awi|axe|bfe|bge|cm|cnw|cs|cue|dc|de|ed|el|em|\
+		ep|ex|fe|fxp|gem|gx|hme|ie|kue|lge|lnc|my|nge|pcn|ray|re|rl|\
+		rue|sf|sis|sk|sn|snc|ste|ti|tl|tx|txp|vr|vx|wb|wi|xe|xl)[0-9]+";
 	set scsi-controller-regex
 		"(adv|advw|aic|aha|ahb|ahc|ahd|bt|ct|iir|isp|mly|mpt|ncv|nsp|\
 		stg|sym|wds)[0-9]+";



>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040905222921.GA12819>