commit: dabe8ab859be7c0428c151326bfa48573fa840ff Author: Mike Frysinger <vapier <AT> gentoo <DOT> org> AuthorDate: Wed Feb 15 17:55:32 2017 +0000 Commit: Mike Frysinger <vapier <AT> gentoo <DOT> org> CommitDate: Wed Feb 15 17:55:45 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dabe8ab8
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(-) diff --git a/sys-fs/quota/files/rpc.rquotad.initd b/sys-fs/quota/files/rpc.rquotad.initd index 047759a8d7..bb43beb82e 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
