summaryrefslogtreecommitdiff
path: root/web
diff options
context:
space:
mode:
authorMichael Ossmann <mike@ossmann.com>2012-12-17 12:52:13 -0700
committerMichael Ossmann <mike@ossmann.com>2012-12-17 12:52:13 -0700
commit5ac8fc0132e64c6c5139b6d0670ca89842c9cf6c (patch)
tree0e61cdbec8a90749e5c79c614c7c30639a5b8ef4 /web
parent891592a499c6df859a7dc450d8c3d8544c5f5c18 (diff)
fixed broken plugin-ubertooth symlink in build guide
Diffstat (limited to 'web')
-rw-r--r--web/content/usage/build.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/web/content/usage/build.html b/web/content/usage/build.html
index a7637ff..96d4e80 100644
--- a/web/content/usage/build.html
+++ b/web/content/usage/build.html
@@ -76,8 +76,8 @@ is nessecary to compile Kismet from source:</p>
libpcap-dev libcap-dev
wget http://www.kismetwireless.net/code/kismet-2011-03-R2.tar.gz
tar xf kismet-2011-03-R2.tar.gz
- ln -s ubertooth-2012-10-R1/host/kismet/plugin-ubertooth kismet-2011-03-R2/
cd kismet-2011-03-R2
+ ln -s ../ubertooth-2012-10-R1/host/kismet/plugin-ubertooth kismet-2011-03-R2/
./configure
make && make plugins
sudo make suidinstall
@@ -155,8 +155,8 @@ to compile Kismet from source:</p>
libstdc++-devel gcc-c++ ncurses-devel"
wget http://www.kismetwireless.net/code/kismet-2011-03-R2.tar.gz
tar xf kismet-2011-03-R2.tar.gz
- ln -s ubertooth-2012-10-R1/host/kismet/plugin-ubertooth kismet-2011-03-R2/
cd kismet-2011-03-R2
+ ln -s ../ubertooth-2012-10-R1/host/kismet/plugin-ubertooth kismet-2011-03-R2/
./configure
make && make plugins
su -c "make suidinstall"
@@ -298,8 +298,8 @@ source, with the plugin linked to the source tree:</p>
First, create a kismet user group
wget http://www.kismetwireless.net/code/kismet-2011-03-R2.tar.gz
tar xf kismet-2011-03-R2.tar.gz
- ln -s ubertooth-2012-10-R1/host/kismet/plugin-ubertooth kismet-2011-03-R2/
cd kismet-2011-03-R2
+ ln -s ../ubertooth-2012-10-R1/host/kismet/plugin-ubertooth kismet-2011-03-R2/
./configure --prefix=/opt/local --with-suidgroup=kismet
make && make plugins
sudo make suidinstall