From 4c50911e41920d34775deac3528350d58ef5e4a5 Mon Sep 17 00:00:00 2001 From: Christian Hofstaedtler Date: Wed, 30 Nov 2011 12:35:16 +0100 Subject: [PATCH] Repair noudev info message --- debian/grml-udev-config.grml-udev.init | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/grml-udev-config.grml-udev.init b/debian/grml-udev-config.grml-udev.init index 8e30bf0..8d106e5 100644 --- a/debian/grml-udev-config.grml-udev.init +++ b/debian/grml-udev-config.grml-udev.init @@ -84,8 +84,8 @@ case "$1" in # support bootoption noudev and inform user how to skip # execution of udev (being bootoption noudev) if ! grep -q noudev /proc/cmdline ; then - check_for_non_interactive && \ - log_action_msg "If your system hangs now, disable udev with bootoption \"noudev\"" + check_for_non_interactive && \ + log_action_msg "If your system hangs now, disable udev with bootoption \"noudev\"" && echo else # - allow execution of initscript through FORCE=1 when booting with noudev if [ -z "$FORCE" ] ; then -- 2.1.4