diff options
author | John Crispin <john@openwrt.org> | 2014-11-06 09:30:55 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2014-11-06 09:30:55 +0000 |
commit | 74e94df8eb23205df8bc49c6512f0d1d6f0078f9 (patch) | |
tree | f710e555cc8fe3af958cfcba3b2ec8f6f324d105 | |
parent | 1fe7cd5ed95b799db1722676e88019e7aaef6f5e (diff) | |
download | upstream-74e94df8eb23205df8bc49c6512f0d1d6f0078f9.tar.gz upstream-74e94df8eb23205df8bc49c6512f0d1d6f0078f9.tar.bz2 upstream-74e94df8eb23205df8bc49c6512f0d1d6f0078f9.zip |
procd: update to latest git
setsid is called fixing the pgrp issue
trigger the wdt while modules are being inserted
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 43193
-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 030b90c148..fcf610b8ac 100644 --- a/package/system/procd/Makefile +++ b/package/system/procd/Makefile @@ -8,14 +8,14 @@ include $(TOPDIR)/rules.mk PKG_NAME:=procd -PKG_VERSION:=2014-11-05 +PKG_VERSION:=2014-11-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:=6f52ef3cc9f01e952e7f32d10c7f8612e635e80c +PKG_SOURCE_VERSION:=b899234bd657fa1ae1c71315326c3fe2cd9b6cec PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz CMAKE_INSTALL:=1 |