Exclude yum update proftpd

Anton

Verified User
Joined
Oct 6, 2010
Messages
102
Location
Iceland
Code:
Running rpm_check_debug
Running Transaction Test


Transaction Check Error:
  file /etc/rc.d/init.d/proftpd from install of proftpd-1.3.3g-1.el6.x86_64 conf
licts with file from package proftpd-standalone-1.3.3e-1.x86_64
  file /etc/proftpd.conf from install of proftpd-1.3.3g-1.el6.x86_64 conflicts w
ith file from package proftpd-standalone-1.3.3e-1.x86_64

Error Summary
-------------

this is what i get when i yum update centos 6.3 X64

should i add proftpd to the exclude list if so then how is it enough
to just

Code:
exclude = *.proftpd

or is it something else i need to do.?

thank you all for the massive help on this forums
 
Last edited:
Hello,

It should be already there in /etc/yum.conf

Code:
exclude=apache* httpd* mod_* mysql* MySQL* da_* *ftp* exim* sendmail* php* bind-chroot*

Note *ftp*
 
No it was not i had to add these line in /etc/yum.conf i only had

Code:
exclude = *.i?86

so when i did add these lines you provided everything worked..

Thank you so much for the help.
 
Back
Top