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