Gentoo Archives: gentoo-commits

From: William Hubbs <williamh@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/openrc:master commit in: init.d/
Date: Thu, 14 Dec 2017 23:32:44
Message-Id: 1513294317.4f750933fd8ef944be58bfeef071a8e35fc0c606.williamh@OpenRC
1 commit: 4f750933fd8ef944be58bfeef071a8e35fc0c606
2 Author: William Hubbs <w.d.hubbs <AT> gmail <DOT> com>
3 AuthorDate: Thu Dec 14 23:31:57 2017 +0000
4 Commit: William Hubbs <williamh <AT> gentoo <DOT> org>
5 CommitDate: Thu Dec 14 23:31:57 2017 +0000
6 URL: https://gitweb.gentoo.org/proj/openrc.git/commit/?id=4f750933
7
8 procfs: remove the @sysconfdir@ reference
9
10 init.d/procfs.in | 4 ++--
11 1 file changed, 2 insertions(+), 2 deletions(-)
12
13 diff --git a/init.d/procfs.in b/init.d/procfs.in
14 index 343b30d1..8fed9514 100644
15 --- a/init.d/procfs.in
16 +++ b/init.d/procfs.in
17 @@ -27,8 +27,8 @@ start()
18 [ ! -e /proc/sys/fs/binfmt_misc/register ]; then
19 if ! grep -qs binfmt_misc /proc/filesystems &&
20 modprobe -q binfmt-misc; then
21 - ewarn "The binfmt-misc module needs to be configured in" \
22 - "@SYSCONFDIR@/conf.d/modules or built in."
23 + ewarn "The binfmt-misc module needs to be loaded by" \
24 + "the modules service or built in."
25 fi
26 if grep -qs binfmt_misc /proc/filesystems; then
27 ebegin "Mounting misc binary format filesystem"