2005-08-16 20:35:58 +00:00
|
|
|
$OpenBSD: patch-conf_kismet_conf_in,v 1.2 2005/08/16 20:35:59 robert Exp $
|
|
|
|
--- conf/kismet.conf.in.orig Tue Aug 16 03:22:41 2005
|
|
|
|
+++ conf/kismet.conf.in Tue Aug 16 10:36:49 2005
|
2005-07-27 21:37:26 +00:00
|
|
|
@@ -10,7 +10,7 @@ version=2005.06.R1
|
|
|
|
servername=Kismet
|
|
|
|
|
|
|
|
# User to setid to (should be your normal user)
|
|
|
|
-suiduser=your_user_here
|
|
|
|
+suiduser=_kismet
|
|
|
|
|
|
|
|
# Sources are defined as:
|
|
|
|
# source=sourcetype,interface,name[,initialchannel]
|
|
|
|
@@ -169,7 +169,7 @@ writeinterval=300
|
|
|
|
# server itself will play sound. Primarily for headless or automated systems.
|
|
|
|
sound=false
|
|
|
|
# Path to sound player
|
|
|
|
-soundplay=/usr/bin/play
|
|
|
|
+soundplay=/usr/local/bin/play
|
|
|
|
# Optional parameters to pass to the player
|
|
|
|
# soundopts=--volume=.3
|
|
|
|
# New network found
|
|
|
|
@@ -223,7 +223,7 @@ metric=false
|
|
|
|
# recent versions of GPSDrive's native support of Kismet.
|
|
|
|
waypoints=false
|
2005-08-16 20:35:58 +00:00
|
|
|
# GPSDrive waypoint file. This WILL be truncated.
|
2005-07-27 21:37:26 +00:00
|
|
|
-waypointdata=%h/.gpsdrive/way_kismet.txt
|
|
|
|
+waypointdata=/var/log/kismet/way_kismet.txt
|
2005-08-16 20:35:58 +00:00
|
|
|
# Do we want ESSID or BSSID as the waypoint name ?
|
|
|
|
waypoint_essid=false
|
2005-07-27 21:37:26 +00:00
|
|
|
|
2005-08-16 20:35:58 +00:00
|
|
|
@@ -324,7 +324,7 @@ piddir=/var/run/
|
2005-07-27 21:37:26 +00:00
|
|
|
|
|
|
|
# Where state info, etc, is stored. You shouldnt ever need to change this.
|
|
|
|
# This is a directory.
|
|
|
|
-configdir=%h/.kismet/
|
|
|
|
+configdir=/var/log/kismet/
|
|
|
|
|
|
|
|
# cloaked SSID file. You shouldn't ever need to change this.
|
|
|
|
ssidmap=ssid_map
|