X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=debian%2Fgrml-udev-config.grml-udev.init;h=fdd3c572a7d43181ddc188736340e5e0c1099526;hb=4f6592884c730d7aeaad331c95b45c9a1b8455e9;hp=8e30bf047952083e0666ea709a348964484e84db;hpb=01b4a8ed7f4654a0c5df8e11940840152dc06b0f;p=grml-udev-config.git diff --git a/debian/grml-udev-config.grml-udev.init b/debian/grml-udev-config.grml-udev.init index 8e30bf0..fdd3c57 100644 --- a/debian/grml-udev-config.grml-udev.init +++ b/debian/grml-udev-config.grml-udev.init @@ -44,7 +44,7 @@ udev_exec() { # test whether udev is enabled in init's configuration udev_active() { # file-rc: - if [ -r /etc/runlevel.conf ] && egrep -q '^[0-9]+.*-.*-.*\/etc\/init.d\/ydev$' /etc/runlevel.conf ; then + if [ -r /etc/runlevel.conf ] && egrep -q '^[0-9]+.*-.*-.*\/etc\/init.d\/udev$' /etc/runlevel.conf ; then return 0 fi @@ -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