summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2017-02-15 12:55:32 -0500
committerMike Frysinger <vapier@gentoo.org>2017-02-15 12:55:45 -0500
commitdabe8ab859be7c0428c151326bfa48573fa840ff (patch)
tree64b42708b4d6578ee77819e7cd623f0ec54ac95d /sys-fs/quota
parentnet-dns/bind: arm stable, bug #608740 (diff)
downloadgentoo-dabe8ab859be7c0428c151326bfa48573fa840ff.tar.gz
gentoo-dabe8ab859be7c0428c151326bfa48573fa840ff.tar.bz2
gentoo-dabe8ab859be7c0428c151326bfa48573fa840ff.zip
sys-fs/quota: switch init script to use `.` instead of `source` #609118
Diffstat (limited to 'sys-fs/quota')
-rw-r--r--sys-fs/quota/files/rpc.rquotad.initd2
1 files changed, 1 insertions, 1 deletions
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