wok diff airoscript-ng/stuff/config.patch @ rev 19794

zerofree: add -lcom_err
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Feb 23 11:10:10 2017 +0100 (2017-02-23)
parents
children
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/airoscript-ng/stuff/config.patch	Thu Feb 23 11:10:10 2017 +0100
     1.3 @@ -0,0 +1,31 @@
     1.4 +--- airoscript-ng.conf.orig	2010-01-15 21:57:00.955875872 +0300
     1.5 ++++ airoscript-ng.conf	2010-01-15 21:58:13.745874206 +0300
     1.6 +@@ -61,8 +61,8 @@
     1.7 + 	# For example, in systems where you have compiled aircrack-ng 
     1.8 + 	# or in slax it'll be /usr/local/bin or BINDIR and SBINDIR
     1.9 + 	# And, on some systems, mdk3 will be installed on /usr/local/bin/
    1.10 +-	PREFIX="/usr/local"
    1.11 +-    AIRPREFIX="/usr/local" # This way we don't need to have airoscript in the same path as aircrack...
    1.12 ++	PREFIX="/usr"
    1.13 ++    AIRPREFIX="/usr" # This way we don't need to have airoscript in the same path as aircrack...
    1.14 + 
    1.15 + 	BINDIR="$AIRPREFIX/bin/"
    1.16 + 	SBINDIR="$AIRPREFIX/sbin/"                     
    1.17 +@@ -78,7 +78,7 @@
    1.18 + 	MACCHANGER=$BINDIR"macchanger"
    1.19 + 
    1.20 + 	# Fix to be able to use screenrc defined screenrc's
    1.21 +-	[[ "$SCREENRC" == "" ]] && SCREENRC="$PREFIX/share/airoscript/screenrc"
    1.22 ++	[[ "$SCREENRC" == "" ]] && SCREENRC="$PREFIX/share/airoscript-ng/screenrc"
    1.23 + 	
    1.24 + 	FUNCTIONS="$PREFIX/share/airoscript-ng/functions.sh"
    1.25 + 	IFUNCTIONS="$PREFIX/share/airoscript-ng/functions_internal.sh"
    1.26 +@@ -92,7 +92,7 @@
    1.27 + 	iwconfig="iwconfig"
    1.28 + 
    1.29 + # Path to optional binaries
    1.30 +-	MDK3="/usr/local/sbin/mdk3"
    1.31 ++	MDK3="/usr/sbin/mdk3"
    1.32 + 
    1.33 + 	# As i know, those are just used for spanish routers...
    1.34 + 	JTD="jazzteldecrypter"