diff options
author | 2017-02-15 12:55:32 -0500 | |
---|---|---|
committer | 2017-02-15 12:55:45 -0500 | |
commit | dabe8ab859be7c0428c151326bfa48573fa840ff (patch) | |
tree | 64b42708b4d6578ee77819e7cd623f0ec54ac95d /sys-fs | |
parent | net-dns/bind: arm stable, bug #608740 (diff) | |
download | gentoo-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')
-rw-r--r-- | sys-fs/quota/files/rpc.rquotad.initd | 2 |
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 |