~ubuntu-branches/ubuntu/vivid/wicd/vivid

« back to all changes in this revision

Viewing changes to wicd/wnettools.py

  • Committer: Bazaar Package Importer
  • Author(s): David Paleino
  • Date: 2009-02-08 14:57:56 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20090208145756-3arymyctltokm5gi
Tags: 1.5.9-1
* New upstream release:
  - Fixed security hole in DBus configuration file
  - Fixed the TTLS template
* debian/patches/:
  - 05-fix_DBus_policy.patch added, allow only members of the netdev
    group to configure wicd (Closes: #512160)
* debian/postinst: add group "netdev", which will be the only one able
  to configure wicd
* debian/control: added dependency on adduser
* debian/NEWS.Debian and debian/docs added, explain the new permissions
  policy

Show diffs side-by-side

added added

removed removed

Lines of Context:
1075
1075
                print 'WPA_CLI RESULT IS', result
1076
1076
 
1077
1077
            if not result:
 
1078
                print "Failed to find status in wpa_cli result %s" % str(output)
1078
1079
                return False
1079
1080
            if result == "COMPLETED":
1080
1081
                return True