FS#4878 - pacman overwrites config on updating apache
Attached to Project:
Pacman
Opened by Pierre Schmitz (Pierre) - Monday, 26 June 2006, 20:35 GMT
Last edited by Tobias Powalowski (tpowa) - Tuesday, 27 June 2006, 06:32 GMT
Opened by Pierre Schmitz (Pierre) - Monday, 26 June 2006, 20:35 GMT
Last edited by Tobias Powalowski (tpowa) - Tuesday, 27 June 2006, 06:32 GMT
|
Details
When I update apache via pacman the files in
/etc/httpd/conf/extra are replaced by an example
configuration; pacman dos not make any backup. This results
in an unusable apache and I have to configure it again.
pacman should never overwrite config-files which were changed by the user. |
This task depends upon
Closed by Aaron Griffin (phrakture)
Wednesday, 03 January 2007, 06:19 GMT
Reason for closing: Fixed
Additional comments about closing: Apache properly backs up its configs now. This is a packaging issue, really, not a pacman one, so I'm closing it out.
Wednesday, 03 January 2007, 06:19 GMT
Reason for closing: Fixed
Additional comments about closing: Apache properly backs up its configs now. This is a packaging issue, really, not a pacman one, so I'm closing it out.
All files from ectra/ should be added to backup array to fix this problem.
Shouldn't all config files be in backup array by default in every PKGBUILD?
IMHO, in most situatations, yes.