10 messages in net.sourceforge.lists.courier-usersRe: [courier-users] Re: Best way to u...
FromSent OnAttachments
AlanDec 16, 2003 2:46 am 
Sam VarshavchikDec 16, 2003 4:13 am 
AlanDec 16, 2003 9:35 am 
Drew GibsonDec 16, 2003 9:49 am 
Bill MichellDec 16, 2003 9:53 am 
AlanDec 16, 2003 10:27 am 
Jesse KeatingDec 16, 2003 10:33 am 
AlanDec 16, 2003 10:34 am 
Sam VarshavchikDec 16, 2003 5:01 pm 
ScottDec 17, 2003 4:14 pm 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:Re: [courier-users] Re: Best way to upgrade Courier using rpms?Actions...
From:Scott (sti@troutpocket.org)
Date:Dec 17, 2003 4:14:40 pm
List:net.sourceforge.lists.courier-users

Sam Varshavchik wrote:

Jesse Keating writes:

On Tuesday 16 December 2003 10:23, Alan wrote:

Thank you, I guess my main concern was how using rpm -Uvh would deal with all the settings in files in the $sysconfig dir; /etc/courier.

It leaves them where they are at. New config files may be created as /etc/courier/file.rpmnew.

Nope. Not with my RPMs. The existing configuration files are left in place. Any new configuration settings in the upgraded version are added to each configuration file, and obsolete configuration settings are automatically removed.

This is why I 'cp -a /etc/courier /tmp' every time I upgrade. It's much easier to copy those few files back if there is an issue.