diff options
author | Joerg Bornkessel <hd_brummy@gentoo.org> | 2016-05-01 21:49:51 +0200 |
---|---|---|
committer | Joerg Bornkessel <hd_brummy@gentoo.org> | 2016-05-01 21:49:51 +0200 |
commit | b32f6afb1bb9be5596cd8123bb64ec636426ab08 (patch) | |
tree | 96ae482211773d117ba6b8e71433ef55ee7937b1 /etc | |
parent | Bumped to version 2.7.4 (diff) | |
download | gentoo-vdr-scripts-b32f6afb1bb9be5596cd8123bb64ec636426ab08.tar.gz gentoo-vdr-scripts-b32f6afb1bb9be5596cd8123bb64ec636426ab08.tar.bz2 gentoo-vdr-scripts-b32f6afb1bb9be5596cd8123bb64ec636426ab08.zip |
typo; fixed init scripts to use openrc-run
Diffstat (limited to 'etc')
-rw-r--r-- | etc/init.d/vdr | 4 | ||||
-rw-r--r-- | etc/init.d/vdr-x11 | 4 | ||||
-rw-r--r-- | etc/init.d/wakeup-reboot-halt | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/etc/init.d/vdr b/etc/init.d/vdr index e82e94e..8668d3d 100644 --- a/etc/init.d/vdr +++ b/etc/init.d/vdr @@ -1,5 +1,5 @@ -#!/sbin/runscript -# Copyright 1999-2015 Gentoo Foundation +#!/sbin/openrc-run +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ diff --git a/etc/init.d/vdr-x11 b/etc/init.d/vdr-x11 index 2ca211f..c8a834f 100644 --- a/etc/init.d/vdr-x11 +++ b/etc/init.d/vdr-x11 @@ -1,5 +1,5 @@ -#!/sbin/runscript -# Copyright 1999-2015 Gentoo Foundation +#!/sbin/openrc-run +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ diff --git a/etc/init.d/wakeup-reboot-halt b/etc/init.d/wakeup-reboot-halt index ae4a2e1..7026696 100644 --- a/etc/init.d/wakeup-reboot-halt +++ b/etc/init.d/wakeup-reboot-halt @@ -1,5 +1,5 @@ -#!/sbin/runscript -# Copyright 1999-2011 Gentoo Foundation +#!/sbin/openrc-run +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ |