From f481ac38aa41759901a0a4a7ea1e6bf2b83d3ed4 Mon Sep 17 00:00:00 2001 From: Donald Buczek Date: Thu, 4 Mar 2021 12:46:29 +0100 Subject: [PATCH] autofs: Remove obsolete "syslog noise" patch With version 5.1.7, the patch is no longer required, as the "remaining" messages are now logged with debug level. Remove obsolete patch. --- autofs.be0 | 1 - 1 file changed, 1 deletion(-) diff --git a/autofs.be0 b/autofs.be0 index 725706eac..0f7b08b32 100755 --- a/autofs.be0 +++ b/autofs.be0 @@ -15,7 +15,6 @@ SRCURL[0]="https://www.kernel.org/pub/linux/daemons/autofs/v5/autofs-${PKGVERSIO ## Add URLs/pathes to patch files to the PATCHURL array. ## The sources will be patched in the order of the array. -PATCHURL+=("/src/mariux/patches/autofs-5.0.8-reduce-syslog-noise.patch") PATCHURL+=("/src/mariux/patches/autofs-0001-Fix-usage-of-unitialized-pointer.patch") ###############################################################################