From: Mads Kiilerich <mads@kiilerich.com>
To: The development of GNU GRUB <grub-devel@gnu.org>
Subject: [PATCH v2] Files left by the rpm package manager should be considered garbage
Date: Fri, 06 Apr 2012 02:49:05 +0200 [thread overview]
Message-ID: <4F7E3D81.6030605@kiilerich.com> (raw)
[-- 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
next reply other threads:[~2012-04-06 0:49 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-04-06 0:49 Mads Kiilerich [this message]
2012-04-18 21:31 ` [PATCH v2] Files left by the rpm package manager should be considered garbage Vladimir 'φ-coder/phcoder' Serbinenko
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4F7E3D81.6030605@kiilerich.com \
--to=mads@kiilerich.com \
--cc=grub-devel@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.