Is there some configuration option or other method to make apt or zypper or dnf or urpmi not want to discard my tdmrc customizations with each upgrade to a new minor release, so that the question doesn't get asked, and the process wait for a keyboard response?
On Thursday 16 July 2020 20:01:26 Felix Miata wrote:
Is there some configuration option or other method to make apt or zypper or dnf or urpmi not want to discard my tdmrc customizations with each upgrade to a new minor release, so that the question doesn't get asked, and the process wait for a keyboard response?
I usually make copies of both the originals and my own customizations, then keep backups in a safe location. If it gets changed, or on new installations, I just overwrite the file with my own customized version. There are a number of these ~rc files for which I make such backups.
Also you might check permissions, to make sure that only root gets rw privileges, and other users are read-only. By the way, I don't experience that problem when I upgrade.
Redoing those same config files is wasted effort; once you get it how you want, just keep overwriting from your backup versions.
Bill
--------------------------------------------------------------------- To unsubscribe, e-mail: trinity-users-unsubscribe@lists.pearsoncomputing.net For additional commands, e-mail: trinity-users-help@lists.pearsoncomputing.net Read list messages on the web archive: http://trinity-users.pearsoncomputing.net/ Please remember not to top-post: http://trinity.pearsoncomputing.net/mailing_lists/#top-posting
Anno domini 2020 Thu, 16 Jul 23:01:26 -0400 Felix Miata scripsit:
Is there some configuration option or other method to make apt or zypper or dnf or urpmi not want to discard my tdmrc customizations with each upgrade to a new minor release, so that the question doesn't get asked, and the process wait for a keyboard response?
apt-get upgrade --assume-no
But that's not qute fine tunable.
Nik