From b4b2a910d0d948d775123dc779680980fda28f9d 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 cf52be07ee02ed0f6edf4d2a5d5867759b2d0d40. Origin commit data ------------------ Commit: https://github.com/neutrino-images/ni-neutrino/commit/d2d1cbcb50a06d1e4c840260f2f2cbbcfc3f96d7 Author: Thilo Graf Date: 2017-11-23 (Thu, 23 Nov 2017) --- 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");