From: Michal Sekletar Date: Tue, 24 Jan 2017 02:18:40 +0000 (+0100) Subject: load-fragment: fix comment to reflect changes made in 43eb109 (#5138) X-Git-Tag: v233~216 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=29e6561f89ea21f10e0ce48f8d69f4dd21492dee;p=thirdparty%2Fsystemd.git load-fragment: fix comment to reflect changes made in 43eb109 (#5138) --- diff --git a/src/core/load-fragment.c b/src/core/load-fragment.c index bc0cf73d39a..243c288885d 100644 --- a/src/core/load-fragment.c +++ b/src/core/load-fragment.c @@ -620,7 +620,7 @@ int config_parse_exec( * If it's prefixed with - and the path doesn't exist, * we ignore it instead of erroring out; * if it's prefixed with @, we allow overriding of argv[0]; - * and if it's prefixed with !, it will be run with full privileges */ + * and if it's prefixed with +, it will be run with full privileges */ if (*f == '-' && !ignore) ignore = true; else if (*f == '@' && !separate_argv0)