mirror of
https://dev.iopsys.eu/feed/iopsys.git
synced 2025-12-10 07:44:50 +01:00
questd: do not install uscriptd
This commit is contained in:
parent
c93e95d818
commit
ca444bf3bb
2 changed files with 2 additions and 8 deletions
|
|
@ -6,9 +6,9 @@ include $(TOPDIR)/rules.mk
|
|||
include $(INCLUDE_DIR)/kernel.mk
|
||||
|
||||
PKG_NAME:=questd
|
||||
PKG_VERSION:=3.1.17
|
||||
PKG_VERSION:=3.1.18
|
||||
|
||||
PKG_SOURCE_VERSION:=16665ce6a657d92671139f9072cb1078c6440a2d
|
||||
PKG_SOURCE_VERSION:=d3e6930c8d7172e5ceed107c25644f8a813766ef
|
||||
PKG_SOURCE_PROTO:=git
|
||||
PKG_SOURCE_URL:=http://public.inteno.se:/questd
|
||||
|
||||
|
|
|
|||
|
|
@ -11,16 +11,10 @@ start_service() {
|
|||
procd_set_param command "/sbin/questd"
|
||||
procd_set_param respawn
|
||||
procd_close_instance
|
||||
|
||||
procd_open_instance
|
||||
procd_set_param command "/sbin/uscriptd"
|
||||
procd_set_param respawn
|
||||
procd_close_instance
|
||||
}
|
||||
|
||||
stop() {
|
||||
service_stop /sbin/questd
|
||||
service_stop /sbin/uscriptd
|
||||
}
|
||||
|
||||
service_triggers()
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue