From 72c234234a17b1e10cc4c042ad7609a10ce3817d Mon Sep 17 00:00:00 2001 From: Francois Pons Date: Tue, 28 Nov 2000 10:42:35 +0000 Subject: updated comment. --- perl-install/install_steps.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/perl-install/install_steps.pm b/perl-install/install_steps.pm index 80d9264e6..689a42d6d 100644 --- a/perl-install/install_steps.pm +++ b/perl-install/install_steps.pm @@ -404,7 +404,7 @@ Consoles 1,3,4,7 may also contain interesting information"; any::writeandclean_ldsoconf($o->{prefix}); log::l("before install packages, after writing ld.so.conf"); - #- make sure the services of initscripts/portmap have been enabled (or a catastrophic dead will occur). + #- make sure some services have been enabled (or a catastrophic restart will occur). run_program::rooted($o->{prefix}, "chkconfig", "--add", "random"); run_program::rooted($o->{prefix}, "chkconfig", "--add", "netfs"); run_program::rooted($o->{prefix}, "chkconfig", "--add", "network"); -- cgit v1.2.1