From 90010f6811e56c0e39cbb045a53a02ca46d3a163 Mon Sep 17 00:00:00 2001 From: Joerg Bornkessel Date: Tue, 7 Jan 2020 23:36:45 +0100 Subject: gentoo-vdr-sctips.git: fixed path to functions.sh rather depend on sys-apps/gentoo-functions than relaying on the existence of openrc Suggested-by: Lucian Muresan Signed-off-by: Joerg Bornkessel --- ChangeLog | 9 ++++++--- usr/sbin/dvb-reload-modules | 2 +- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index 2a056be..a51178a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,8 +1,11 @@ # ChangeLog for gentoo-vdr-scripts - -removed rtc-wakeup, anounced in privius version - Suggested-by: Lucian Muresan - + - removed rtc-wakeup, anounced in privius version + Suggested-by: Lucian Muresan + - fixed path to functions.sh + rather depend on sys-apps/gentoo-functions than relaying on the + existence of openrc + Suggested-by: Lucian Muresan *gentoo-vdr-scripts-2.8 (15 Dec 2019) diff --git a/usr/sbin/dvb-reload-modules b/usr/sbin/dvb-reload-modules index 79dc719..9c8762b 100755 --- a/usr/sbin/dvb-reload-modules +++ b/usr/sbin/dvb-reload-modules @@ -5,7 +5,7 @@ # Reload all loaded dvb modules # -. /etc/init.d/functions.sh +. /lib/gentoo/functions.sh : ${DEBUG:=0} -- cgit v1.2.3-65-gdbad