aboutsummaryrefslogtreecommitdiffstats
path: root/package/system/procd/Makefile
diff options
context:
space:
mode:
authorJohn Crispin <blogic@openwrt.org>2014-06-30 09:57:29 +0000
committerJohn Crispin <blogic@openwrt.org>2014-06-30 09:57:29 +0000
commit1a7223795f4fa449b5c85bc97bc7454f103a0c85 (patch)
treeeb771a496273f640b41dcb9fbecf57e9f2470790 /package/system/procd/Makefile
parent6f80caf974f8061993477b155f5ca72df5471d4f (diff)
downloadupstream-1a7223795f4fa449b5c85bc97bc7454f103a0c85.tar.gz
upstream-1a7223795f4fa449b5c85bc97bc7454f103a0c85.tar.bz2
upstream-1a7223795f4fa449b5c85bc97bc7454f103a0c85.zip
procd: fix uci_validation
Regardles of the return code from validate_data _error variable will be 0 due to 'local' command in the previous line. With this patch we are able to catch the return code from validate_data tool. Signed-off-by: Luka Perkov <luka@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@41414 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/system/procd/Makefile')
-rw-r--r--package/system/procd/Makefile9
1 files changed, 8 insertions, 1 deletions
diff --git a/package/system/procd/Makefile b/package/system/procd/Makefile
index 6553fcc831..30bcd2a7f2 100644
--- a/package/system/procd/Makefile
+++ b/package/system/procd/Makefile
@@ -1,7 +1,14 @@
+#
+# Copyright (C) 2014 OpenWrt.org
+#
+# This is free software, licensed under the GNU General Public License v2.
+# See /LICENSE for more information.
+#
+
include $(TOPDIR)/rules.mk
PKG_NAME:=procd
-PKG_VERSION:=2014-06-19
+PKG_VERSION:=2014-06-27
PKG_RELEASE=$(PKG_SOURCE_VERSION)