]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
core: update comment about sysv compat
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Tue, 26 May 2020 13:06:53 +0000 (15:06 +0200)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Wed, 27 May 2020 07:02:09 +0000 (09:02 +0200)
We don't want people to consider that part deprecated.

Follow-up for 6589a56972.

src/core/main.c

index 30e1b3d19d5586e4beb1ba3cbd75351ae992ada9..5dda164fefd6fa4c5f70422904c747aa15e058f8 100644 (file)
@@ -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);