]> git.pld-linux.org Git - packages/kismet.git/blob - config.patch
52e70f7387bdd1b52980c5e157f125c2221ad76b
[packages/kismet.git] / config.patch
1 --- kismet-2010-07-R1/conf/kismet.conf.in~      2010-05-23 17:04:25.000000000 +0300
2 +++ kismet-2010-07-R1/conf/kismet.conf.in       2011-01-12 23:48:34.065930750 +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,8 +121,8 @@
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?
This page took 0.051035 seconds and 2 git commands to generate.