Re: [systemd-devel] [PATCH] timer: name the stamp file consistently

2014-06-27 Thread Lennart Poettering
On Thu, 26.06.14 13:23, Zbigniew Jędrzejewski-Szmek (zbys...@in.waw.pl) wrote: On Thu, Jun 26, 2014 at 10:16:27AM +0200, Michał Bartoszkiewicz wrote: The stamp file for systemd --user timers was named stamp-foo.timer if XDG_DATA_HOME was unset, but foo.timer otherwise. ---

Re: [systemd-devel] [PATCH] timer: name the stamp file consistently

2014-06-27 Thread Zbigniew Jędrzejewski-Szmek
On Fri, Jun 27, 2014 at 03:31:05PM +0200, Lennart Poettering wrote: On Thu, 26.06.14 13:23, Zbigniew Jędrzejewski-Szmek (zbys...@in.waw.pl) wrote: On Thu, Jun 26, 2014 at 10:16:27AM +0200, Michał Bartoszkiewicz wrote: The stamp file for systemd --user timers was named stamp-foo.timer if

Re: [systemd-devel] [PATCH] timer: name the stamp file consistently

2014-06-27 Thread Simon Peeters
2014-06-27 19:49 GMT+02:00 Lennart Poettering lenn...@poettering.net: Hmm, are you saying the current logic is no stamp file, trigger immediately? And you say it should be no stamp file, pretend there was one with the current time? no, afaik what he is saying that the current logic is indeed,

Re: [systemd-devel] [PATCH] timer: name the stamp file consistently

2014-06-27 Thread Zbigniew Jędrzejewski-Szmek
On Fri, Jun 27, 2014 at 08:18:18PM +0200, Simon Peeters wrote: 2014-06-27 19:49 GMT+02:00 Lennart Poettering lenn...@poettering.net: Hmm, are you saying the current logic is no stamp file, trigger immediately? And you say it should be no stamp file, pretend there was one with the current

[systemd-devel] [PATCH] timer: name the stamp file consistently

2014-06-26 Thread Michał Bartoszkiewicz
The stamp file for systemd --user timers was named stamp-foo.timer if XDG_DATA_HOME was unset, but foo.timer otherwise. --- src/core/timer.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/timer.c b/src/core/timer.c index 6f2deda..e69dfbd 100644 --- a/src/core/timer.c

Re: [systemd-devel] [PATCH] timer: name the stamp file consistently

2014-06-26 Thread Zbigniew Jędrzejewski-Szmek
On Thu, Jun 26, 2014 at 10:16:27AM +0200, Michał Bartoszkiewicz wrote: The stamp file for systemd --user timers was named stamp-foo.timer if XDG_DATA_HOME was unset, but foo.timer otherwise. --- src/core/timer.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git