From 29574d00c41a4d298c1aa8840763c3c6ca6e626a Mon Sep 17 00:00:00 2001 From: Austin English Date: Wed, 18 May 2016 01:34:39 -0500 Subject: [PATCH] sys-fs/quota: use #!/sbin/openrc-run instead of #!/sbin/runscript --- sys-fs/quota/files/quota.rc7 | 2 +- sys-fs/quota/files/rpc.rquotad.initd | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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$ -- 2.26.2