mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-27 23:42:58 +02:00
Revert "shutdown_helper: add calling '/etc/init.d/rcK'"
This reverts commit 6709ae0feb
.
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