summaryrefslogtreecommitdiff
path: root/package
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2010-02-25 05:28:43 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2010-02-25 05:28:43 +0100
commit24c91ec4b57c3a35edeb90979a12f45b5e0ae693 (patch)
treede92c529588778149ddf8f880f7a0d70ece4a43a /package
parentbfa2416c8786790b5901f3720fc6a6a6aab33c96 (diff)
fix init script
Diffstat (limited to 'package')
-rw-r--r--package/esound/Makefile2
-rw-r--r--package/esound/files/esd.init2
2 files changed, 2 insertions, 2 deletions
diff --git a/package/esound/Makefile b/package/esound/Makefile
index 3bcf528ec..d7a4af391 100644
--- a/package/esound/Makefile
+++ b/package/esound/Makefile
@@ -5,7 +5,7 @@ include ${TOPDIR}/rules.mk
PKG_NAME:= esound
PKG_VERSION:= 0.2.41
-PKG_RELEASE:= 1
+PKG_RELEASE:= 2
PKG_MD5SUM:= 3d8973ed87053d7acc1f4d44af2c4688
PKG_DESCR:= Enlightened Sound Daemon
PKG_SECTION:= net
diff --git a/package/esound/files/esd.init b/package/esound/files/esd.init
index fd2ebf877..146cffee8 100644
--- a/package/esound/files/esd.init
+++ b/package/esound/files/esd.init
@@ -9,7 +9,7 @@ autostart)
exec sh $0 start
;;
start)
- esd -d /dev/sound/dsp -public -tcp -nobeeps
+ esd -public -tcp -nobeeps -noterminate &
;;
stop)
pkill esd