git.99rst.org
/
openwrt-packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
04e52a1
)
tgt: use new extra_command function definition
author
Florian Eckert
<redacted>
Wed, 28 Oct 2020 14:56:36 +0000
(15:56 +0100)
committer
Florian Eckert
<redacted>
Wed, 4 Nov 2020 07:50:34 +0000
(08:50 +0100)
Signed-off-by: Florian Eckert <redacted>
net/tgt/Makefile
patch
|
blob
|
history
net/tgt/files/tgt.init
patch
|
blob
|
history
diff --git
a/net/tgt/Makefile
b/net/tgt/Makefile
index 6eb8230a58321d18f7706d0d1ac25664c411d70a..4f830718879d110e8947c5dc265c044d8188eb49 100644
(file)
--- 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 04ee4931d0326a5f378a5a5fb623f84ee6132c56..594cdf819c57178463130c1afd413998e2b48847 100755
(executable)
--- 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
git clone https://git.99rst.org/PROJECT