diff options
author | John Crispin <john@openwrt.org> | 2013-11-19 16:33:50 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2013-11-19 16:33:50 +0000 |
commit | 460bf6b0d7beee284a366942b7efa3a1f0348076 (patch) | |
tree | 088eaa09e7fe83a2af31f01926cfb04331c39bf6 /package/system/procd | |
parent | 40109bb89ba47bcf229eaa63a25ae933036b6a41 (diff) | |
download | upstream-460bf6b0d7beee284a366942b7efa3a1f0348076.tar.gz upstream-460bf6b0d7beee284a366942b7efa3a1f0348076.tar.bz2 upstream-460bf6b0d7beee284a366942b7efa3a1f0348076.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>
SVN-Revision: 38868
Diffstat (limited to 'package/system/procd')
-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 |