From d2d1cbcb50a06d1e4c840260f2f2cbbcfc3f96d7 Mon Sep 17 00:00:00 2001 From: Thilo Graf Date: Thu, 23 Nov 2017 20:07:50 +0100 Subject: [PATCH] Revert "shutdown_helper: add calling '/etc/init.d/rcK'" This reverts commit 6709ae0feb9544a1cc4f45a982f9f7bd0f131ec8. --- src/shutdown_helper.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/shutdown_helper.c b/src/shutdown_helper.c index 52acdfb93..55fb76739 100644 --- a/src/shutdown_helper.c +++ b/src/shutdown_helper.c @@ -55,8 +55,6 @@ int main(int argc, char **argv) fp.timer_minutes_hi = fp_timer >> 8;; fp.timer_minutes_lo = fp_timer & 0xFF; - system("/etc/init.d/rcK"); - fd = open("/dev/display", O_RDONLY); if (fd < 0) perror("/dev/display");