FIXES.md - nldev - NetLink DEVice manager; a lightweight netlink frontend for mdev.
 (HTM) git clone git://r-36.net/nldev
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
       FIXES.md (403B)
       ---
            1 ## Fixes in various tools depending on udev
            2 
            3 ### laptop-mode-tools
            4 
            5 Either remove udevd completely, which is impossible on some
            6 setups right now (04/12) or do the following:
            7 
            8         % mv /usr/bin/udevadm /usr/bin/_udevadm
            9         % mv /sbin/udevadm /sbin/_udevadm
           10 
           11 This will prevent laptop-mode-tools from finding those tools
           12 and not calling udevadm on this, which will of course fail,
           13 because no udevd is running.
           14