From 8420eae81b2888f6ff589f5b43ec14a8d31151b9 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Elan=20Ruusam=C3=A4e?= Date: Thu, 13 Jan 2011 09:16:26 +0000 Subject: [PATCH] - gps off by default Changed files: config.patch -> 1.2 --- config.patch | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/config.patch b/config.patch index 52e70f7..af52d3b 100644 --- a/config.patch +++ b/config.patch @@ -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 @@ -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 -@@ -121,8 +121,8 @@ +@@ -121,12 +121,12 @@ # OUI file, expected format 00:11:22manufname # 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? +-gps=true ++gps=false + # Do we use a locally serial attached GPS, or use a gpsd server? + # (Pick only one) + gpstype=gpsd -- 2.43.0