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 | ff9120ca0077f6d1ad523979eeab0c2f3b1f3414 (patch) | |
tree | 6312682306223cd6f52c60baade8689255ed6c85 /package/base-files/Makefile | |
parent | b86726c28374f37dc21894be17de734dd9f4c026 (diff) | |
download | master-187ad058-ff9120ca0077f6d1ad523979eeab0c2f3b1f3414.tar.gz master-187ad058-ff9120ca0077f6d1ad523979eeab0c2f3b1f3414.tar.bz2 master-187ad058-ff9120ca0077f6d1ad523979eeab0c2f3b1f3414.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
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28865 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 |