]> git.pld-linux.org Git - packages/kismet.git/blob - config.patch
af52d3b7f02b9887fe47711b4657953ae4b1edb6
[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
This page took 0.037891 seconds and 2 git commands to generate.