nldev

NetLink DEVice manager; a lightweight netlink frontend for mdev.
git clone git://r-36.net/nldev
Log | Files | Refs | README | LICENSE

config.def.h (234B)


      1 static const Rule rules[] = {
      2 	/* ACTION    SUBSYSTEM      other env variables   command to run */
      3 	{  "add",    NULL,          "DEVNAME",            "/bin/mdev" },
      4 	{  "remove", NULL,          "DEVNAME",            "/bin/mdev" },
      5 };