~ubuntu-branches/ubuntu/feisty/wifi-radar/feisty

« back to all changes in this revision

Viewing changes to debian/patches/02wpasupplicant.dpatch

  • Committer: Bazaar Package Importer
  • Author(s): Ante Karamatic
  • Date: 2006-04-10 22:27:19 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20060410222719-pen9o2ydsmnmx1xf
Tags: 1.9.6-0ubuntu1
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
#! /bin/sh /usr/share/dpatch/dpatch-run
2
 
## 02wpasupplicant.dpatch by Ante Karamatic <ivoks@grad.hr>
3
 
##
4
 
## All lines beginning with `## DP:' are a description of the patch.
5
 
## DP: No description.
6
 
 
7
 
@DPATCH@
8
 
diff -urNad --exclude=CVS --exclude=.svn ./WHISHLIST /tmp/dpep-work.eMci88/wifi-radar-1.9.4/WHISHLIST
9
 
--- ./WHISHLIST 2005-05-06 08:13:26.000000000 +0200
10
 
+++ /tmp/dpep-work.eMci88/wifi-radar-1.9.4/WHISHLIST    1970-01-01 01:00:00.000000000 +0100
11
 
@@ -1,3 +0,0 @@
12
 
diff -urNad --exclude=CVS --exclude=.svn ./WISHLIST /tmp/dpep-work.eMci88/wifi-radar-1.9.4/WISHLIST
13
 
--- ./WISHLIST  1970-01-01 01:00:00.000000000 +0100
14
 
+++ /tmp/dpep-work.eMci88/wifi-radar-1.9.4/WISHLIST     2006-03-24 16:06:38.276731896 +0100
15
 
@@ -0,0 +1,3 @@
16
 
+- Could it be possible to know (with wifi-radar) if you are connected or not and to which? DONE
17
 
+- Integration of WPA TKIP (wpa_supplicant)? (PARTIALLY done in 0.3.8-6mdk) 
18
 
+- wifi-radar -v should return a version number. Version number has to be included in the source. DONE
19
 
diff -urNad --exclude=CVS --exclude=.svn ./wifi-radar /tmp/dpep-work.eMci88/wifi-radar-1.9.4/wifi-radar
20
 
--- ./wifi-radar        2006-03-24 16:06:38.215741168 +0100
21
 
+++ /tmp/dpep-work.eMci88/wifi-radar-1.9.4/wifi-radar   2006-03-24 16:06:38.277731744 +0100
22
 
@@ -99,7 +99,7 @@
23
 
 # WPA_SUPPLICANT
24
 
 WPA_SUPPLICANT_COMMAND = "/usr/sbin/wpa_supplicant"
25
 
 WPA_SUPPLICANT_KILL_COMMAND=""
26
 
-WPA_SUPPLICANT_CONF="/etc/wpa_supplicant/wpa_supplicant.conf"
27
 
+WPA_SUPPLICANT_CONF="/etc/wpa_supplicant.conf"
28
 
 WPA_DRIVER="ipw"
29
 
 WPA_SUPPLICANT_PIDFILE = "/var/run/wpa_supplicant.pid"
30
 
 WPA_SUPPLICANT_ARGS    = "-B -i " + INTERFACE + " -c " + WPA_SUPPLICANT_CONF + " -D " + WPA_DRIVER + " -p " + WPA_SUPPLICANT_PIDFILE