From: Austin English Date: Wed, 18 May 2016 06:34:30 +0000 (-0500) Subject: sys-fs/cachefilesd: use #!/sbin/openrc-run instead of #!/sbin/runscript X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=22b3555022a44fd7f3d552f1eb1a1d2d81409111;p=gentoo.git sys-fs/cachefilesd: use #!/sbin/openrc-run instead of #!/sbin/runscript --- 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$