On Sat 10 Jul 2021 at 11:17:00 (+0200), Michael wrote: > > i disabled apache2-doc.conf in apache2 via a2disconf, but after the > latest update it was enabled again w/o my consent. at least i got a > message in the apt-get output.
I can't yet understand what you have done here. AIUI a2disconf removes symlinks in /etc/apache2/conf-enabled/ that were previously created there by a2enconf. OTOH, apache2-doc.conf is a pkg-provided conffile in /etc/apache2/conf-available/. During an upgrade, it will be automatically upgraded if it hasn't been altered. If you've altered it, then there's usually a dialogue presented about what to do¹. But in any case, that's nothing to do with symlinks in /etc/apache2/conf-enabled/. A more specific description of the symptoms might help. > i do not like my decisions being ingnored since i disabled it for a reason. > > it would be nice if the maintainers would check the configuration > before modifying one's system w/o asking. ¹ Configuration file `foo/bar' ==> Modified (by you or by a script) since installation. ==> Package distributor has shipped an updated version. What would you like to do about it ? Your options are: Y or I : install the package maintainer's version N or O : keep your currently-installed version D : show the differences between the versions Z : start a shell to examine the situation The default action is to keep your current version. *** bar (Y/I/N/O/D/Z) [default=N] ? Cheers, David.