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

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


Origin commit data
------------------
Branch: ni/coolstream
Commit: fe05a517d9
Author: vanhofen <vanhofen@gmx.de>
Date: 2017-11-23 (Thu, 23 Nov 2017)



------------------
This commit was generated by Migit
This commit is contained in:
vanhofen
2017-11-23 17:31:33 +01:00
parent 8acef4abf4
commit c1177bc2db

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