FIX: file name correction
[wifi-radar.git] / debian / patches / 02wpa_supp_args.dpatch
blob3f45f81836793812eea6e93994230baa8018a1db
1 #! /bin/sh /usr/share/dpatch/dpatch-run
2 ## 02wpa_supp_args.dpatch by Ante Karamatic <ivoks@ubuntu.com>
3 ##
4 ## All lines beginning with `## DP:' are a description of the patch.
5 ## DP: No description.
7 @DPATCH@
8 diff -urNad --exclude=CVS --exclude=.svn ./wifi-radar /tmp/dpep-work.4AVYgk/wifi-radar-1.9.6/wifi-radar
9 --- ./wifi-radar 2006-04-27 06:51:40.000000000 +0200
10 +++ /tmp/dpep-work.4AVYgk/wifi-radar-1.9.6/wifi-radar 2006-04-27 06:53:45.752144768 +0200
11 @@ -136,7 +136,7 @@
14 # WPA_SUPPLICANT
15 -WPA_SUPPLICANT_COMMAND = "/usr/sbin/wpa_supplicant"
16 +WPA_SUPPLICANT_COMMAND = "/sbin/wpa_supplicant"
17 WPA_SUPPLICANT_KILL_COMMAND=""
18 WPA_SUPPLICANT_CONF="/etc/wpa_supplicant/wpa_supplicant.conf"
19 WPA_DRIVER="ipw"