wok view airoscript-ng/stuff/config.patch @ rev 23143

updated lsof (4.91 -> 4.93.2)
author Hans-G?nter Theisgen
date Sun Mar 15 08:17:07 2020 +0100 (2020-03-15)
parents
children
line source
1 --- airoscript-ng.conf.orig 2010-01-15 21:57:00.955875872 +0300
2 +++ airoscript-ng.conf 2010-01-15 21:58:13.745874206 +0300
3 @@ -61,8 +61,8 @@
4 # For example, in systems where you have compiled aircrack-ng
5 # or in slax it'll be /usr/local/bin or BINDIR and SBINDIR
6 # And, on some systems, mdk3 will be installed on /usr/local/bin/
7 - PREFIX="/usr/local"
8 - AIRPREFIX="/usr/local" # This way we don't need to have airoscript in the same path as aircrack...
9 + PREFIX="/usr"
10 + AIRPREFIX="/usr" # This way we don't need to have airoscript in the same path as aircrack...
12 BINDIR="$AIRPREFIX/bin/"
13 SBINDIR="$AIRPREFIX/sbin/"
14 @@ -78,7 +78,7 @@
15 MACCHANGER=$BINDIR"macchanger"
17 # Fix to be able to use screenrc defined screenrc's
18 - [[ "$SCREENRC" == "" ]] && SCREENRC="$PREFIX/share/airoscript/screenrc"
19 + [[ "$SCREENRC" == "" ]] && SCREENRC="$PREFIX/share/airoscript-ng/screenrc"
21 FUNCTIONS="$PREFIX/share/airoscript-ng/functions.sh"
22 IFUNCTIONS="$PREFIX/share/airoscript-ng/functions_internal.sh"
23 @@ -92,7 +92,7 @@
24 iwconfig="iwconfig"
26 # Path to optional binaries
27 - MDK3="/usr/local/sbin/mdk3"
28 + MDK3="/usr/sbin/mdk3"
30 # As i know, those are just used for spanish routers...
31 JTD="jazzteldecrypter"