From e73a03e059830a3df8fac811f923704311e93731 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Tue, 10 Jun 2014 23:42:16 +0200 Subject: tmpfiles: get rid of "m" lines, make them redundant by "z" "m" so far has been a non-globbing version of "z". Since this makes it quite redundant, let's get rid of it. Remove "m" from the man pages, beef up "z" docs instead, and make "m" nothing more than a compatibility alias for "z". --- src/journal/journal-remote.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/journal/journal-remote.c') diff --git a/src/journal/journal-remote.c b/src/journal/journal-remote.c index 9adad7aabc..915f234ab2 100644 --- a/src/journal/journal-remote.c +++ b/src/journal/journal-remote.c @@ -185,7 +185,7 @@ static int open_output(Writer *s, const char* url) { if (r < 0) return log_oom(); } else { - r = is_dir(arg_output); + r = is_dir(arg_output, true); if (r > 0) { r = asprintf(&output, "%s/remote-%s.journal", arg_output, name); -- cgit v1.2.3-54-g00ecf