Gentoo Archives: gentoo-commits

From: Mike Frysinger <vapier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-fs/quota/files/
Date: Wed, 15 Feb 2017 17:56:02
Message-Id: 1487181345.dabe8ab859be7c0428c151326bfa48573fa840ff.vapier@gentoo
1 commit: dabe8ab859be7c0428c151326bfa48573fa840ff
2 Author: Mike Frysinger <vapier <AT> gentoo <DOT> org>
3 AuthorDate: Wed Feb 15 17:55:32 2017 +0000
4 Commit: Mike Frysinger <vapier <AT> gentoo <DOT> org>
5 CommitDate: Wed Feb 15 17:55:45 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dabe8ab8
7
8 sys-fs/quota: switch init script to use `.` instead of `source` #609118
9
10 sys-fs/quota/files/rpc.rquotad.initd | 2 +-
11 1 file changed, 1 insertion(+), 1 deletion(-)
12
13 diff --git a/sys-fs/quota/files/rpc.rquotad.initd b/sys-fs/quota/files/rpc.rquotad.initd
14 index 047759a8d7..bb43beb82e 100644
15 --- a/sys-fs/quota/files/rpc.rquotad.initd
16 +++ b/sys-fs/quota/files/rpc.rquotad.initd
17 @@ -3,7 +3,7 @@
18 # Distributed under the terms of the GNU General Public License v2
19 # $Id$
20
21 -[ -e /etc/conf.d/nfs ] && source /etc/conf.d/nfs
22 +[ -e /etc/conf.d/nfs ] && . /etc/conf.d/nfs
23
24 rpc_bin=/usr/sbin/rpc.rquotad