diff options
Diffstat (limited to 'net/apfree-wifidog')
-rw-r--r-- | net/apfree-wifidog/Makefile | 2 | ||||
-rw-r--r-- | net/apfree-wifidog/files/wifidogx.init | 3 |
2 files changed, 2 insertions, 3 deletions
diff --git a/net/apfree-wifidog/Makefile b/net/apfree-wifidog/Makefile index f4f4b8783..31334fb8e 100644 --- a/net/apfree-wifidog/Makefile +++ b/net/apfree-wifidog/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=apfree-wifidog PKG_VERSION:=4.08.1771 -PKG_RELEASE:=5 +PKG_RELEASE:=6 PKG_SOURCE_PROTO:=git PKG_SOURCE_URL:=https://github.com/liudf0716/apfree_wifidog.git diff --git a/net/apfree-wifidog/files/wifidogx.init b/net/apfree-wifidog/files/wifidogx.init index 6a205941e..a7f85dd61 100644 --- a/net/apfree-wifidog/files/wifidogx.init +++ b/net/apfree-wifidog/files/wifidogx.init @@ -9,8 +9,7 @@ USE_PROCD=1 PROG=/usr/bin/wifidogx CONFIGFILE=/tmp/wifidogx.conf -EXTRA_COMMANDS="status" -EXTRA_HELP=" status Print the status of the service" +extra_command "status" "Print the status of the service" PX5G_BIN="/usr/sbin/px5g" OPENSSL_BIN="/usr/bin/openssl" |