On 24 Jan, Matthew Palmer wrote: > When the system handles one of these "conflicts", a new file will be created > -- either <conffile>.dpkg-new (if you chose to keep your version) or > <conffile>.dpkg-old (if you chose to replace your version). So, you can > easily find all files you decided not to replace by a command like this: > > find /etc -name \*.dpkg-new > > And then go and have a look at them all and decide if you want to manually > replace them or not.
If you're running apt on an rpm-based system, then the packages will be called things like *.rpmsave or *.rpmnew. luke -- SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/ Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html
