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

This reverts commit cf52be07ee.
It's not a good idea to call rcK inside a tool, that feeds the frontpanel only.


Origin commit data
------------------
Commit: fe05a517d9
Author: vanhofen <vanhofen@gmx.de>
Date: 2017-11-23 (Thu, 23 Nov 2017)
This commit is contained in:
vanhofen
2017-11-23 17:31:33 +01:00
parent 7501f7db04
commit 7690692c22

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