aboutsummaryrefslogtreecommitdiffstats
path: root/package/system/rpcd
diff options
context:
space:
mode:
authorJohn Crispin <blogic@openwrt.org>2015-03-30 12:35:05 +0000
committerJohn Crispin <blogic@openwrt.org>2015-03-30 12:35:05 +0000
commitd8b7c7edd399e175a3560046d1165230a185df84 (patch)
treeed8d335f65056830fef8495a351938ac0b66f3ed /package/system/rpcd
parente09e68f48228b0908205f1df10e6d864c866bb07 (diff)
downloadmaster-187ad058-d8b7c7edd399e175a3560046d1165230a185df84.tar.gz
master-187ad058-d8b7c7edd399e175a3560046d1165230a185df84.tar.bz2
master-187ad058-d8b7c7edd399e175a3560046d1165230a185df84.zip
rpcd: properly handle return codes
Signed-off-by: John Crispin <blogic@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@45152 3c298f89-4303-0410-b956-a3cf2f4a3e73
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>