procfs: remove the @sysconfdir@ reference

This commit is contained in:
William Hubbs 2017-12-14 17:31:57 -06:00
parent 50b69d564a
commit 4f750933fd
1 changed files with 2 additions and 2 deletions

View File

@ -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"