X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=debian%2Fpatches%2F13_always_display_warnings_and_failures.patch;fp=debian%2Fpatches%2F13_always_display_warnings_and_failures.patch;h=0000000000000000000000000000000000000000;hb=26c670d1211c57b5b9c0317a7506f4f25765b238;hp=c920102f470ef3cf12b8ac3db6b6538efe6cb0e5;hpb=14f658f90367f29d20e4fed7ad3a228994057e58;p=live-boot-grml.git diff --git a/debian/patches/13_always_display_warnings_and_failures.patch b/debian/patches/13_always_display_warnings_and_failures.patch deleted file mode 100644 index c920102..0000000 --- a/debian/patches/13_always_display_warnings_and_failures.patch +++ /dev/null @@ -1,29 +0,0 @@ -#! /bin/sh /usr/share/dpatch/dpatch-run -## 13_always_display_warnings_and_failures.dpatch by Michael Prokop -## -## All lines beginning with `## DP:' are a description of the patch. -## DP: Always display failure and warning messages. - -@DPATCH@ -Index: live-boot-grml/components/9990-initramfs-tools.sh -=================================================================== ---- live-boot-grml.orig/components/9990-initramfs-tools.sh 2014-03-08 13:26:25.866978105 +0100 -+++ live-boot-grml/components/9990-initramfs-tools.sh 2014-03-08 13:26:25.862978575 +0100 -@@ -2,6 +2,17 @@ - - #set -e - -+# we definitely want this stuff visible -+log_failure_msg() -+{ -+ printf "Failure: $@\n" -+} -+ -+log_warning_msg() -+{ -+ printf "Warning: $@\n" -+} -+ - log_wait_msg () - { - # Print a message and wait for enter