Re: [PATCH] log: Do not print to syslog with -n option

2012-10-26 Thread Patrik Flykt
Hi, On Thu, 2012-10-04 at 14:57 +0300, Jukka Rissanen wrote: > If we are not detached (option -n is used), then print only to stdout. > This is useful if connman is run by systemd which would duplicate > the log entries if the program outputs both to syslog and stdout. This patch has bec

Re: [PacRunner - PATCH] build: Handle all documentations as extra distributed files

2012-10-26 Thread Patrik Flykt
On ons, 2012-10-24 at 14:14 +0300, Tomasz Bursztyka wrote: > --- > > Missing doc files in extra_dist. Applied, thanks! Patrik ___ connman mailing list connman@connman.net http://lists.connman.net/listinfo/connman

Connman upstream test result_20121026

2012-10-26 Thread Li, XiaX
Hi all, This is test report for connman-1.8.48.gde9e458-1.1.i586. In this testing,we ran 259 cases. 258 cases passed and 1 cases failed because of known bugs. The pass rate is 99%. We found 1 new bug, reopen 0 bug and verify 2 bugs. In this commit we found the bug that connman can enable-tetherin

Re: [PacRunner - PATCH] build: Handle all documentations as extra distributed files

2012-10-26 Thread Patrik Flykt
On ons, 2012-10-24 at 14:14 +0300, Tomasz Bursztyka wrote: > --- > > Missing doc files in extra_dist. Applied, fixed a whitespace error in the same go. Patrik ___ connman mailing list connman@connman.net http://lists.connman.net/listinfo/connm

Re: [PacRunner - Patch 0/4] Apply latest changes to gdbus in PacRunner

2012-10-26 Thread Patrik Flykt
On ons, 2012-10-24 at 13:07 +0300, Tomasz Bursztyka wrote: > Hi, > > This 4 patches are missing in PacRunner's gdbus. Applied, thanks a lot! Patrik ___ connman mailing list connman@connman.net http://lists.connman.net/listinfo/connman

Re: [PATCH] technology: Do not proceed with tethering if technology is not enabled

2012-10-26 Thread Patrik Flykt
On fre, 2012-10-26 at 10:33 +0300, Tomasz Bursztyka wrote: > Fixes BMC#25846 Applied, thanks! Patrik ___ connman mailing list connman@connman.net http://lists.connman.net/listinfo/connman

Re: [PacRunner - PATCH] build: Fix configure script so plugindir is well set without --prefix

2012-10-26 Thread Patrik Flykt
On ons, 2012-10-24 at 12:58 +0300, Tomasz Bursztyka wrote: > --- > > configure.ac | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) Applied, thanks! Patrik ___ connman mailing list connman@connman.net http://lists.connman.net/listinfo/c

[PATCH] technology: Do not proceed with tethering if technology is not enabled

2012-10-26 Thread Tomasz Bursztyka
Fixes BMC#25846 --- src/technology.c | 4 1 file changed, 4 insertions(+) diff --git a/src/technology.c b/src/technology.c index 324a103..1ff8fb7 100644 --- a/src/technology.c +++ b/src/technology.c @@ -223,6 +223,10 @@ static int set_tethering(struct connman_technology *technology,