diff options
Diffstat (limited to 'init.d/procfs.in')
-rw-r--r-- | init.d/procfs.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/init.d/procfs.in b/init.d/procfs.in index e04355e8..2abeb03a 100644 --- a/init.d/procfs.in +++ b/init.d/procfs.in @@ -26,8 +26,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 configured in" \ + "@SYSCONFDIR@/conf.d/modules or built in." fi if grep -qs binfmt_misc /proc/filesystems; then ebegin "Mounting misc binary format filesystem" |