summaryrefslogtreecommitdiff
path: root/package
diff options
context:
space:
mode:
authorMartin Thomas <mthomas@conet.de>2017-07-07 14:26:17 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2017-07-09 08:38:35 +0200
commite9f8e3743b4254ec340560c43242a28dcbb4550a (patch)
treeb3ac5e46e17ba794dcb3bec4eb24a03d6a668149 /package
parent52eabc878aaba5fc397375079a3214e7cb3c5bdb (diff)
ympd can now get stopped via init
Signed-off-by: Martin Thomas <mtadk@hamtam.de>
Diffstat (limited to 'package')
-rw-r--r--package/ympd/Makefile2
-rw-r--r--package/ympd/files/ympd.init2
2 files changed, 2 insertions, 2 deletions
diff --git a/package/ympd/Makefile b/package/ympd/Makefile
index 2dd2a7163..c8408c704 100644
--- a/package/ympd/Makefile
+++ b/package/ympd/Makefile
@@ -6,7 +6,7 @@ include $(ADK_TOPDIR)/rules.mk
PKG_NAME:= ympd
PKG_VERSION:= 3df5b36b97b7a5b0c9adeba39b9987d9aa58a7fb
PKG_GIT:= hash
-PKG_RELEASE:= 1
+PKG_RELEASE:= 2
PKG_DESCR:= standalone music player daemon web gui
PKG_SECTION:= net/http
PKG_DEPENDS:= libmpdclient
diff --git a/package/ympd/files/ympd.init b/package/ympd/files/ympd.init
index f1510263c..6dd7af28c 100644
--- a/package/ympd/files/ympd.init
+++ b/package/ympd/files/ympd.init
@@ -15,7 +15,7 @@ start)
ympd -w 80 &
;;
stop)
- kill $(pgrep -f /usr/bin/ympd)
+ kill $(pgrep -f ympd)
;;
restart)
sh $0 stop