を実行しましたsudo apt-get update && sudo apt-get upgrade
。sudoers ファイルが変更されている sudo パッケージに到達するまで、実行されました。VIM で diff を呼び出し、 で終了しました: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] ?
...