diff options
author | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:34:39 -0500 |
---|---|---|
committer | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:38:34 -0500 |
commit | 29574d00c41a4d298c1aa8840763c3c6ca6e626a (patch) | |
tree | 0615bc64483c4ffc37db4494f03679ae7fd6fd2e /sys-fs/quota | |
parent | sys-fs/owfs: use #!/sbin/openrc-run instead of #!/sbin/runscript (diff) | |
download | gentoo-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/quota')
-rw-r--r-- | sys-fs/quota/files/quota.rc7 | 2 | ||||
-rw-r--r-- | 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$ |