From 490d46ec8dba4f6ec93a879779395184ce0e82c0 Mon Sep 17 00:00:00 2001 From: Striper Date: Sat, 18 Nov 2017 22:28:46 +0100 Subject: [PATCH] - rename uncooloff workaround to something less idiotic Signed-off-by: J. Krieg Signed-off-by: Thilo Graf --- src/Makefile.am | 4 ++-- src/{uncooloff.c => shutdown_helper.c} | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) rename src/{uncooloff.c => shutdown_helper.c} (95%) diff --git a/src/Makefile.am b/src/Makefile.am index f29ffed37..7737ff9b3 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -204,8 +204,8 @@ neutrino_LDADD += \ endif if BOXTYPE_COOL -bin_PROGRAMS += uncooloff -uncooloff_SOURCES = uncooloff.c +bin_PROGRAMS += shutdown_helper +shutdown_helper_SOURCES = shutdown_helper.c # if BOXMODEL_CS_HD2 # else # noinst_PROGRAMS = uncoolinit diff --git a/src/uncooloff.c b/src/shutdown_helper.c similarity index 95% rename from src/uncooloff.c rename to src/shutdown_helper.c index 8441cf1bd..55fb76739 100644 --- a/src/uncooloff.c +++ b/src/shutdown_helper.c @@ -1,5 +1,5 @@ /* - * uncooloff - switch off the box with a possible timer wakeup + * shutdown_helper - switch off the box with a possible timer wakeup * this is needed because the drivers do not implement a proper * hwclock interface :-( *