diff options
author | Doug Freed <dwfreed@mtu.edu> | 2016-09-28 15:00:40 -0400 |
---|---|---|
committer | Doug Freed <dwfreed@mtu.edu> | 2016-09-28 15:00:40 -0400 |
commit | 61882821e0d6110a2ca2f67fad7c362983a85cf0 (patch) | |
tree | 5938c229c33ac0aeba577621e9b1948029375fb3 /init.d/sysfs.in | |
parent | 969546bcf0203379db286be21c7f709d27cc73b0 (diff) |
init.d: Clean up some bad ewarn output
Diffstat (limited to 'init.d/sysfs.in')
-rw-r--r-- | init.d/sysfs.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/init.d/sysfs.in b/init.d/sysfs.in index 87adacd9..b9478f85 100644 --- a/init.d/sysfs.in +++ b/init.d/sysfs.in @@ -104,8 +104,8 @@ mount_misc() if [ -d /sys/firmware/efi/efivars ] \ && ! mountinfo -q /sys/firmware/efi/efivars; then if modprobe -q efivarfs; then - ewarn "The efivarfs module needs to be configured in \ - @SYSCONFDIR@/conf.d/modules or built in" + ewarn "The efivarfs module needs to be configured in" \ + "@SYSCONFDIR@/conf.d/modules or built in" fi if grep -qs efivarfs /proc/filesystems; then ebegin "Mounting efivarfs filesystem" |