[Orca-checkins] r494 - orca/trunk/data_gatherers/procallator
blair at orcaware.com
blair at orcaware.com
Thu Sep 15 21:03:59 PDT 2005
Author: blair at orcaware.com
Date: Thu Sep 15 21:03:03 2005
New Revision: 494
Modified:
orca/trunk/data_gatherers/procallator/Makefile.in
Log:
Ensure the $(CHKCONFIG) is set before using it.
* data_gatherers/procallator/Makefile.in
(procallator_run_at_boot_using_chkconfig):
Before trying to do install procallator to start at boot time,
ensure that $(CHKCONFIG) is set.
Modified: orca/trunk/data_gatherers/procallator/Makefile.in
==============================================================================
--- orca/trunk/data_gatherers/procallator/Makefile.in (original)
+++ orca/trunk/data_gatherers/procallator/Makefile.in Thu Sep 15 21:03:03 2005
@@ -63,6 +63,7 @@
fi
procallator_run_at_boot_using_chkconfig: all
+ test "$(CHKCONFIG)"
test "$(INIT_D_DIR)"
-$(RM) $(INIT_D_DIR)/procallator
$(INSTALL) -m 0744 S99procallator $(INIT_D_DIR)/procallator
More information about the Orca-checkins
mailing list