diff options
author | Guillaume Cottenceau <gc@mandriva.com> | 2003-11-26 14:45:05 +0000 |
---|---|---|
committer | Guillaume Cottenceau <gc@mandriva.com> | 2003-11-26 14:45:05 +0000 |
commit | c1fe43a3bca0149fca259ba53b52f2c96df0610e (patch) | |
tree | af856177cc2173c2cc4d9846f172e657fe7b2f7c /move | |
parent | 491fc98e717ae36c083b51a2826f6e56bd2344d3 (diff) | |
download | drakx-c1fe43a3bca0149fca259ba53b52f2c96df0610e.tar drakx-c1fe43a3bca0149fca259ba53b52f2c96df0610e.tar.gz drakx-c1fe43a3bca0149fca259ba53b52f2c96df0610e.tar.bz2 drakx-c1fe43a3bca0149fca259ba53b52f2c96df0610e.tar.xz drakx-c1fe43a3bca0149fca259ba53b52f2c96df0610e.zip |
allow services we won't start to not show up in chkconfig queries
Diffstat (limited to 'move')
-rwxr-xr-x | move/make_live | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/move/make_live b/move/make_live index 61bd15e50..f0010f7f8 100755 --- a/move/make_live +++ b/move/make_live @@ -121,3 +121,8 @@ substInFile { #- remove uncessary wizards, especially from appearing in MCC unlink "$::prefix/usr/sbin/$_" foreach qw(drakautoinst drakboot drakfloppy drakgw drakedm drakfont rpmdrake MandrakeUpdate rpmdrake-remove edit-urpm-sources.pl); + +#- remove services we start ourselves from chkconfig system +substInFile { + s|chkconfig:|chkconfig-disabled:|; +} "/etc/rc.d/init.d/$_" foreach qw(xfs dm devfsd syslog); |