summaryrefslogtreecommitdiffstats
path: root/src/lib/rfkill
AgeCommit message (Collapse)AuthorFilesLines
2014-03-03Fix rfkill unblocking through rf_enableJouke Witteveen1-16/+26
After 755c8d5, rf_enable did not know the rfkill path anymore. Observed by: Tom <reztho@archlinux.us>
2013-10-23Minor rfkill refactorizationJouke Witteveen1-13/+24
Testing whether transmission is blocked at all is now possible through [[ -n $(rf_status "$Interface" "$RFKill") ]]
2013-02-20Fix rfkillJouke Witteveen1-2/+4
Redirecting inside a do_debug call is, of course, impossible.
2012-12-28Forking netcfg to netctl (2/2)Jouke Witteveen1-43/+42
This commit contains the refactoring and rewriting of code.
2012-12-28Forking netcfg to netctl (1/2)Jouke Witteveen1-0/+61
This commit contains the moving of files.