Index: [Article Count Order] [Thread]

Date:  Wed, 30 Jul 2008 16:34:13 -0800
From:  Jim Dory <jdory (at mark) nomealaska.org>
Subject:  [coba-e:13646] Re: yum update: "warning...*rpm.new" files
To:  coba-e (at mark) bluequartz.org
Message-Id:  <48910885.2000708 (at mark) nomealaska.org>
In-Reply-To:  <489104DB.1000303 (at mark) nomealaska.org>
References:  <489104DB.1000303 (at mark) nomealaska.org>
X-Mail-Count: 13646

Jim Dory wrote:
> I just updated and see these *rpm.new files for some config files and 
> others. I googled it to see what action I should take and found a 
> couple but looking to see what you all do. Here's what I found:
>
> |for a in $(find /etc /var -name '*.rpm?*'); do diff -u $a 
> ${a%.rpm?*}; done
>
> Also, another:
>
> |
>
> As we see, a new repo config files were not installed to the usual 
> place (because of the modifications we made to the original versions). 
> Just move the new files over:
>
> [VE]# mv -f /etc/yum.repos.d/fedora-updates.repo.rpmnew 
> /etc/yum.repos.d/fedora-updates.repo       [VE]# mv -f 
> /etc/yum.repos.d/fedora.repo.rpmnew /etc/yum.repos.d/fedora.repo
>
> Don't forget to remove the rpm file:
>
> [VE]# rm -f fedora-release-8-3.noarch.rpm
>
>
> ||
>
> Thanks for any advice.  Jim
>
These are the files:
[root@srv1 log]# find /etc /var -name '*rpm?*'
/etc/log.d/conf/logfiles/autorpm.conf
/etc/log.d/conf/services/autorpm.conf
/etc/localtime.rpmnew
/etc/dovecot.conf.rpmnew
/etc/yum.repos.d/CentOS-Base.repo.rpmnew
/etc/proftpd.conf.rpmnew
/etc/issue.rpmnew
/etc/mail/spamassassin/init.pre.rpmnew
/etc/php.ini.rpmnew
/etc/rc.d/init.d/spamassassin.rpmsave
/etc/rc.d/init.d/network.rpmsave
/etc/swatch.conf.rpmsave
/etc/xinetd.d/proftpd.rpmsave
/etc/dovecot.conf.rpmsave
/etc/httpd/conf/httpd.conf.rpmnew
/etc/rndc.key.rpmnew


-- 
Jim Dory
Engineering
City of Nome
PO Box 281
102 Division St.
Nome, AK 99762
907.443.6604

http://www.nomealaska.org


-- 
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.