From: Harald Hoyer Date: Tue, 30 Apr 2013 16:55:12 +0000 (+0200) Subject: zfcp: match udev rule against KERNEL=="zfcp" X-Git-Tag: 028~54 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9584c6ae903fe6918f4a6b3ad0a5a295c1dbdc18;p=thirdparty%2Fdracut.git zfcp: match udev rule against KERNEL=="zfcp" zfcp_cfdc will go away in the future tt --- diff --git a/modules.d/95zfcp/56-zfcp.rules b/modules.d/95zfcp/56-zfcp.rules index 5e846a4c2..5558f8bed 100644 --- a/modules.d/95zfcp/56-zfcp.rules +++ b/modules.d/95zfcp/56-zfcp.rules @@ -1 +1 @@ -KERNEL=="zfcp_cfdc", RUN+="/sbin/zfcpconf.sh" +KERNEL=="zfcp", RUN+="/sbin/zfcpconf.sh"