X-Git-Url: http://git.ipfire.org/?p=people%2Fpmueller%2Fipfire-2.x.git;a=blobdiff_plain;f=src%2Fpatches%2Fudev-208_remove_systemd_log.patch;fp=src%2Fpatches%2Fudev-208_remove_systemd_log.patch;h=0000000000000000000000000000000000000000;hp=927de1e335ca8e16136db45ee90634796dce2e71;hb=3a74245df4ff62ecebfa3318d0fa0fce002bbec0;hpb=59fc80fc7bf1c4504cb9675dfffbdc8abae437c6 diff --git a/src/patches/udev-208_remove_systemd_log.patch b/src/patches/udev-208_remove_systemd_log.patch deleted file mode 100644 index 927de1e335..0000000000 --- a/src/patches/udev-208_remove_systemd_log.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff -Naur systemd-208.org/src/libudev/libudev-util.c systemd-208/src/libudev/libudev-util.c ---- systemd-208.org/src/libudev/libudev-util.c 2013-09-23 21:31:55.000000000 +0200 -+++ systemd-208/src/libudev/libudev-util.c 2013-11-19 23:18:10.326350131 +0100 -@@ -481,7 +481,7 @@ - if (fd < 0) - return -errno; - -- len = snprintf(text, sizeof(text), "<30>systemd-udevd[%u]: ", getpid()); -+ len = snprintf(text, sizeof(text), "udevd[%u]: ", getpid()); - - va_start(ap, fmt); - len += vsnprintf(text + len, sizeof(text) - len, fmt, ap);