Lines 55-61
Link Here
|
55 |
# Where the conf file should live could be different for your distro. Please change |
55 |
# Where the conf file should live could be different for your distro. Please change |
56 |
# at install time with "make install sysconfdir=/etc/wifi-radar" or similar. -BEF- |
56 |
# at install time with "make install sysconfdir=/etc/wifi-radar" or similar. -BEF- |
57 |
# |
57 |
# |
58 |
CONF_FILE = "/etc/wifi-radar.conf" |
58 |
CONF_FILE = "/etc/wifi-radar/wifi-radar.conf" |
59 |
|
59 |
|
60 |
IWLIST_COMMAND = "iwlist" |
60 |
IWLIST_COMMAND = "iwlist" |
61 |
IWCONFIG_COMMAND = "iwconfig" |
61 |
IWCONFIG_COMMAND = "iwconfig" |