mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-13 16:14:40 +00:00
devd: do not launch /etc/pccard_ether; related to #201
This commit is contained in:
parent
e1a6efb085
commit
435492adcf
@ -30,3 +30,22 @@ notify 101 {
|
||||
media-type "802.11";
|
||||
action "/usr/local/opnsense/service/configd_ctl.py 'interface linkup stop $subsystem'";
|
||||
};
|
||||
|
||||
#
|
||||
# While there, disable the invoke of /etc/pccard_ether to avoid
|
||||
# rc scripts from reconfiguring the system into an unknown state.
|
||||
#
|
||||
|
||||
notify 101 {
|
||||
match "system" "IFNET";
|
||||
match "subsystem" "!usbus[0-9]+";
|
||||
match "type" "ATTACH";
|
||||
};
|
||||
|
||||
detach 101 {
|
||||
media-type "802.11";
|
||||
};
|
||||
|
||||
attach 101 {
|
||||
media-type "802.11";
|
||||
};
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user