summaryrefslogtreecommitdiffstats
path: root/perl-install
diff options
context:
space:
mode:
Diffstat (limited to 'perl-install')
-rw-r--r--perl-install/install_steps.pm2
1 files changed, 1 insertions, 1 deletions
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");