updated on Thu Jan 12 08:01:00 UTC 2012
[aur-mirror.git] / airoscript-svn / airoscript-conf.patch
bloba60db494f63e5a5c1e33bc91a3f7c50de5ee76c8
1 --- airoscript.conf.orig 2009-06-24 23:22:36.000000000 +0200
2 +++ airoscript.conf 2009-06-24 23:24:04.000000000 +0200
3 @@ -41,7 +41,7 @@
4 #export resonset="1" # this is also necesary
6 #Your dhcp client utility
7 - DHCPSOFT="dhclient"
8 + DHCPSOFT="dhcpcd"
10 # Debug:
11 # Uncomment next line to make airoscript not launch terminals, just print the command to be executed.
12 @@ -61,7 +61,7 @@
13 # For example, in systems where you have compiled aircrack-ng
14 # or in slax it'll be /usr/local/bin or BINDIR and SBINDIR
15 # And, on some systems, mdk3 will be installed on /usr/local/bin/
16 - PREFIX="/usr/local"
17 + PREFIX="/usr"
19 BINDIR="$PREFIX/bin/"
20 SBINDIR="$PREFIX/sbin/"
21 @@ -77,7 +77,7 @@
22 MACCHANGER=$BINDIR"macchanger"
24 # Fix to be able to use screenrc defined screenrc's
25 - [[ "$SCREENRC" == "" ]] && SCREENRC="$PREFIX/share/airoscript/screenrc"
26 + [[ "$SCREENRC" == "" ]] && SCREENRC="/etc/airoscript-screenrc"
28 FUNCTIONS="$PREFIX/share/airoscript/airoscfunc.sh"
29 SCREEN_FUNCTIONS="$PREFIX/share/airoscript/airoscfunc_screen.sh"
30 @@ -90,7 +90,7 @@
31 iwconfig="iwconfig"
33 # Path to optional binaries
34 - MDK3="/usr/local/sbin/mdk3"
35 + MDK3="/usr/sbin/mdk3"
37 # As i know, those are just used for spanish routers...
38 JTD="jazzteldecrypter"