commit:     4f750933fd8ef944be58bfeef071a8e35fc0c606
Author:     William Hubbs <w.d.hubbs <AT> gmail <DOT> com>
AuthorDate: Thu Dec 14 23:31:57 2017 +0000
Commit:     William Hubbs <williamh <AT> gentoo <DOT> org>
CommitDate: Thu Dec 14 23:31:57 2017 +0000
URL:        https://gitweb.gentoo.org/proj/openrc.git/commit/?id=4f750933

procfs: remove the @sysconfdir@ reference

 init.d/procfs.in | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/init.d/procfs.in b/init.d/procfs.in
index 343b30d1..8fed9514 100644
--- a/init.d/procfs.in
+++ b/init.d/procfs.in
@@ -27,8 +27,8 @@ start()
                [ ! -e /proc/sys/fs/binfmt_misc/register ]; then
                if ! grep -qs binfmt_misc /proc/filesystems &&
                        modprobe -q binfmt-misc; then
-                       ewarn "The binfmt-misc module needs to be configured 
in" \
-                               "@SYSCONFDIR@/conf.d/modules or built in."
+                       ewarn "The binfmt-misc module needs to be loaded by" \
+                               "the modules service or built in."
                fi
                if grep -qs binfmt_misc /proc/filesystems; then
                        ebegin "Mounting misc binary format filesystem"

Reply via email to