* [gentoo-commits] repo/gentoo:master commit in: sys-fs/quota/files/
@ 2017-02-15 17:55 Mike Frysinger
0 siblings, 0 replies; only message in thread
From: Mike Frysinger @ 2017-02-15 17:55 UTC (permalink / raw
To: gentoo-commits
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
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2017-02-15 17:56 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-02-15 17:55 [gentoo-commits] repo/gentoo:master commit in: sys-fs/quota/files/ Mike Frysinger
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox