Revert "shutdown_helper: add calling '/etc/init.d/rcK'"

This reverts commit 6709ae0feb.
This commit is contained in:
2017-11-23 20:07:50 +01:00
parent c88120cc03
commit d2d1cbcb50

View File

@@ -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");