From 22b3555022a44fd7f3d552f1eb1a1d2d81409111 Mon Sep 17 00:00:00 2001 From: Austin English Date: Wed, 18 May 2016 01:34:30 -0500 Subject: [PATCH] sys-fs/cachefilesd: use #!/sbin/openrc-run instead of #!/sbin/runscript --- sys-fs/cachefilesd/files/cachefilesd-2.init | 2 +- sys-fs/cachefilesd/files/cachefilesd-3.init | 2 +- sys-fs/cachefilesd/files/cachefilesd.init | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/sys-fs/cachefilesd/files/cachefilesd-2.init b/sys-fs/cachefilesd/files/cachefilesd-2.init index afc7fc5a0ab6..420c0e8518d8 100644 --- a/sys-fs/cachefilesd/files/cachefilesd-2.init +++ b/sys-fs/cachefilesd/files/cachefilesd-2.init @@ -1,4 +1,4 @@ -#!/sbin/runscript +#!/sbin/openrc-run # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ diff --git a/sys-fs/cachefilesd/files/cachefilesd-3.init b/sys-fs/cachefilesd/files/cachefilesd-3.init index b21c56e6e9ab..2c49bf3fde33 100644 --- a/sys-fs/cachefilesd/files/cachefilesd-3.init +++ b/sys-fs/cachefilesd/files/cachefilesd-3.init @@ -1,4 +1,4 @@ -#!/sbin/runscript +#!/sbin/openrc-run # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ diff --git a/sys-fs/cachefilesd/files/cachefilesd.init b/sys-fs/cachefilesd/files/cachefilesd.init index 93090ef2afbc..c972aea695ff 100644 --- a/sys-fs/cachefilesd/files/cachefilesd.init +++ b/sys-fs/cachefilesd/files/cachefilesd.init @@ -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$ -- 2.26.2