From eeda5d3cf7da337119e257fa99ac77542514350f Mon Sep 17 00:00:00 2001 From: "Adrian C. (anrxc)" Date: Sat, 25 May 2013 23:02:35 +0200 Subject: rcdscripts: import conf.d files sourced by init scripts Unfortunately this import is not perfect, it's harder to detect and make a distinction between regular service configuration files, and conf.d configuration files used by old Arch Linux init scripts only. But we have a good number of them, around 70 now. --- src/rfkill/rfkill.conf.d | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 src/rfkill/rfkill.conf.d (limited to 'src/rfkill/rfkill.conf.d') diff --git a/src/rfkill/rfkill.conf.d b/src/rfkill/rfkill.conf.d new file mode 100644 index 0000000..4483da2 --- /dev/null +++ b/src/rfkill/rfkill.conf.d @@ -0,0 +1,20 @@ +# +# /etc/conf.d/rfkill +# Configuration for the rfkill startup script +# + +# List of devices to block on startup (space-separated) +RFKILL_BLOCK="" + +# List of devices to unblock on startup (space-separated) +RFKILL_UNBLOCK="all" + +# Supported device names are: all, wifi, bluetooth, umb, wimax, wwan, gps and specific device names like phy0, hci0, ... +# See "rfkill list" for available devices +# Examples: +# +# Block all bluetooth devices: +# RFKILL_BLOCK="bluetooth" +# +# Unblock the phy0 wifi device and all wwan devices: +# RFKILL_UNBLOCK="phy0 wwan" -- cgit v1.2.3