A simple tool to manage networking under Linux http://kalos.mine.nu/setnet/
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
setnet/setnetrc

29 lines
440 B

8 years ago
##
##
## setnetrc -- configuration file for setnet
##
##
##
## WPA_FILE: The default configuration file for wpa_supplicant
8 years ago
##
WPA_FILE=/etc/wpa_supplicant/wpa_setnet.conf
8 years ago
##
## LOGFILE: Location of the logfile
8 years ago
##
LOGFILE=/var/log/setnet.log
8 years ago
##
## TRUNCATE_LOG: Truncate the log file at startup
##
TRUNCATE_LOG="yes"
8 years ago
##
## WIFI_DEVICES: List of Wi-Fi devices, to be used if automatic
## detection fails
##
##WIFI_DEVICES="wlan1 wlan4"