diff options
author | Francois Pons <fpons@mandriva.com> | 2000-11-28 10:42:35 +0000 |
---|---|---|
committer | Francois Pons <fpons@mandriva.com> | 2000-11-28 10:42:35 +0000 |
commit | 72c234234a17b1e10cc4c042ad7609a10ce3817d (patch) | |
tree | a93bfb74c639e2ff3cf195ff0e438a2ec5892fd6 /perl-install/install_steps.pm | |
parent | 57478ce19b04e9db2ab184501a5b928c9b2055d9 (diff) | |
download | drakx-72c234234a17b1e10cc4c042ad7609a10ce3817d.tar drakx-72c234234a17b1e10cc4c042ad7609a10ce3817d.tar.gz drakx-72c234234a17b1e10cc4c042ad7609a10ce3817d.tar.bz2 drakx-72c234234a17b1e10cc4c042ad7609a10ce3817d.tar.xz drakx-72c234234a17b1e10cc4c042ad7609a10ce3817d.zip |
updated comment.
Diffstat (limited to 'perl-install/install_steps.pm')
-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 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"); |