[systemd-devel] [PATCH] timedated: gather timezone from /etc/localtime sym target

2012-08-08 Thread shawnlandden
From: Shawn Landen keep other method for now, consider dropping later. Supporting relative links here could be problematic as timezones in /usr/share/zoneinfo are often themselves symlinks (and symlinks to symlinks), so this implamentation only only support absolute links. --- src/timedate/time

[systemd-devel] [PATCH] logs-show: fix off-by-one error

2012-08-02 Thread shawnlandden
From: Shawn Landen Ellipsize lines that are one character too long. --- src/shared/logs-show.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/shared/logs-show.c b/src/shared/logs-show.c index c72ebc1..b6e6a85 100644 --- a/src/shared/logs-show.c +++ b/src/shared/logs-s