From: Austin English Date: Wed, 18 May 2016 06:34:39 +0000 (-0500) Subject: sys-fs/quota: use #!/sbin/openrc-run instead of #!/sbin/runscript X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=29574d00c41a4d298c1aa8840763c3c6ca6e626a;p=gentoo.git sys-fs/quota: use #!/sbin/openrc-run instead of #!/sbin/runscript --- diff --git a/sys-fs/quota/files/quota.rc7 b/sys-fs/quota/files/quota.rc7 index 9ec5af028a92..8201767a4505 100644 --- a/sys-fs/quota/files/quota.rc7 +++ b/sys-fs/quota/files/quota.rc7 @@ -1,4 +1,4 @@ -#!/sbin/runscript +#!/sbin/openrc-run # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License, v2 # $Id$ diff --git a/sys-fs/quota/files/rpc.rquotad.initd b/sys-fs/quota/files/rpc.rquotad.initd index 60b4fbc338fd..047759a8d733 100644 --- a/sys-fs/quota/files/rpc.rquotad.initd +++ b/sys-fs/quota/files/rpc.rquotad.initd @@ -1,4 +1,4 @@ -#!/sbin/runscript +#!/sbin/openrc-run # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$