README.md - rfkilld - An rfkill daemon, which runs scripts according to rfkill events.
 (HTM) git clone git://r-36.net/rfkilld
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
       README.md (654B)
       ---
            1 # rfkilld - a rfkill daemon
            2 
            3 This daemon listens for rfkill events from the kernel, over a netlink,
            4 for the »rfkill« subsystem. When an event occurs, the specific proper-
            5 ties (NAME, TYPE, STATE) are taken and the files
            6 
            7         /etc/rfkilld/$name $state $type
            8         /etc/rfkilld/$type $state $name
            9 
           10 are run using the shown arguments.
           11 
           12 Included are rc.d and conf.d files for being used in Archlinux.
           13 
           14 It is recommended to run this in conjunction with conn [0].
           15 
           16 ## Installation
           17 
           18         # For compiling rfkilld.
           19         make
           20         # For installing just the rfkilld binary.
           21         make install
           22         # For installing the /etc/rfkilld files.
           23         make etc
           24 
           25 
           26 Have fun!
           27 
           28 [0] http://git.r-36.net/conn/
           29