diff options
Diffstat (limited to 'debian_package/setnet-0.3.2/debian/setnet/etc')
-rw-r--r-- | debian_package/setnet-0.3.2/debian/setnet/etc/setnetrc | 28 | ||||
-rw-r--r-- | debian_package/setnet-0.3.2/debian/setnet/etc/wpa_supplicant/wpa_setnet.conf | 3 |
2 files changed, 31 insertions, 0 deletions
diff --git a/debian_package/setnet-0.3.2/debian/setnet/etc/setnetrc b/debian_package/setnet-0.3.2/debian/setnet/etc/setnetrc new file mode 100644 index 0000000..78cc985 --- /dev/null +++ b/debian_package/setnet-0.3.2/debian/setnet/etc/setnetrc @@ -0,0 +1,28 @@ +## +## +## setnetrc -- configuration file for setnet +## +## + +## +## WPA_FILE: The default configuration file for wpa_supplicant +## +WPA_FILE=/etc/wpa_supplicant/wpa_setnet.conf + + +## +## LOGFILE: Location of the logfile +## +LOGFILE=/var/log/setnet.log + +## +## TRUNCATE_LOG: Truncate the log file at startup +## +TRUNCATE_LOG="yes" + +## +## WIFI_DEVICES: List of Wi-Fi devices, to be used if automatic +## detection fails +## + +##WIFI_DEVICES="wlan1 wlan4" diff --git a/debian_package/setnet-0.3.2/debian/setnet/etc/wpa_supplicant/wpa_setnet.conf b/debian_package/setnet-0.3.2/debian/setnet/etc/wpa_supplicant/wpa_setnet.conf new file mode 100644 index 0000000..07d4b6d --- /dev/null +++ b/debian_package/setnet-0.3.2/debian/setnet/etc/wpa_supplicant/wpa_setnet.conf @@ -0,0 +1,3 @@ +ctrl_interface=/var/run/wpa_supplicant +update_config=1 + |