diff options
author | Nicolas Thill <nico@openwrt.org> | 2011-11-08 22:47:49 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2011-11-08 22:47:49 +0000 |
commit | b7b56df70790aa17eed47c31a3a588a557f64d41 (patch) | |
tree | d5d76e82028267d4d1d93377f181c0beeb7b6451 /package/base-files/Makefile | |
parent | d0659ce37e776153565691e1cabaee915d73d2d6 (diff) | |
download | upstream-b7b56df70790aa17eed47c31a3a588a557f64d41.tar.gz upstream-b7b56df70790aa17eed47c31a3a588a557f64d41.tar.bz2 upstream-b7b56df70790aa17eed47c31a3a588a557f64d41.zip |
package/base-files: enhance & cleanup service wrappers
* add service_check function for checking if a process is alive
* add service_signal for sending arbitrary signals to a process
* change service_stop to send a TERM signal first, wait for the process to die and send a KILL signal if it doen't
* have service_kill print a warning on STDERR stating it has been deprecated
SVN-Revision: 28865
Diffstat (limited to 'package/base-files/Makefile')
-rw-r--r-- | package/base-files/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/base-files/Makefile b/package/base-files/Makefile index e29e63b3d9..6e41f04589 100644 --- a/package/base-files/Makefile +++ b/package/base-files/Makefile @@ -10,7 +10,7 @@ include $(TOPDIR)/rules.mk include $(INCLUDE_DIR)/kernel.mk PKG_NAME:=base-files -PKG_RELEASE:=90 +PKG_RELEASE:=91 PKG_FILE_DEPENDS:=$(PLATFORM_DIR)/ $(GENERIC_PLATFORM_DIR)/base-files/ PKG_BUILD_DEPENDS:=opkg/host |