diff options
Diffstat (limited to 'net-wireless/kismet/files/rc-conf-3')
-rw-r--r-- | net-wireless/kismet/files/rc-conf-3 | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/net-wireless/kismet/files/rc-conf-3 b/net-wireless/kismet/files/rc-conf-3 new file mode 100644 index 000000000000..6d06f9747e76 --- /dev/null +++ b/net-wireless/kismet/files/rc-conf-3 @@ -0,0 +1,27 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License, v2 or later +# Peter Johanson <latexer@gentoo.org> + +# Config file for kimset server + +# ATTENTION: most of the kismet configuration is still done in +# /etc/kismet/kismet.conf +# To use the kismet init script, you must have "logtemplate" set to a location +# that is writable by the user assigned by "suiduser". +# e.g. +# suiduser=foo +# logtemplate=/home/foo/kismet_log/%n-%d-%i.%l + + +# Set WIFI_DEV to the device to be used by the kismet server. +# This device must have the ability to do monitor mode + + +WIFI_DEV="" + +# WIFI_DEV="wlan0" +# WIFI_DEV="eth1" + +# Options to pass to the hopper/monitor/server +KISMET_MONITOR_OPTS="" +KISMET_SERVER_OPTS="" |