Я сделал sudo apt-get update && sudo apt-get upgrade
. Он прошел, пока не наткнулся на пакет sudo, который является измененным файлом sudoers. Я вызвал diff в VIM и вышел из него с помощью :q
. Вместо того, чтобы снова запросить меня, он выполнил действие по умолчанию и сохранил мою измененную версию.
Я намеревался установить версию пакета, распространяемую /etc/sudoers, как я могу сделать это в ретроспективе? Я пробовал apt-get install --reinstall sudo
, без изменений.
Вывод apt-get upgrade
:
Setting up sudo (1.8.16-0ubuntu1.2) ...
Configuration file '/etc/sudoers'
==> 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.
*** sudoers (Y/I/N/O/D/Z) [default=N] ? D
Configuration file '/etc/sudoers'
==> 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.
*** sudoers (Y/I/N/O/D/Z) [default=N] ?
...