diff options
author | John Crispin <blogic@openwrt.org> | 2014-06-06 09:34:30 +0000 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2014-06-06 09:34:30 +0000 |
commit | 16eceec6c4c2a2ab621615e2de46a80117f572f3 (patch) | |
tree | a58bbc723d5474a9051aa32edc9338bf188127e6 /package/system/procd/Makefile | |
parent | 9eb585ddab591e329260266a497be55eddbc4b6a (diff) | |
download | upstream-16eceec6c4c2a2ab621615e2de46a80117f572f3.tar.gz upstream-16eceec6c4c2a2ab621615e2de46a80117f572f3.tar.bz2 upstream-16eceec6c4c2a2ab621615e2de46a80117f572f3.zip |
procd: service instances can now report an error of why they failed to start.
Signed-off-by: John Crispin <blogic@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@41031 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/system/procd/Makefile')
-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 4047177378..adc8933e0f 100644 --- a/package/system/procd/Makefile +++ b/package/system/procd/Makefile @@ -1,14 +1,14 @@ include $(TOPDIR)/rules.mk PKG_NAME:=procd -PKG_VERSION:=2014-06-05 +PKG_VERSION:=2014-06-06 PKG_RELEASE=$(PKG_SOURCE_VERSION) PKG_SOURCE_PROTO:=git PKG_SOURCE_URL:=git://nbd.name/luci2/procd.git PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION) -PKG_SOURCE_VERSION:=45ca87272954f46eb6d55365d5a2fbe3520d66ce +PKG_SOURCE_VERSION:=53c1ea6b9ade10eff3cec07519db862b365a4233 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz CMAKE_INSTALL:=1 |