diff options
author | KatolaZ <katolaz@freaknet.org> | 2017-03-07 11:19:29 +0000 |
---|---|---|
committer | KatolaZ <katolaz@freaknet.org> | 2017-03-07 11:19:29 +0000 |
commit | 0cbc6a1a1a2f2865aa22305844358e2226ea6c58 (patch) | |
tree | d485924cb2920368c92886d158a0ff519cd81b0e /debian_package/setnet-0.3.1/setnetrc | |
parent | acdd3b1fcae6f5b18e0270ae98c2cbe4cb9f76b2 (diff) |
Debian package release 0.3.1
Diffstat (limited to 'debian_package/setnet-0.3.1/setnetrc')
-rw-r--r-- | debian_package/setnet-0.3.1/setnetrc | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/debian_package/setnet-0.3.1/setnetrc b/debian_package/setnet-0.3.1/setnetrc new file mode 100644 index 0000000..78cc985 --- /dev/null +++ b/debian_package/setnet-0.3.1/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" |