From 4b330a9d1525612a06630f06a4844edba6a9862e Mon Sep 17 00:00:00 2001 From: jhb Date: Mon, 18 Nov 2002 21:02:29 +0000 Subject: Remove leading ^ from example of match line in vendor-supplied rules since the ^ is implicit at the beginning of the expressions. --- sbin/devd/devd.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sbin/devd/devd.conf b/sbin/devd/devd.conf index 33d271e..e5f6cda 100644 --- a/sbin/devd/devd.conf +++ b/sbin/devd/devd.conf @@ -83,10 +83,10 @@ nomatch 10 { action "kldload if_deqna"; }; attach 10 { - device-name "^deqna[0-9]+"; + device-name "deqna[0-9]+"; action "/etc/pccard_ether $device-name start"; }; detach 10 { - device-name "^deqna[0-9]+"; + device-name "deqna[0-9]+"; action "/etc/pccard_ether $device-name stop"; }; -- cgit v1.1