Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 358331 - net-misc/connman - invalid option passed in conf.d/ snippet
Summary: net-misc/connman - invalid option passed in conf.d/ snippet
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Robert Piasek (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-03-11 01:26 UTC by Andrew Brouwers
Modified: 2011-04-14 08:34 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
connman Changelog (ChangeLog,22.04 KB, text/plain)
2011-04-03 12:35 UTC, David J Cozatt
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Andrew Brouwers 2011-03-11 01:26:48 UTC
The default conf.d/ snippet for connman passes "--compat" , which is an obsolete variable for the past few versions.

thinkpad ajb # connmand --help
Usage:
  connmand [OPTION...]

Help Options:
  -h, --help                  Show help options

Application Options:
  -d, --debug=DEBUG           Specify debug options to enable
  -i, --device=DEV            Specify networking device or interface
  -I, --nodevice=DEV          Specify networking interface to ignore
  -p, --plugin=NAME,...       Specify plugins to load
  -P, --noplugin=NAME,...     Specify plugins not to load
  -W, --wifi=NAME             Specify driver for WiFi/Supplicant
  -n, --nodaemon              Don't fork daemon to background
  -r, --nodnsproxy            Don't enable DNS Proxy
  -c, --compat                (obsolete)
  -v, --version               Show version information and exit

Reproducible: Always
Comment 1 Jorge Manuel B. S. Vicetto (RETIRED) Gentoo Infrastructure gentoo-dev 2011-03-14 15:58:33 UTC
Please paste your emerge --info as a comment to this bug report.
Do you know on which version of the package did the option became obsolete?
Comment 2 David J Cozatt 2011-04-03 12:35:54 UTC
Created attachment 268323 [details]
connman Changelog

removed perhaps here?

ver 0.68:
        Fix issue with wrong name of PolicyKit configuration file.
        Fix issue with inconsistency of WiFi scan states.
        Fix issue with missing auto-reconnect and oFono.
        Add support for vpnc based private networks.
        Add support for WiFi Protected Setup handling.
        Remove legacy WiFi plugin.
Comment 3 Robert Piasek (RETIRED) gentoo-dev 2011-04-14 08:34:53 UTC
I've added 0.72 to the tree today which removes this option. Thank you for reporting.