diff options
author | John Crispin <blogic@openwrt.org> | 2013-11-19 16:33:50 +0000 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2013-11-19 16:33:50 +0000 |
commit | bd43a9ec43e2f86f9aa6c0bbfe64b851d39cf99f (patch) | |
tree | 30c76b50076deb1a11e80f558099823fd24b012c /package/system | |
parent | 42da94bdabeaee96a1271387354e67b98892292a (diff) | |
download | master-187ad058-bd43a9ec43e2f86f9aa6c0bbfe64b851d39cf99f.tar.gz master-187ad058-bd43a9ec43e2f86f9aa6c0bbfe64b851d39cf99f.tar.bz2 master-187ad058-bd43a9ec43e2f86f9aa6c0bbfe64b851d39cf99f.zip |
procd: update to latest git head
* fix up the order of respawn parameters for ubus
* add a event broadcast function
* add debug level handover between preinit and main process
* make the service running trigger be queued directly after the service was startetd
* Allow process respawning forever
Signed-off-by: John Crispin <blogic@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@38868 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/system')
-rw-r--r-- | package/system/procd/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/system/procd/Makefile b/package/system/procd/Makefile index 6cce8045d0..db539a1a10 100644 --- a/package/system/procd/Makefile +++ b/package/system/procd/Makefile @@ -1,14 +1,14 @@ include $(TOPDIR)/rules.mk PKG_NAME:=procd -PKG_VERSION:=2013-11-15 +PKG_VERSION:=2013-11-19 PKG_RELEASE=$(PKG_SOURCE_VERSION)-1 PKG_SOURCE_PROTO:=git PKG_SOURCE_URL:=git://nbd.name/luci2/procd.git PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION) -PKG_SOURCE_VERSION:=93d71ca996eb50b951169414cf541bf0fe4f647e +PKG_SOURCE_VERSION:=bc5cdc15f4247dd0d42a636501c5787a6af13b98 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz CMAKE_INSTALL:=1 |