From 7b254d786da28d0f332e83a0c730c2c099d0df48 Mon Sep 17 00:00:00 2001 From: Martin Whitaker Date: Sat, 24 Jan 2026 16:44:32 +0000 Subject: Further simplify services::_systemd_services() 'systemctl list-unit-files' returns the enabled/disabled status for all native systemd services. So we only need to call 'systemctl is-enabled' for the generated services. This reduces clutter in the installer log file. --- perl-install/install/NEWS | 2 ++ 1 file changed, 2 insertions(+) (limited to 'perl-install/install') diff --git a/perl-install/install/NEWS b/perl-install/install/NEWS index 8a127ab68..8dc5e75c4 100644 --- a/perl-install/install/NEWS +++ b/perl-install/install/NEWS @@ -1,3 +1,5 @@ +- eliminate unnecessary calls to 'systemctl is-enabled' in services::services() + o this reduces clutter in the installer log file - fix partitioning wizard Version 18.72 - 18 January 2026 -- cgit v1.2.1