From 29912626562d07970018cd31b28c3962abcf87b6 Mon Sep 17 00:00:00 2001 From: KatolaZ Date: Sat, 7 Jan 2017 23:47:32 +0000 Subject: Package created for version 0.2.1 --- .../setnet-0.2.1/debian/setnet/etc/setnetrc | 28 ++++++++++++++++++++++ .../setnet/etc/wpa_supplicant/wpa_setnet.conf | 4 ++++ 2 files changed, 32 insertions(+) create mode 100644 debian_package/setnet-0.2.1/debian/setnet/etc/setnetrc create mode 100644 debian_package/setnet-0.2.1/debian/setnet/etc/wpa_supplicant/wpa_setnet.conf (limited to 'debian_package/setnet-0.2.1/debian/setnet/etc') diff --git a/debian_package/setnet-0.2.1/debian/setnet/etc/setnetrc b/debian_package/setnet-0.2.1/debian/setnet/etc/setnetrc new file mode 100644 index 0000000..725868a --- /dev/null +++ b/debian_package/setnet-0.2.1/debian/setnet/etc/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" diff --git a/debian_package/setnet-0.2.1/debian/setnet/etc/wpa_supplicant/wpa_setnet.conf b/debian_package/setnet-0.2.1/debian/setnet/etc/wpa_supplicant/wpa_setnet.conf new file mode 100644 index 0000000..9ce4275 --- /dev/null +++ b/debian_package/setnet-0.2.1/debian/setnet/etc/wpa_supplicant/wpa_setnet.conf @@ -0,0 +1,4 @@ +ctrl_interface=/var/run/wpa_supplicant +update_config=1 +GROUP=wheel + -- cgit v1.2.3