sys-fs/quota: switch init script to use . instead of source #609118

This commit is contained in:
Mike Frysinger
2017-02-15 12:55:32 -05:00
parent 248faa8d41
commit dabe8ab859

View File

@@ -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