diff options
| author | Bruno Cornec <bruno@victoria.frmug.org> | 2025-12-29 18:14:36 +0100 |
|---|---|---|
| committer | Bruno Cornec <bruno@victoria.frmug.org> | 2025-12-29 18:14:36 +0100 |
| commit | 00357b0c9938f16b63d0bd3f75f39a12e446b88a (patch) | |
| tree | ac0fdcd1699702d9ebed0b257a1bebbb9d3e3792 /perl-install/install | |
| parent | 654fb38be017a6d17e9e369bd5265c9d49749c62 (diff) | |
| download | drakx-user/bcornec/fixntp.tar drakx-user/bcornec/fixntp.tar.gz drakx-user/bcornec/fixntp.tar.bz2 drakx-user/bcornec/fixntp.tar.xz drakx-user/bcornec/fixntp.zip | |
Fix remaining ntp package reference replaced by ntpsecuser/bcornec/fixntp
Diffstat (limited to 'perl-install/install')
| -rw-r--r-- | perl-install/install/steps.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/install/steps.pm b/perl-install/install/steps.pm index 0319a6575..c252d8fbb 100644 --- a/perl-install/install/steps.pm +++ b/perl-install/install/steps.pm @@ -712,7 +712,7 @@ sub configureTimezone { # We prefer chrony, but we'll deal with ntpd for the sake of upgrades my $pkg = install::pkgs::packageByName($o->{packages}, 'chrony'); unless ($pkg && $pkg->flag_installed) { - $pkg = install::pkgs::packageByName($o->{packages}, 'ntp'); + $pkg = install::pkgs::packageByName($o->{packages}, 'ntpsec'); $o->pkg_install('chrony') unless $pkg && $pkg->flag_installed; } } |
