Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed small typo in '50unattended-upgrades' config files. #352

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion data/50unattended-upgrades.Debian
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ Unattended-Upgrade::Package-Blacklist {

// Split the upgrade into the smallest possible chunks so that
// they can be interrupted with SIGTERM. This makes the upgrade
// a bit slower but it has the benefit that shutdown while a upgrade
// a bit slower but it has the benefit that shutdown while an upgrade
// is running is possible (with a small delay)
//Unattended-Upgrade::MinimalSteps "true";

Expand Down
2 changes: 1 addition & 1 deletion data/50unattended-upgrades.Devuan
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ Unattended-Upgrade::Package-Blacklist {

// Split the upgrade into the smallest possible chunks so that
// they can be interrupted with SIGTERM. This makes the upgrade
// a bit slower but it has the benefit that shutdown while a upgrade
// a bit slower but it has the benefit that shutdown while an upgrade
// is running is possible (with a small delay)
//Unattended-Upgrade::MinimalSteps "true";

Expand Down
2 changes: 1 addition & 1 deletion data/50unattended-upgrades.Raspbian
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ Unattended-Upgrade::Package-Blacklist {

// Split the upgrade into the smallest possible chunks so that
// they can be interrupted with SIGTERM. This makes the upgrade
// a bit slower but it has the benefit that shutdown while a upgrade
// a bit slower but it has the benefit that shutdown while an upgrade
// is running is possible (with a small delay)
//Unattended-Upgrade::MinimalSteps "true";

Expand Down
2 changes: 1 addition & 1 deletion data/50unattended-upgrades.Ubuntu
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ Unattended-Upgrade::DevRelease "auto";

// Split the upgrade into the smallest possible chunks so that
// they can be interrupted with SIGTERM. This makes the upgrade
// a bit slower but it has the benefit that shutdown while a upgrade
// a bit slower but it has the benefit that shutdown while an upgrade
// is running is possible (with a small delay)
//Unattended-Upgrade::MinimalSteps "true";

Expand Down