summaryrefslogtreecommitdiff
path: root/sys-fs
diff options
context:
space:
mode:
authorAustin English <wizardedit@gentoo.org>2016-05-18 01:34:39 -0500
committerAustin English <wizardedit@gentoo.org>2016-05-18 01:38:34 -0500
commit29574d00c41a4d298c1aa8840763c3c6ca6e626a (patch)
tree0615bc64483c4ffc37db4494f03679ae7fd6fd2e /sys-fs
parentsys-fs/owfs: use #!/sbin/openrc-run instead of #!/sbin/runscript (diff)
downloadgentoo-29574d00c41a4d298c1aa8840763c3c6ca6e626a.tar.gz
gentoo-29574d00c41a4d298c1aa8840763c3c6ca6e626a.tar.bz2
gentoo-29574d00c41a4d298c1aa8840763c3c6ca6e626a.zip
sys-fs/quota: use #!/sbin/openrc-run instead of #!/sbin/runscript
Diffstat (limited to 'sys-fs')
-rw-r--r--sys-fs/quota/files/quota.rc72
-rw-r--r--sys-fs/quota/files/rpc.rquotad.initd2
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$