Revision: 6859
http://sourceforge.net/p/astlinux/code/6859
Author: abelbeck
Date: 2014-12-18 16:26:03 +0000 (Thu, 18 Dec 2014)
Log Message:
-----------
monit, make service runlevels track Zabbix
Modified Paths:
--------------
branches/1.0/package/monit/monit.mk
Modified: branches/1.0/package/monit/monit.mk
===================================================================
--- branches/1.0/package/monit/monit.mk 2014-12-17 22:25:32 UTC (rev 6858)
+++ branches/1.0/package/monit/monit.mk 2014-12-18 16:26:03 UTC (rev 6859)
@@ -39,8 +39,8 @@
$(TARGET_DIR)/stat/etc/monit/monit.d/services
$(INSTALL) -m 0755 -D package/monit/monit.init $(TARGET_DIR)/etc/init.d/monit
ln -sf /tmp/etc/monit $(TARGET_DIR)/etc/monit
- ln -sf ../../init.d/monit $(TARGET_DIR)/etc/runlevels/default/S75monit
- ln -sf ../../init.d/monit $(TARGET_DIR)/etc/runlevels/default/K15monit
+ ln -sf ../../init.d/monit $(TARGET_DIR)/etc/runlevels/default/S98monit
+ ln -sf ../../init.d/monit $(TARGET_DIR)/etc/runlevels/default/K01monit
endef
define MONIT_UNINSTALL_TARGET_CMDS
@@ -48,8 +48,8 @@
rm -rf $(TARGET_DIR)/stat/etc/monit
rm -f $(TARGET_DIR)/etc/init.d/monit
rm -f $(TARGET_DIR)/etc/monit
- rm -f $(TARGET_DIR)/etc/runlevels/default/S75monit
- rm -f $(TARGET_DIR)/etc/runlevels/default/K15monit
+ rm -f $(TARGET_DIR)/etc/runlevels/default/S98monit
+ rm -f $(TARGET_DIR)/etc/runlevels/default/K01monit
endef
$(eval $(call AUTOTARGETS,package,monit))
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|