]> code.ossystems Code Review - openembedded-core.git/commit
tcf-agent: fix the init script: remove the "-s SSL:" option
authorDexuan Cui <dexuan.cui@intel.com>
Fri, 30 Jul 2010 03:09:53 +0000 (11:09 +0800)
committerRichard Purdie <rpurdie@linux.intel.com>
Fri, 30 Jul 2010 13:50:31 +0000 (14:50 +0100)
commit8362a98b8e3ad3d97d1a7b65d0ecb4723fa9c769
tree8f6a5be67e9870af25b3ff97c1d862c29fb01b75
parentcdece362313c3213e3b825805f4afb1fd42c997c
tcf-agent: fix the init script: remove the "-s SSL:" option

[BUGFIX#158] tcf-agent launched with misleading options
In the commit 90e80aafbd244b00c2ced995feb73af4a739279b, with the image built by
poky-image-sdk(MACHINE=qemux86), tcf-agent is launched automatically with
the option "-s SSL:" in script /etc/init.d/tcf-agent, which is misleading to
users. This option tells the agent to use SSL instead of TCP for communication.
Because tcf-agent is not built with the SSL option enabled (libssl is not
installed in the target), the agent will fall back to TCP.

This could be misleading to users, so we may as well remove it.

Thanks Lianhao Lu for reporting the bug and clarifying it.

Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
meta/packages/tcf-agent/tcf-agent/fix_tcf-agent.init.patch