From 9543adf58807502439c2a805d23ffad4425ebcab Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Sun, 9 Dec 2012 14:30:03 +0000 Subject: (ask_network) fix a crash by lazy loading when needed services (Dave Hodgins, mga#8335) perl_checker didn't find it b/c it saw a chain of module require (but in reallity it's not here b/c only one or a couple subs actually lazy load most modules in that chain so the odds of it being done are 0 in practice :-( ) Xconfig::glx -> detect_devices -> fs::proc_partitions -> partition_table -> fs -> fs::remote::* -> network::network -> network::shorewall -> services --- perl-install/NEWS | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'perl-install/NEWS') diff --git a/perl-install/NEWS b/perl-install/NEWS index 5c521b695..80a5ab922 100644 --- a/perl-install/NEWS +++ b/perl-install/NEWS @@ -1,3 +1,7 @@ +- finish-install: + o fix a crash by lazy loading services when needed + (Dave Hodgins, mga#8335) + Version 15.2 - 7 December 2012 - drakboot: -- cgit v1.2.1