[pve-devel] applied: [PATCH proxmox-ve v2 1/3] change wording in apthook
Thomas Lamprecht
t.lamprecht at proxmox.com
Wed Jan 9 14:07:05 CET 2019
On 1/9/19 1:37 PM, Alwin Antreich wrote:
> this patch removes the wording for the apt-get invocation in favour of
> only using apt.
>
> Signed-off-by: Alwin Antreich <a.antreich at proxmox.com>
> ---
> debian/apthook/pve-apt-hook | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/debian/apthook/pve-apt-hook b/debian/apthook/pve-apt-hook
> index f925090..fb7bc1e 100755
> --- a/debian/apthook/pve-apt-hook
> +++ b/debian/apthook/pve-apt-hook
> @@ -60,11 +60,11 @@ while (my $line = <$fh>) {
> $log->("\n");
> $log->("If you really you want to permanently remove '${check_package}' from your system, run the following command\n");
> $log->("\ttouch '${check_file}'\n");
> - $log->("and repeat your apt-get/apt invocation.\n");
> + $log->("and repeat your apt invocation.\n");
> $log->("\n");
> $log->("If you are unsure why '$check_package' would be removed, please verify\n");
> $log->("\t- your APT repository settings\n");
> - $log->("\t- that you are using 'apt-get dist-upgrade' or 'apt full-upgrade' to upgrade your system\n");
> + $log->("\t- that you are using 'apt full-upgrade' to upgrade your system\n");
> $cleanup->(1);
> }
> }
>
applied series, thanks!
More information about the pve-devel
mailing list