]> pilppa.org Git - familiar-h63xx-build.git/blob - org.handhelds.familiar/packages/wpa-supplicant/wpasupplicant-0.5.5/scripts-standard-sh.patch
wpasupplicant: add fully featured version based on 0.5.5-2 from Debian.
[familiar-h63xx-build.git] / org.handhelds.familiar / packages / wpa-supplicant / wpasupplicant-0.5.5 / scripts-standard-sh.patch
1 diff -ur wpa_supplicant-0.5.5.debian/debian/functions.sh wpa_supplicant-0.5.5/debian/functions.sh
2 --- wpa_supplicant-0.5.5.debian/debian/functions.sh     2006-10-20 20:21:16.000000000 +0200
3 +++ wpa_supplicant-0.5.5/debian/functions.sh    2006-10-20 20:23:55.000000000 +0200
4 @@ -36,7 +36,7 @@
5  
6  # verbosity variables
7  if [ -n "$IF_WPA_VERBOSITY" ] || [ "$VERBOSITY" = "1" ]; then
8 -       TO_NULL="/dev/stdout"
9 +       TO_NULL="&1"
10         DAEMON_VERBOSITY="--verbose"
11  else
12         TO_NULL="/dev/null"
13 @@ -86,7 +86,7 @@
14                         ;;
15                 "stderr")
16                         shift
17 -                       echo "$WPA_SUP_PNAME: $@" >/dev/stderr
18 +                       echo "$WPA_SUP_PNAME: $@" >&2
19                         ;;
20                 *)
21                         ;;