From dabe8ab859be7c0428c151326bfa48573fa840ff Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Wed, 15 Feb 2017 12:55:32 -0500 Subject: sys-fs/quota: switch init script to use `.` instead of `source` #609118 --- sys-fs/quota/files/rpc.rquotad.initd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys-fs') diff --git a/sys-fs/quota/files/rpc.rquotad.initd b/sys-fs/quota/files/rpc.rquotad.initd index 047759a8d733..bb43beb82ef6 100644 --- a/sys-fs/quota/files/rpc.rquotad.initd +++ b/sys-fs/quota/files/rpc.rquotad.initd @@ -3,7 +3,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Id$ -[ -e /etc/conf.d/nfs ] && source /etc/conf.d/nfs +[ -e /etc/conf.d/nfs ] && . /etc/conf.d/nfs rpc_bin=/usr/sbin/rpc.rquotad -- cgit v1.2.3-65-gdbad