From c3e1c8e8c804cad3b90d3352fe0c77921ede55c4 Mon Sep 17 00:00:00 2001 From: Frederic Lepied Date: Tue, 20 Sep 2005 07:04:04 +0000 Subject: don't add the service to all the profiles in upgrade mode. --- add-service | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'add-service') diff --git a/add-service b/add-service index 1a71eff..94cc21d 100755 --- a/add-service +++ b/add-service @@ -72,7 +72,7 @@ else # if the service is activated, add it again to be able to handle # changes in start/stop levels if [ -f /etc/rc3.d/S??$srv ]; then - add_service + /sbin/chkconfig --add $srv fi # restart the service if already running -- cgit v1.2.1