tgt: use new extra_command function definition
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
This commit is contained in:
parent
04e52a13c4
commit
1b0ddae963
2 changed files with 2 additions and 3 deletions
|
@ -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)?
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue