diff options
author | Alin Nastac <alin.nastac@gmail.com> | 2019-10-17 14:06:40 +0200 |
---|---|---|
committer | Jo-Philipp Wich <jo@mein.io> | 2019-10-18 19:28:11 +0200 |
commit | ddf6ec29b477f0cf7ce7839c8c9710fb4b969621 (patch) | |
tree | 2a3cd962473fa3f8666c0d0166e5c432ed9ccd49 /package/system/procd/Makefile | |
parent | 91aabae8958d586a01eca6d47af579194f7c2116 (diff) | |
download | upstream-ddf6ec29b477f0cf7ce7839c8c9710fb4b969621.tar.gz upstream-ddf6ec29b477f0cf7ce7839c8c9710fb4b969621.tar.bz2 upstream-ddf6ec29b477f0cf7ce7839c8c9710fb4b969621.zip |
procd: allow usage of * as procd_running() instance parameter
service_running() implementation in /etc/rc.common use it.
It is preferable to use wildcard than assuming the instance
name is the default one.
jsonfilter returns all matches when wildcards are used, hence
the -l 1 argument used to limit output to only one value.
Signed-off-by: Alin Nastac <alin.nastac@gmail.com>
Diffstat (limited to 'package/system/procd/Makefile')
-rw-r--r-- | package/system/procd/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/system/procd/Makefile b/package/system/procd/Makefile index 8ff2996262..27702efc51 100644 --- a/package/system/procd/Makefile +++ b/package/system/procd/Makefile @@ -8,7 +8,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=procd -PKG_RELEASE:=2 +PKG_RELEASE:=3 PKG_SOURCE_PROTO:=git PKG_SOURCE_URL=$(PROJECT_GIT)/project/procd.git |