From: Zbigniew Jędrzejewski-Szmek Date: Tue, 26 May 2020 13:06:53 +0000 (+0200) Subject: core: update comment about sysv compat X-Git-Tag: v246-rc1~268^2~4 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=3035a7c577dbacbe2c0c50a732fef274b1abbeb5;p=thirdparty%2Fsystemd.git core: update comment about sysv compat We don't want people to consider that part deprecated. Follow-up for 6589a56972. --- diff --git a/src/core/main.c b/src/core/main.c index 30e1b3d19d5..5dda164fefd 100644 --- a/src/core/main.c +++ b/src/core/main.c @@ -517,7 +517,7 @@ static int parse_proc_cmdline_item(const char *key, const char *value, void *dat } else if (!value) { const char *target; - /* SysV compatibility */ + /* Compatible with SysV, but supported independently even if SysV compatiblity is disabled. */ target = runlevel_to_target(key); if (target) return free_and_strdup_warn(&arg_default_unit, target);