]> git.ipfire.org Git - ipfire-2.x.git/blobdiff - src/patches/udev-208_remove_systemd_log.patch
Revert "~/src/patches/: Clean up orphaned patches, duplicates and application patches...
[ipfire-2.x.git] / src / patches / udev-208_remove_systemd_log.patch
diff --git a/src/patches/udev-208_remove_systemd_log.patch b/src/patches/udev-208_remove_systemd_log.patch
new file mode 100644 (file)
index 0000000..927de1e
--- /dev/null
@@ -0,0 +1,12 @@
+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);