Implemented item to handle config files.

Modified config files are preserved this way:

- Removing a package doesn't remove the file.
- Installing or updating a package doesn't overwrite modified
  file and file that comes with package is installed as "file.new".

--HG--
extra : convert_revision : 7bfc5b7e661f88d101d340baf541387590ac707d
This commit is contained in:
Juan RP 2009-08-13 07:58:22 +02:00
parent f4f050a2af
commit d0c2a3f51c
2 changed files with 142 additions and 26 deletions

View file

@ -21,8 +21,6 @@ Packages:
* Fix loadkeys(1) incorrectly loading the olpc keymap vs qwerty.
xbps-bin:
* Add support to handle conf_files and keep_dirs from package metadata.
[PARTIAL: installing won't overwrite them but do not install new ones yet]
* Add support to install binary packages without any repository.
* Add a flag to reinstall a package version that is already installed,
overwritting files on disk and updating required_by if required.