diff --git a/net/tgt/Makefile b/net/tgt/Makefile index 6eb8230a5..4f8307188 100644 --- a/net/tgt/Makefile +++ b/net/tgt/Makefile @@ -5,7 +5,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=tgt PKG_VERSION:=1.0.79 -PKG_RELEASE:=2 +PKG_RELEASE:=3 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://codeload.github.com/fujita/tgt/tar.gz/v$(PKG_VERSION)? diff --git a/net/tgt/files/tgt.init b/net/tgt/files/tgt.init index 04ee4931d..594cdf819 100755 --- a/net/tgt/files/tgt.init +++ b/net/tgt/files/tgt.init @@ -2,8 +2,7 @@ START=91 STOP=10 -EXTRA_COMMANDS="show" -EXTRA_HELP=" show Show current configuration of tgtd" +extra_command "show" "Show current configuration of tgtd" NAME=tgt PROG=/usr/sbin/tgtd