All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2] Files left by the rpm package manager should be considered garbage
@ 2012-04-06  0:49 Mads Kiilerich
  2012-04-18 21:31 ` Vladimir 'φ-coder/phcoder' Serbinenko
  0 siblings, 1 reply; 2+ messages in thread
From: Mads Kiilerich @ 2012-04-06  0:49 UTC (permalink / raw)
  To: The development of GNU GRUB

[-- Attachment #1: Type: text/plain, Size: 253 bytes --]

*.rpmnew and *.rpmsave files left by the rpm package manager should be 
considered garbage too - especially when found in /etc/grub.d .

2012-04-06  Mads Kiilerich <mads@kiilerich.com>

          * grub-mkconfig_lib.in: ignore *.rpmnew and *.rpmsave .


[-- Attachment #2: rpm-garbage.patch --]
[-- Type: text/x-patch, Size: 377 bytes --]

=== modified file 'util/grub-mkconfig_lib.in'
--- util/grub-mkconfig_lib.in	2012-03-19 15:27:59 +0000
+++ util/grub-mkconfig_lib.in	2012-04-03 13:12:01 +0000
@@ -177,6 +177,7 @@
   if test -f "$1" ; then
     case "$1" in
       *.dpkg-*) return 1 ;; # debian dpkg
+      *.rpmsave|*.rpmnew) return 1 ;;
       README*|*/README*)  return 1 ;; # documentation
     esac
   else

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2012-04-18 21:31 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-04-06  0:49 [PATCH v2] Files left by the rpm package manager should be considered garbage Mads Kiilerich
2012-04-18 21:31 ` Vladimir 'φ-coder/phcoder' Serbinenko

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.