From d561ea555fbfb05e83a8d74076662f476007e74b Mon Sep 17 00:00:00 2001 From: Florian Eckert Date: Wed, 28 Oct 2020 15:57:43 +0100 Subject: [PATCH] wifidog: use new extra_command function definition Signed-off-by: Florian Eckert --- net/wifidog/Makefile | 2 +- net/wifidog/files/wifidog.init | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/net/wifidog/Makefile b/net/wifidog/Makefile index 47367e4744..07cdbfd7df 100644 --- a/net/wifidog/Makefile +++ b/net/wifidog/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=wifidog PKG_VERSION:=1.3.0 -PKG_RELEASE:=5 +PKG_RELEASE:=6 PKG_SOURCE_PROTO:=git PKG_SOURCE_URL:=https://github.com/wifidog/wifidog-gateway diff --git a/net/wifidog/files/wifidog.init b/net/wifidog/files/wifidog.init index 3078a001a6..4d864a0a81 100644 --- a/net/wifidog/files/wifidog.init +++ b/net/wifidog/files/wifidog.init @@ -4,8 +4,7 @@ START=65 USE_PROCD=1 -EXTRA_COMMANDS="status" -EXTRA_HELP=" status Print the status of the service" +extra_command "status" "Print the status of the service" start_service() { procd_open_instance