summaryrefslogtreecommitdiffstats
path: root/source/a/grub/0001-skip-new-files-in-etc-grub.d.patch
diff options
context:
space:
mode:
Diffstat (limited to 'source/a/grub/0001-skip-new-files-in-etc-grub.d.patch')
-rw-r--r--source/a/grub/0001-skip-new-files-in-etc-grub.d.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/source/a/grub/0001-skip-new-files-in-etc-grub.d.patch b/source/a/grub/0001-skip-new-files-in-etc-grub.d.patch
new file mode 100644
index 000000000..e1b4b8dcc
--- /dev/null
+++ b/source/a/grub/0001-skip-new-files-in-etc-grub.d.patch
@@ -0,0 +1,11 @@
+--- ./util/grub-mkconfig.in.orig 2021-03-10 07:42:22.000000000 -0600
++++ ./util/grub-mkconfig.in 2021-09-10 13:33:17.602163090 -0500
+@@ -278,6 +278,8 @@
+ *~) ;;
+ # emacsen autosave files. FIXME: support other editors
+ */\#*\#) ;;
++ # Slackware incoming config files should be skipped as well:
++ *.new) ;;
+ *)
+ if grub_file_is_not_garbage "$i" && test -x "$i" ; then
+ echo