From b8c42c6c2f2a835f6e8efa394af7cbc7c9a5eea5 Mon Sep 17 00:00:00 2001 From: Michael Shigorin Date: Wed, 3 Jul 2019 20:19:59 +0300 Subject: [PATCH] x11: don't chkconfig dm on explicitly The problem is that `chkconfig dm on' will enable display manager service on *all* runlevels feasible without paying any attention to its customary subset of those; the solution seems just to avoid that. Note that there's at least one more similar case with networking services vs runlevels 2 and 3; it's to be handled either in a similar manner, or somewhat more generically. Reported-by: Konstantin Savun and Speccyfighter Suggested-by: Anton Midyukov See-also: https://bugzilla.altlinux.org/36967 See-also: https://forum.altlinux.org/index.php?topic=36177.msg340553#msg340553 See-also: https://www.opennet.ru/openforum/vsluhforumID3/117762.html#81 --- features.in/x11/config.mk | 1 - 1 file changed, 1 deletion(-) diff --git a/features.in/x11/config.mk b/features.in/x11/config.mk index d11a2a6..c2e2674 100644 --- a/features.in/x11/config.mk +++ b/features.in/x11/config.mk @@ -74,7 +74,6 @@ use/x11/wacom: use/x11 use/x11/dm: use/x11-autostart @$(call try,THE_DISPLAY_MANAGER,xdm) @$(call add,THE_PACKAGES,$$(THE_DISPLAY_MANAGER)) - @$(call try,THE_DM_SERVICE,dm) @$(call add,DEFAULT_SERVICES_ENABLE,$$(THE_DM_SERVICE)) use/x11/lightdm/gtk use/x11/lightdm/slick \ -- 2.10.4