mirror of
git://slackware.nl/current.git
synced 2025-01-30 08:38:10 +01:00
142322a437
a/sysvinit-scripts-15.1-noarch-10.txz: Rebuilt. rc.M: Fix the name of the LDAP name service daemon (rc.nss-pam-ldap). Thanks to 0XBF. d/subversion-1.14.3-x86_64-1.txz: Upgraded. l/libvisual-0.4.2-x86_64-1.txz: Upgraded. l/libvisual-plugins-0.4.2-x86_64-1.txz: Upgraded. l/netpbm-11.05.01-x86_64-1.txz: Upgraded. xfce/thunar-4.18.9-x86_64-1.txz: Upgraded. testing/packages/grub-2.12-x86_64-1.txz: Added.
11 lines
408 B
Diff
11 lines
408 B
Diff
--- ./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
|