summaryrefslogtreecommitdiff
path: root/setnetrc
blob: 4fdde8107f0ec45bc876ae60c3e987b8b3329c72 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
##
##
## setnetrc -- configuration file for setnet
##
##

##
## The default configuration file for wpa_supplicant
##
WPA_FILE=/etc/wpa_supplicant/wpa_setnet.conf


##
## Logfile
##
LOGFILE=/var/log/setnet.log

##
##
##
TRUNCATE_LOG="yes"

##
## Required dependencies. If any of those commands is missing,
## the script will exit
##

HARD_DEPS="ip dhclient dialog"

##
## Suggested dependencies. The script will issue a warning if any of
## those commands is missing
##

SOFT_DEPS="wpa_cli wpa_supplicant"