diff options
author | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:35:00 -0500 |
---|---|---|
committer | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:38:34 -0500 |
commit | 77920948350deb49fed8b1734114b8bb1b25fa53 (patch) | |
tree | 2d6eee62561c58e13f0707d3a5f746de797e7c36 /sys-process/dcron | |
parent | sys-process/daemontools-encore: use #!/sbin/openrc-run instead of #!/sbin/run... (diff) | |
download | gentoo-77920948350deb49fed8b1734114b8bb1b25fa53.tar.gz gentoo-77920948350deb49fed8b1734114b8bb1b25fa53.tar.bz2 gentoo-77920948350deb49fed8b1734114b8bb1b25fa53.zip |
sys-process/dcron: use #!/sbin/openrc-run instead of #!/sbin/runscript
Diffstat (limited to 'sys-process/dcron')
-rw-r--r-- | sys-process/dcron/files/dcron | 2 | ||||
-rw-r--r-- | sys-process/dcron/files/dcron.init | 2 | ||||
-rw-r--r-- | sys-process/dcron/files/dcron.init-4.4 | 2 | ||||
-rw-r--r-- | 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$ |