From c1fe43a3bca0149fca259ba53b52f2c96df0610e Mon Sep 17 00:00:00 2001 From: Guillaume Cottenceau Date: Wed, 26 Nov 2003 14:45:05 +0000 Subject: allow services we won't start to not show up in chkconfig queries --- move/make_live | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'move') 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); -- cgit v1.2.1