]> git.pld-linux.org Git - packages/kismet.git/blob - config.patch
- gps off on drone too
[packages/kismet.git] / config.patch
1 --- kismet-2010-07-R1/conf/kismet.conf.in       2011-01-12 23:48:34.065930750 +0200
2 +++ kismet-2010-07-R1/conf/kismet.conf.in       2011-01-13 11:15:44.341395543 +0200
3 @@ -10,7 +10,7 @@
4  servername=Kismet_2009
5  
6  # Prefix of where we log (as used in the logtemplate later)
7 -# logprefix=/some/path/to/logs
8 +logprefix=@localstatedir@/log/kismet
9  
10  # Do we process the contents of data frames?  If this is enabled, data
11  # frames will be truncated to the headers only immediately after frame type
12 @@ -121,12 +121,12 @@
13  # OUI file, expected format 00:11:22<tab>manufname
14  # IEEE OUI file used to look up manufacturer info.  We default to the
15  # wireshark one since most people have that.
16 -ouifile=/etc/manuf
17 -ouifile=/usr/share/wireshark/wireshark/manuf
18 +#ouifile=/etc/manuf
19 +#ouifile=/usr/share/wireshark/wireshark/manuf
20  ouifile=/usr/share/wireshark/manuf
21  
22  # Do we have a GPS?
23 -gps=true
24 +gps=false
25  # Do we use a locally serial attached GPS, or use a gpsd server?
26  # (Pick only one)
27  gpstype=gpsd
28 --- kismet-2010-07-R1/conf/kismet_drone.conf~   2008-12-11 00:12:27.000000000 +0200
29 +++ kismet-2010-07-R1/conf/kismet_drone.conf    2011-01-13 20:03:48.696974538 +0200
30 @@ -16,7 +16,7 @@
31  droneringlen=65535
32  
33  # Do we have a GPS?
34 -gps=true
35 +gps=false
36  # Do we use a locally serial attached GPS, or use a gpsd server?
37  # (Pick only one)
38  gpstype=gpsd
This page took 0.098894 seconds and 3 git commands to generate.