From 77920948350deb49fed8b1734114b8bb1b25fa53 Mon Sep 17 00:00:00 2001 From: Austin English Date: Wed, 18 May 2016 01:35:00 -0500 Subject: [PATCH] sys-process/dcron: use #!/sbin/openrc-run instead of #!/sbin/runscript --- sys-process/dcron/files/dcron | 2 +- sys-process/dcron/files/dcron.init | 2 +- sys-process/dcron/files/dcron.init-4.4 | 2 +- sys-process/dcron/files/dcron.init-4.5 | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/sys-process/dcron/files/dcron b/sys-process/dcron/files/dcron index 75922fb11079..b80e826f61d9 100644 --- a/sys-process/dcron/files/dcron +++ b/sys-process/dcron/files/dcron @@ -1,4 +1,4 @@ -#!/sbin/runscript +#!/sbin/openrc-run # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ diff --git a/sys-process/dcron/files/dcron.init b/sys-process/dcron/files/dcron.init index fbee9cf98fe6..6a8bb8c8d956 100644 --- a/sys-process/dcron/files/dcron.init +++ b/sys-process/dcron/files/dcron.init @@ -1,4 +1,4 @@ -#!/sbin/runscript +#!/sbin/openrc-run # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ diff --git a/sys-process/dcron/files/dcron.init-4.4 b/sys-process/dcron/files/dcron.init-4.4 index 6caed880dc3e..4e6a734df092 100644 --- a/sys-process/dcron/files/dcron.init-4.4 +++ b/sys-process/dcron/files/dcron.init-4.4 @@ -1,4 +1,4 @@ -#!/sbin/runscript +#!/sbin/openrc-run # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ diff --git a/sys-process/dcron/files/dcron.init-4.5 b/sys-process/dcron/files/dcron.init-4.5 index 0224283523a8..d359914125d2 100644 --- a/sys-process/dcron/files/dcron.init-4.5 +++ b/sys-process/dcron/files/dcron.init-4.5 @@ -1,4 +1,4 @@ -#!/sbin/runscript +#!/sbin/openrc-run # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ -- 2.26.2