Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37487794
en ru br
ALT Linux repos
S:0.19.0-alt2

Group :: Graphical desktop/KDE
RPM: sddm

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Patch: alt-systemctl-path.patch
Download


--- sddm-0.11.0/CMakeLists.txt~	2015-08-07 16:27:11.000000000 +0300
+++ sddm-0.11.0/CMakeLists.txt	2015-08-07 16:30:38.171000000 +0300
@@ -112,8 +112,8 @@ if(SYSTEMD_FOUND)
     execute_process(COMMAND ${PKG_CONFIG_EXECUTABLE} --variable=systemdsystemunitdir systemd OUTPUT_VARIABLE SYSTEMD_SYSTEM_UNIT_DIR)
     string(REGEX REPLACE "[ \t\n]+" "" SYSTEMD_SYSTEM_UNIT_DIR ${SYSTEMD_SYSTEM_UNIT_DIR})
     set(MINIMUM_VT 1)
-    set(HALT_COMMAND "/usr/bin/systemctl poweroff")
-    set(REBOOT_COMMAND "/usr/bin/systemctl reboot")
+    set(HALT_COMMAND "/sbin/systemctl poweroff")
+    set(REBOOT_COMMAND "/sbin/systemctl reboot")
 else()
     set(SYSTEMD_FOUND 0)
     set(MINIMUM_VT 7)
 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin