diff options
author | KatolaZ <katolaz@freaknet.org> | 2017-01-07 23:47:32 +0000 |
---|---|---|
committer | KatolaZ <katolaz@freaknet.org> | 2017-01-07 23:57:54 +0000 |
commit | 29912626562d07970018cd31b28c3962abcf87b6 (patch) | |
tree | b4e1aa55afafa2aa64862f17d3fc2c3c59b17ce6 /debian_package/setnet-0.2.1/setnetrc | |
parent | 3fbc818ccab52c91b9311a6cefcf2a7c0e683638 (diff) |
Package created for version 0.2.1
Diffstat (limited to 'debian_package/setnet-0.2.1/setnetrc')
-rw-r--r-- | debian_package/setnet-0.2.1/setnetrc | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/debian_package/setnet-0.2.1/setnetrc b/debian_package/setnet-0.2.1/setnetrc new file mode 100644 index 0000000..725868a --- /dev/null +++ b/debian_package/setnet-0.2.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 wlan3" |