]> git.pld-linux.org Git - packages/kismet.git/commitdiff
- gps off by default
authorElan Ruusamäe <glen@pld-linux.org>
Thu, 13 Jan 2011 09:16:26 +0000 (09:16 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    config.patch -> 1.2

config.patch

index 52e70f7387bdd1b52980c5e157f125c2221ad76b..af52d3b7f02b9887fe47711b4657953ae4b1edb6 100644 (file)
@@ -1,5 +1,5 @@
---- kismet-2010-07-R1/conf/kismet.conf.in~     2010-05-23 17:04:25.000000000 +0300
-+++ kismet-2010-07-R1/conf/kismet.conf.in      2011-01-12 23:48:34.065930750 +0200
+--- kismet-2010-07-R1/conf/kismet.conf.in      2011-01-12 23:48:34.065930750 +0200
++++ kismet-2010-07-R1/conf/kismet.conf.in      2011-01-13 11:15:44.341395543 +0200
 @@ -10,7 +10,7 @@
  servername=Kismet_2009
  
 @@ -10,7 +10,7 @@
  servername=Kismet_2009
  
@@ -9,7 +9,7 @@
  
  # Do we process the contents of data frames?  If this is enabled, data
  # frames will be truncated to the headers only immediately after frame type
  
  # Do we process the contents of data frames?  If this is enabled, data
  # frames will be truncated to the headers only immediately after frame type
-@@ -121,8 +121,8 @@
+@@ -121,12 +121,12 @@
  # OUI file, expected format 00:11:22<tab>manufname
  # IEEE OUI file used to look up manufacturer info.  We default to the
  # wireshark one since most people have that.
  # OUI file, expected format 00:11:22<tab>manufname
  # IEEE OUI file used to look up manufacturer info.  We default to the
  # wireshark one since most people have that.
@@ -20,3 +20,8 @@
  ouifile=/usr/share/wireshark/manuf
  
  # Do we have a GPS?
  ouifile=/usr/share/wireshark/manuf
  
  # Do we have a GPS?
+-gps=true
++gps=false
+ # Do we use a locally serial attached GPS, or use a gpsd server?
+ # (Pick only one)
+ gpstype=gpsd
This page took 0.05438 seconds and 4 git commands to generate.