Commit b8c42c6c authored by Michael Shigorin's avatar Michael Shigorin

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: 's avatarAnton Midyukov <antohami@altlinux.org> 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
parent 55adcbb6
...@@ -74,7 +74,6 @@ use/x11/wacom: use/x11 ...@@ -74,7 +74,6 @@ use/x11/wacom: use/x11
use/x11/dm: use/x11-autostart use/x11/dm: use/x11-autostart
@$(call try,THE_DISPLAY_MANAGER,xdm) @$(call try,THE_DISPLAY_MANAGER,xdm)
@$(call add,THE_PACKAGES,$$(THE_DISPLAY_MANAGER)) @$(call add,THE_PACKAGES,$$(THE_DISPLAY_MANAGER))
@$(call try,THE_DM_SERVICE,dm)
@$(call add,DEFAULT_SERVICES_ENABLE,$$(THE_DM_SERVICE)) @$(call add,DEFAULT_SERVICES_ENABLE,$$(THE_DM_SERVICE))
use/x11/lightdm/gtk use/x11/lightdm/slick \ use/x11/lightdm/gtk use/x11/lightdm/slick \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment