aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2016-01-14 12:52:18 +0000
committerJo-Philipp Wich <jow@openwrt.org>2016-01-14 12:52:18 +0000
commitaa2c73ab6bb417dfb291fb467e9c58ae74885845 (patch)
tree27f427188d655df38d0ac7f44ee7c3e4424b597d
parent5c68fad55891b8c742d583d13a66bb047e83d7bb (diff)
downloadmaster-187ad058-aa2c73ab6bb417dfb291fb467e9c58ae74885845.tar.gz
master-187ad058-aa2c73ab6bb417dfb291fb467e9c58ae74885845.tar.bz2
master-187ad058-aa2c73ab6bb417dfb291fb467e9c58ae74885845.zip
procd: align early init PATH with rest of OpenWrt
This fixes diverging executable search paths observed in programs launched throughn etifd which in turn inherited the search path from procd early on boot. Signed-off-by: Jo-Philipp Wich <jow@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@48235 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rw-r--r--package/system/procd/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/package/system/procd/Makefile b/package/system/procd/Makefile
index 788e0b328c..0d075860fc 100644
--- a/package/system/procd/Makefile
+++ b/package/system/procd/Makefile
@@ -1,5 +1,5 @@
#
-# Copyright (C) 2014-2015 OpenWrt.org
+# Copyright (C) 2014-2016 OpenWrt.org
#
# This is free software, licensed under the GNU General Public License v2.
# See /LICENSE for more information.
@@ -8,14 +8,14 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=procd
-PKG_VERSION:=2015-12-11
+PKG_VERSION:=2016-01-14
PKG_RELEASE=$(PKG_SOURCE_VERSION)
PKG_SOURCE_PROTO:=git
PKG_SOURCE_URL=$(OPENWRT_GIT)/project/procd.git
PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION)
-PKG_SOURCE_VERSION:=8490bb31a85e14a708e0db0b301e078d4b20657d
+PKG_SOURCE_VERSION:=45cb04fd85d788a37367a5385e5e90dd98a0a991
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz
CMAKE_INSTALL:=1