aboutsummaryrefslogtreecommitdiff
path: root/init.d/procfs.in
diff options
context:
space:
mode:
authorWilliam Hubbs <w.d.hubbs@gmail.com>2017-12-14 17:31:57 -0600
committerWilliam Hubbs <w.d.hubbs@gmail.com>2017-12-14 17:31:57 -0600
commit4f750933fd8ef944be58bfeef071a8e35fc0c606 (patch)
tree7d7ffec10eeffaddef5c6589ec28f79d90acb6cc /init.d/procfs.in
parent50b69d564a8f89b8137bb6d9d53aac1e44f6c23c (diff)
procfs: remove the @sysconfdir@ reference
Diffstat (limited to 'init.d/procfs.in')
-rw-r--r--init.d/procfs.in4
1 files 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"