mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-31 09:21:09 +02:00
Revert "shutdown_helper: add calling '/etc/init.d/rcK'"
This reverts commitc81c628e59
. 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:
@@ -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");
|
||||
|
Reference in New Issue
Block a user