mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 07:28:39 +01:00
wifidog: use new extra_command function definition
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
This commit is contained in:
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
|
|||||||
|
|
||||||
PKG_NAME:=wifidog
|
PKG_NAME:=wifidog
|
||||||
PKG_VERSION:=1.3.0
|
PKG_VERSION:=1.3.0
|
||||||
PKG_RELEASE:=5
|
PKG_RELEASE:=6
|
||||||
|
|
||||||
PKG_SOURCE_PROTO:=git
|
PKG_SOURCE_PROTO:=git
|
||||||
PKG_SOURCE_URL:=https://github.com/wifidog/wifidog-gateway
|
PKG_SOURCE_URL:=https://github.com/wifidog/wifidog-gateway
|
||||||
|
|||||||
@@ -4,8 +4,7 @@ START=65
|
|||||||
|
|
||||||
USE_PROCD=1
|
USE_PROCD=1
|
||||||
|
|
||||||
EXTRA_COMMANDS="status"
|
extra_command "status" "Print the status of the service"
|
||||||
EXTRA_HELP=" status Print the status of the service"
|
|
||||||
|
|
||||||
start_service() {
|
start_service() {
|
||||||
procd_open_instance
|
procd_open_instance
|
||||||
|
|||||||
Reference in New Issue
Block a user