tgt: update to 1.0.75

- move files/* to the conventional location
- add procd_kill to prevent respawn after stop
- update description
- remove OpenWRT copyright

Signed-off-by: Maxim Storchak <m.storchak@gmail.com>
This commit is contained in:
Maxim Storchak
2019-03-12 15:04:17 +02:00
parent 4ef2d78461
commit 71be2fa587
3 changed files with 12 additions and 15 deletions
@@ -223,6 +223,7 @@ stop_service() {
| awk '$1 == "Target" {sub(/:/,"",$2); print $2}' \
| xargs -r -n1 $tgtadm --mode target --op delete --force --tid
$tgtadm --mode sys --op delete
procd_kill tgt
}
reload_service() {