stelica wrote:Here is a bash only solution I've haked for myself, since I am not a bloatHP fan

I've added this post to the installation post as an post-installation tip.
Thanks stelica!
Maybe I should mention that I'm almost finished with version 1.8.0 which
will hit the mirrors hopefully before the 31st of december...
I'm currently re-writing documentation and the manpage now (because I
completely changed the way updates are handled) and only have to write
a piece of code that will move the alias from /etc/profile to /root/.bash_profile.
The new version handles the index-checksum updating a bit smarter,
which probably means that these wrappers aren't necessary anymore.
And it will also support safe automatic 3-way merging of files that have been
updated before the current config file, the ._cfg0000_file and the backup of
the previous ._cfg0000_file (which is used as the ancestor/base file)...
However, I just got another idea...
Maybe I can extract the original config files from the ebuilds. That would mean
that we can do (automatic) 3-way merges on all modified files in the protected
directories

Hmmm... that would be a nice feature for version 1.8.1
I'm also planning to add support for updating remote machines in 1.8.1, so you
can maintain clusters of machines from a single location. (even if the remotes
have different configurations)
Well, won't bore you guys with my ramblings any longer... Thanks for your support!