tags 833523 unreproducible
thanks

Kai Kretschmann wrote:

> After any update the conf file gets overwritten with the distribution
> one

Really? Not for me:

 $ sudo apt-get install redis-server
 [..]
 Setting up redis-server (2:3.2.3-1) ...
 [..]

 $ echo '# local change' | sudo tee -a /etc/redis/redis.conf                    
                                                                 
 # local change

 $ sudo apt-get install --reinstall redis-server
 [..]
 Setting up redis-server (2:3.2.3-1) ...
 [..]

 $ sudo grep "local change" /etc/redis/redis.conf
 # local change

There is nothing special about the handling of /etc/redis/redis.conf
in Debian - all the usual dpkg conffile conflict handling is in
operation - ie. it will not overwrite local changes..

> I would expect a default include at the end of redis.conf embedding

(Whilst I like the idea of a redis.conf.d from an aesthetic point of view,
IMHO this is orthogonal to this issue and should be discussed elsewhere.)


Regards,

-- 
      ,''`.
     : :'  :     Chris Lamb
     `. `'`      [email protected] / chris-lamb.co.uk
       `-

Reply via email to