[openwrt/openwrt] ubus: make sure ubusd starts in case user 'ubus' doesn't exist

LEDE Commits lede-commits at lists.infradead.org
Fri Dec 4 09:42:23 EST 2020


dangole pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/533895e05e62db8cd3e7d12eb384a08058088388

commit 533895e05e62db8cd3e7d12eb384a08058088388
Author: Daniel Golle <daniel at makrotopia.org>
AuthorDate: Fri Dec 4 14:38:24 2020 +0000

    ubus: make sure ubusd starts in case user 'ubus' doesn't exist
    
     d1d9ddf ubusd: attempt to create socket folder
    
    Signed-off-by: Daniel Golle <daniel at makrotopia.org>
---
 package/system/ubus/Makefile | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/package/system/ubus/Makefile b/package/system/ubus/Makefile
index fd2ccace6b..1eb7da007e 100644
--- a/package/system/ubus/Makefile
+++ b/package/system/ubus/Makefile
@@ -5,9 +5,9 @@ PKG_RELEASE:=1
 
 PKG_SOURCE_PROTO:=git
 PKG_SOURCE_URL=$(PROJECT_GIT)/project/ubus.git
-PKG_SOURCE_DATE:=2020-10-25
-PKG_SOURCE_VERSION:=ad0cd117db74934385d81605514e041b1a9cdda9
-PKG_MIRROR_HASH:=8f6908bd826a342ed8e925dfec4744dbf24616f20d20d1af342a18419a3b14de
+PKG_SOURCE_DATE:=2020-12-04
+PKG_SOURCE_VERSION:=d1d9ddf98d39b0bdc055060fb962335439445690
+PKG_MIRROR_HASH:=6fbdda5144cfef14d314d421ce801e9c89a2266428346f531a57c28e731a059c
 CMAKE_INSTALL:=1
 
 PKG_LICENSE:=LGPL-2.1



More information about the lede-commits mailing list