]> git.pld-linux.org Git - packages/kismet.git/blame - config.patch
- release 4 (by relup.sh)
[packages/kismet.git] / config.patch
CommitLineData
4c554cef
ŁM
1--- kismet-2010-07-R1/conf/kismet_drone.conf~ 2008-12-11 00:12:27.000000000 +0200
2+++ kismet-2010-07-R1/conf/kismet_drone.conf 2011-01-13 20:03:48.696974538 +0200
3@@ -16,7 +16,7 @@
4 droneringlen=65535
5
6 # Do we have a GPS?
7-gps=true
8+gps=false
9 # Do we use a locally serial attached GPS, or use a gpsd server?
10 # (Pick only one)
11 gpstype=gpsd
12--- kismet-2016-07-R1/conf/kismet.conf.in~ 2016-07-02 20:06:10.000000000 +0200
13+++ kismet-2016-07-R1/conf/kismet.conf.in 2017-01-17 10:59:15.329493490 +0100
14@@ -11,7 +11,7 @@
15 # servername=Kismet Server
74f46803
ER
16
17 # Prefix of where we log (as used in the logtemplate later)
18-# logprefix=/some/path/to/logs
19+logprefix=@localstatedir@/log/kismet
20
21 # Do we process the contents of data frames? If this is enabled, data
22 # frames will be truncated to the headers only immediately after frame type
4c554cef 23@@ -122,13 +122,13 @@
74f46803
ER
24 # OUI file, expected format 00:11:22<tab>manufname
25 # IEEE OUI file used to look up manufacturer info. We default to the
26 # wireshark one since most people have that.
27-ouifile=/etc/manuf
28-ouifile=/usr/share/wireshark/wireshark/manuf
29+#ouifile=/etc/manuf
30+#ouifile=/usr/share/wireshark/wireshark/manuf
31 ouifile=/usr/share/wireshark/manuf
4c554cef
ŁM
32-ouifile=/Applications/Wireshark.app/Contents/Resources/share/wireshark/manuf
33+#ouifile=/Applications/Wireshark.app/Contents/Resources/share/wireshark/manuf
74f46803
ER
34
35 # Do we have a GPS?
8420eae8
ER
36-gps=true
37+gps=false
4c554cef
ŁM
38 # Do we use a locally serial attached GPS, or use a gpsd server, or
39 # use a fixed virtual gps?
5396ded6 40 # (Pick only one)
This page took 0.094316 seconds and 4 git commands to generate.