From 3d32aaf1f661dac8a71c6d1e3c46a53b88b79dc0 Mon Sep 17 00:00:00 2001 From: Stephen Soltesz Date: Mon, 13 Jul 2009 17:36:03 +0000 Subject: [PATCH] disable runlevelagent when it is installed by bootmanager as part of myplc. --- bootmanager.spec | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/bootmanager.spec b/bootmanager.spec index 41dda92..7973393 100644 --- a/bootmanager.spec +++ b/bootmanager.spec @@ -73,6 +73,10 @@ Remember to GPG sign /var/www/html/boot/bootmanager.sh with the PlanetLab private key. EOF +# NOTE: do not run this agent when installed on a myplc. +chkconfig monitor-runlevelagent off +chkconfig --del monitor-runlevelagent + %files %defattr(-,root,root,-) %{_datadir}/%{name} -- 2.43.0