Re: [systemd-devel] Typo fix in libabc (you missed my prev. letter?)

2015-01-08 Thread Askar Safin
> Fixed. And your autogen.sh lost its executable bit ___ systemd-devel mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/systemd-devel

Re: [systemd-devel] Typo fix in libabc (you missed my prev. letter?)

2015-01-08 Thread Kay Sievers
On Thu, Jan 8, 2015 at 9:27 AM, Kay Sievers wrote: > On Thu, Jan 8, 2015 at 9:24 AM, Ivan Shapovalov wrote: >> On Thursday 08 January 2015 at 08:11:05, Martin Pitt wrote: >>> Hello Askar, >>> >>> Askar Safin [2015-01-07 1:13 +0300]: >>> > Hi. It seems you missed my prev. letter. So, I am sending

Re: [systemd-devel] Typo fix in libabc (you missed my prev. letter?)

2015-01-08 Thread Kay Sievers
On Thu, Jan 8, 2015 at 9:24 AM, Ivan Shapovalov wrote: > On Thursday 08 January 2015 at 08:11:05, Martin Pitt wrote: >> Hello Askar, >> >> Askar Safin [2015-01-07 1:13 +0300]: >> > Hi. It seems you missed my prev. letter. So, I am sending you the patch >> > again. Typo fix in README in libabc: >

Re: [systemd-devel] Typo fix in libabc (you missed my prev. letter?)

2015-01-08 Thread Ivan Shapovalov
On Thursday 08 January 2015 at 08:11:05, Martin Pitt wrote: > Hello Askar, > > Askar Safin [2015-01-07 1:13 +0300]: > > Hi. It seems you missed my prev. letter. So, I am sending you the patch > > again. Typo fix in README in libabc: > > -Make your code safe for unexpected termination and an

Re: [systemd-devel] Typo fix in libabc (you missed my prev. letter?)

2015-01-07 Thread Martin Pitt
Hello Askar, Askar Safin [2015-01-07 1:13 +0300]: > Hi. It seems you missed my prev. letter. So, I am sending you the patch > again. Typo fix in README in libabc: > -Make your code safe for unexpected termination and any point: > +Make your code safe for unexpected termination at any point: I (

Re: [systemd-devel] Typo fix in libabc (you missed my prev. letter?)

2015-01-06 Thread Askar Safin
Hi. It seems you missed my prev. letter. So, I am sending you the patch again. Typo fix in README in libabc: -Make your code safe for unexpected termination and any point: +Make your code safe for unexpected termination at any point: ___ systemd-devel ma

[systemd-devel] Typo fix in libabc

2015-01-02 Thread Askar Safin
-Make your code safe for unexpected termination and any point: +Make your code safe for unexpected termination at any point: ___ systemd-devel mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/systemd-devel

[systemd-devel] typo in tty-ask-password-agent.c ?

2014-04-03 Thread Simon
Hello, I think I may have found an error in systemd source, in tty-ask-password-agent.c, fuction wall_tty_block : r = get_ctty_devnr(0, &devnr); if (r < 0) return -r; shouldn’t be "return -r" be "return r" ? Regards, Simon __

Re: [systemd-devel] typo? path-util: unify code for detecting OS trees

2013-04-17 Thread Peeters Simon
>> while reading random patches in cgit I saw >> (in commit 6606089752df90f3eeb4924af109046f1c73554c) >> >> ... >> > diff --git a/src/shared/util.h b/src/shared/util.h >> > index 3aac165..cfb5493 100644 >> > --- a/src/shared/util.h >> > +++ b/src/shared/util.h >> > @@ -684,3 +684,15 @@ int unlink_n

Re: [systemd-devel] typo? path-util: unify code for detecting OS trees

2013-04-17 Thread Lennart Poettering
On Wed, 17.04.13 09:33, Peeters Simon ([email protected]) wrote: > while reading random patches in cgit I saw > (in commit 6606089752df90f3eeb4924af109046f1c73554c) > > ... > > diff --git a/src/shared/util.h b/src/shared/util.h > > index 3aac165..cfb5493 100644 > > --- a/src/shared/util.h >

Re: [systemd-devel] typo? path-util: unify code for detecting OS trees

2013-04-17 Thread Zbigniew Jędrzejewski-Szmek
On Wed, Apr 17, 2013 at 09:33:35AM +0200, Peeters Simon wrote: > while reading random patches in cgit I saw > (in commit 6606089752df90f3eeb4924af109046f1c73554c) > > ... > > diff --git a/src/shared/util.h b/src/shared/util.h > > index 3aac165..cfb5493 100644 > > --- a/src/shared/util.h > > +++ b/

[systemd-devel] typo? path-util: unify code for detecting OS trees

2013-04-17 Thread Peeters Simon
while reading random patches in cgit I saw (in commit 6606089752df90f3eeb4924af109046f1c73554c) ... > diff --git a/src/shared/util.h b/src/shared/util.h > index 3aac165..cfb5493 100644 > --- a/src/shared/util.h > +++ b/src/shared/util.h > @@ -684,3 +684,15 @@ int unlink_noerrno(const char *path);

Re: [systemd-devel] Typo fix

2013-01-15 Thread Dave Reisner
On Tue, Jan 15, 2013 at 12:58:42PM +0200, Oleksii Shevchuk wrote: > diff --git a/src/systemctl/systemctl.c b/src/systemctl/systemctl.c > index d56b4d6..66d031d 100644 > --- a/src/systemctl/systemctl.c > +++ b/src/systemctl/systemctl.c > @@ -1042,7 +1042,7 @@ static bool need_daemon_reload(DBusConne

[systemd-devel] Typo fix

2013-01-15 Thread Oleksii Shevchuk
diff --git a/src/systemctl/systemctl.c b/src/systemctl/systemctl.c index d56b4d6..66d031d 100644 --- a/src/systemctl/systemctl.c +++ b/src/systemctl/systemctl.c @@ -1042,7 +1042,7 @@ static bool need_daemon_reload(DBusConnection *bus, const char *unit) { /* We ignore all errors here, sinc

Re: [systemd-devel] Typo

2012-04-19 Thread Kay Sievers
On Thu, Apr 19, 2012 at 11:04, Sven Anders wrote: > Hello! > I just want to report a small typo in file "src/install.c" > (it's "src/shared/install.c" in the current tree): > > Line 1938: >        [UNIT_FILE_ENABLED_RUNTIME] = "enabled-runtie", > > Should be "enable-runtime", Fixed. Thanks, Kay

[systemd-devel] Typo

2012-04-19 Thread Sven Anders
Hello! I just want to report a small typo in file "src/install.c" (it's "src/shared/install.c" in the current tree): Line 1938: [UNIT_FILE_ENABLED_RUNTIME] = "enabled-runtie", Should be "enable-runtime", Regards Sven -- Sven Anders () UTF-8 Ribbon Campaign