summaryrefslogtreecommitdiffstats
path: root/package/system/rpcd
diff options
context:
space:
mode:
authorJohn Crispin <john@openwrt.org>2015-03-30 12:35:05 +0000
committerJohn Crispin <john@openwrt.org>2015-03-30 12:35:05 +0000
commitfd91040704537c6a18038c1d9041cd8fb65e3f71 (patch)
tree2831de1276f34d1db3f5a38e6615e9fa889c2f54 /package/system/rpcd
parentd6af8e21751083cc26eca352844603fb86a8b772 (diff)
downloadmaster-31e0f0ae-fd91040704537c6a18038c1d9041cd8fb65e3f71.tar.gz
master-31e0f0ae-fd91040704537c6a18038c1d9041cd8fb65e3f71.tar.bz2
master-31e0f0ae-fd91040704537c6a18038c1d9041cd8fb65e3f71.zip
rpcd: properly handle return codes
Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 45152
Diffstat (limited to 'package/system/rpcd')
-rw-r--r--package/system/rpcd/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/package/system/rpcd/Makefile b/package/system/rpcd/Makefile
index a3c53fd83e..e27dac5a37 100644
--- a/package/system/rpcd/Makefile
+++ b/package/system/rpcd/Makefile
@@ -8,13 +8,13 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=rpcd
-PKG_VERSION:=2015-03-11
+PKG_VERSION:=2015-03-30
PKG_RELEASE=$(PKG_SOURCE_VERSION)
PKG_SOURCE_PROTO:=git
PKG_SOURCE_URL:=git://nbd.name/luci2/rpcd.git
PKG_SOURCE_SUBDIR:=$(PKG_NAME)
-PKG_SOURCE_VERSION:=361b823e8d670bc122349041294983468ef36845
+PKG_SOURCE_VERSION:=311c85e7d9a8f7fee17e65afc371f4fd0c8cd588
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz
PKG_MAINTAINER:=Jo-Philipp Wich <jow@openwrt.org>