From 53cf204a2936f880e6f0a32bf8ba82a299169ad78dac7e2af52a6c5bedfec32c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Mon, 26 Oct 2015 10:52:07 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/X11:windowmanagers/icewm?expand=0&rev=50 --- icewm-preferences.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/icewm-preferences.patch b/icewm-preferences.patch index 01f8074..98c17ee 100644 --- a/icewm-preferences.patch +++ b/icewm-preferences.patch @@ -48,7 +48,7 @@ Index: src/preferences # Command to reboot the system -# RebootCommand="/bin/sh -c "{ test -e /run/systemd/system && systemctl reboot; } ||:"" -+RebootCommand="/bin/sh -c "systemctl reboot; ||:"" ++RebootCommand="/bin/sh -c "systemctl reboot ||:"" # Command to run on CPU status # CPUStatusCommand="xterm -name top -title Process\ Status -e top"