From: Mads Kiilerich <mads@kiilerich.com>
To: The development of GNU GRUB <grub-devel@gnu.org>
Subject: [PATCH] Files left by the rpm package manager should be considered garbage
Date: Thu, 05 Apr 2012 02:46:07 +0200 [thread overview]
Message-ID: <4F7CEB4F.5040307@kiilerich.com> (raw)
[-- Attachment #1: Type: text/plain, Size: 257 bytes --]
Files left by the rpm package manager should be considered garbage too.
Especially *.rpmnew and *.rpmsave could cause unexpected behaviour in
/etc/grub.d .
2012-04-05 Mads Kiilerich <mads@kiilerich.com>
* grub-mkconfig_lib.in: ignore *.rpm*.
[-- Attachment #2: rpm-garbage.patch --]
[-- Type: text/x-patch, Size: 365 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
+ *.rpm*) return 1 ;;
README*|*/README*) return 1 ;; # documentation
esac
else
next reply other threads:[~2012-04-05 0:46 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-04-05 0:46 Mads Kiilerich [this message]
2012-04-05 1:42 ` [PATCH] 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=4F7CEB4F.5040307@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.