diff options
Diffstat (limited to 'sys-fs')
-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$ |