From 48892fd8fda08e5a524c03028c2cd28637311604 Mon Sep 17 00:00:00 2001 From: Jamie Cameron Date: Sat, 13 Feb 2010 15:26:19 -0800 Subject: [PATCH] Use chkconfig off instead of --del --- init/init-lib.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init/init-lib.pl b/init/init-lib.pl index 8c9879238..a73f4d088 100755 --- a/init/init-lib.pl +++ b/init/init-lib.pl @@ -863,7 +863,7 @@ if ($init_mode eq "init") { } elsif (&has_command("chkconfig") && !$config{'no_chkconfig'} && @chk) { # Call chkconfig to remove the links - &system_logged("chkconfig --del ".quotemeta($_[0])); + &system_logged("chkconfig ".quotemeta($_[0])." off"); } else { # Just unlink the S links