diff options
-rw-r--r-- | NEWS | 3 | ||||
-rw-r--r-- | Rpmdrake/rpmnew.pm | 4 |
2 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,6 @@ +- --merge-all-rpmnew mode: + o ignore /etc/{passwd,group,(g)shadow,hosts,resolv.conf} (too dangerous) + Version 5.47 - 21 Apr 2013, Thierry Vignaud - fix install dialog title (mga#9550) diff --git a/Rpmdrake/rpmnew.pm b/Rpmdrake/rpmnew.pm index 4fd4a4fe..0c9fa700 100644 --- a/Rpmdrake/rpmnew.pm +++ b/Rpmdrake/rpmnew.pm @@ -41,11 +41,15 @@ our @EXPORT = qw(dialog_rpmnew do_merge_if_needed); my %ignores_rpmnew = map { $_ => 1 } qw( /etc/adjtime /etc/fstab + /etc/hosts /etc/group /etc/ld.so.conf /etc/localtime /etc/modules + /etc/gshadow /etc/passwd + /etc/resolv.conf + /etc/shadow /etc/security/fileshare.conf /etc/shells /etc/sudoers |