[Orca-checkins] r493 - in orca/trunk: . data_gatherers

blair at orcaware.com blair at orcaware.com
Tue Sep 13 22:58:28 PDT 2005


Author: blair at orcaware.com
Date: Tue Sep 13 22:57:23 2005
New Revision: 493

Modified:
   orca/trunk/INSTALL
   orca/trunk/Makefile.in
   orca/trunk/data_gatherers/Makefile.in
   orca/trunk/data_gatherers/orcallator/Makefile.in

Log:
Revert the portions of revision 492 where the target
'orcallator_run_at_boot' was renamed to
'orcallator_run_at_boot_using_chkconfig', since orcallator is Solaris
specific and Solaris does not have chkconfig.

* data_gatherers/Makefile.in,
* data_gatherers/orcallator/Makefile.in,
* Makefile.in
  (orcallator_run_at_boot):
    Renamed from orcallator_run_at_boot_using_chkconfig.

* INSTALL,
  Update the documentation to use the original orcallator target name.


Modified: orca/trunk/INSTALL
==============================================================================
--- orca/trunk/INSTALL	(original)
+++ orca/trunk/INSTALL	Tue Sep 13 22:57:23 2005
@@ -355,7 +355,7 @@
        For systems with chkconfig, which are normally RedHat based
        ones, run
 
-       % make orcallator_run_at_boot_using_chkconfig
+       % make orcallator_run_at_boot
 
        from either the top of the Orca source tree or from the
        data_gatherers/orcallator directory.  This will first delete

Modified: orca/trunk/Makefile.in
==============================================================================
--- orca/trunk/Makefile.in	(original)
+++ orca/trunk/Makefile.in	Tue Sep 13 22:57:23 2005
@@ -28,8 +28,8 @@
 install_contrib:
 	cd contrib && $(MAKE) install_contrib
 
-orcallator_run_at_boot_using_chkconfig:
-	cd data_gatherers/orcallator && $(MAKE) orcallator_run_at_boot_using_chkconfig
+orcallator_run_at_boot:
+	cd data_gatherers/orcallator && $(MAKE) orcallator_run_at_boot
 
 orca_services_run_at_boot_using_chkconfig:
 	cd data_gatherers/orca_services && $(MAKE) orca_services_run_at_boot_using_chkconfig

Modified: orca/trunk/data_gatherers/Makefile.in
==============================================================================
--- orca/trunk/data_gatherers/Makefile.in	(original)
+++ orca/trunk/data_gatherers/Makefile.in	Tue Sep 13 22:57:23 2005
@@ -29,8 +29,8 @@
 
 test: check
 
-orcallator_run_at_boot_using_chkconfig:
-	cd orcallator && $(MAKE) orcallator_run_at_boot_using_chkconfig
+orcallator_run_at_boot:
+	cd orcallator && $(MAKE) orcallator_run_at_boot
 
 orca_services_run_at_boot_using_chkconfig:
 	cd orca_services && $(MAKE) orca_services_run_at_boot_using_chkconfig

Modified: orca/trunk/data_gatherers/orcallator/Makefile.in
==============================================================================
--- orca/trunk/data_gatherers/orcallator/Makefile.in	(original)
+++ orca/trunk/data_gatherers/orcallator/Makefile.in	Tue Sep 13 22:57:23 2005
@@ -66,7 +66,7 @@
 	  $(INSTALL) -m 0644 orcallator.cfg $(DESTDIR)$(sysconfdir) || exit 1; \
 	fi
 
-orcallator_run_at_boot_using_chkconfig: all
+orcallator_run_at_boot: all
 	test "$(INIT_D_DIR)"
 	test "$(RCX_D_CONTAINING_DIR)"
 	-$(RM) $(INIT_D_DIR)/orcallator



More information about the Orca-checkins mailing list