From 4d5dec2389d8e6ce78b45d3058220888f4a93db7 Mon Sep 17 00:00:00 2001 From: Zbigniew Jędrzejewski-Szmek Date: Thu, 2 Oct 2014 08:01:00 -0400 Subject: Rename user_runtime to user_runtime_dir This makes this function name similar to user_config_home() and makes it match the name of the environment variable. --- src/shared/install.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/shared/install.c') diff --git a/src/shared/install.c b/src/shared/install.c index 302b5237a6..fa064c230f 100644 --- a/src/shared/install.c +++ b/src/shared/install.c @@ -109,7 +109,7 @@ static int get_config_path(UnitFileScope scope, bool runtime, const char *root_d return -EINVAL; if (runtime) - r = user_runtime(&p); + r = user_runtime_dir(&p); else r = user_config_home(&p); -- cgit v1.2.3-54-g00ecf