~ubuntu-branches/ubuntu/trusty/mandos/trusty-proposed

« back to all changes in this revision

Viewing changes to network-hooks.d/wireless

  • Committer: Package Import Robot
  • Author(s): Teddy Hogeborn
  • Date: 2012-06-01 20:30:41 UTC
  • mfrom: (1.3.6)
  • Revision ID: package-import@ubuntu.com-20120601203041-2xdevwibhmm5c90z
Tags: 1.5.5-1
* New upstream release.
* debian/copyright (Format): Updated to
  "http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/".
* debian/control (Build-Depends): Removed "man, locales-all".

Show diffs side-by-side

added added

removed removed

Lines of Context:
35
35
    exit
36
36
fi
37
37
 
38
 
ifkeys=`env | sed -n -e 's/^ADDRESS_\([^=]*\)=.*/\1/p' "$CONFIG" \
39
 
    | sort -u`
 
38
ifkeys=`sed -n -e 's/^ADDRESS_\([^=]*\)=.*/\1/p' "$CONFIG" | sort -u`
40
39
 
41
40
# Exit if DEVICE is set and is not any of the wireless interfaces
42
41
if [ -n "$DEVICE" ]; then