FS#20566 - [couchdb] overwrites configuration files.
Attached to Project:
Community Packages
Opened by Alexander Duscheleit (jinks) - Monday, 23 August 2010, 09:27 GMT
Last edited by Sergej Pupykin (sergej) - Monday, 23 August 2010, 11:32 GMT
Opened by Alexander Duscheleit (jinks) - Monday, 23 August 2010, 09:27 GMT
Last edited by Sergej Pupykin (sergej) - Monday, 23 August 2010, 11:32 GMT
|
Details
Description:
The PKGBUILD for couchdb does not protect configuration files from being overwritten by upgrades. FIX: The following line should be added to the PKGBUILD: backup=('etc/couchdb/local.ini' 'etc/conf.d/couchdb' 'etc/logrotate.d/couchdb') Additional info: * package version(s): All up to couchdb-1.0.1-1 etc/default/couchdb is identical to etc/conf.d/couchdb and should probably be removed. |
This task depends upon