questd: do not install uscriptd

This commit is contained in:
Sukru Senli 2016-09-25 11:31:53 +02:00
parent c93e95d818
commit ca444bf3bb
2 changed files with 2 additions and 8 deletions

View file

@ -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

View file

@ -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()