diff options
author | Lars Wendler <polynomial-c@gentoo.org> | 2016-05-03 11:16:19 +0200 |
---|---|---|
committer | Lars Wendler <polynomial-c@gentoo.org> | 2016-05-03 11:47:11 +0200 |
commit | 90c14228063160109abafb40de56c251c4ef0405 (patch) | |
tree | 244d0d69470f1eb2c3c312db99a7964ca2acc6b2 /sys-process | |
parent | dev-ml/pxp: fix build with ocaml 4.03 (diff) | |
download | gentoo-90c14228063160109abafb40de56c251c4ef0405.tar.gz gentoo-90c14228063160109abafb40de56c251c4ef0405.tar.bz2 gentoo-90c14228063160109abafb40de56c251c4ef0405.zip |
sys-process/cronie: Fixed openrc init script shebang.
Package-Manager: portage-2.2.28
Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
Diffstat (limited to 'sys-process')
-rw-r--r-- | sys-process/cronie/files/cronie-1.3-initd | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-process/cronie/files/cronie-1.3-initd b/sys-process/cronie/files/cronie-1.3-initd index 2434d61e3e58..781ff67c47f8 100644 --- a/sys-process/cronie/files/cronie-1.3-initd +++ b/sys-process/cronie/files/cronie-1.3-initd @@ -1,5 +1,5 @@ -#!/sbin/runscript -# Copyright 1999-2014 Gentoo Foundation +#!/sbin/openrc-run +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ |