summaryrefslogtreecommitdiff
path: root/package/esound
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2010-12-13 19:14:53 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2010-12-13 19:14:53 +0100
commit3a18ab3a38e9f98afc1a94646daf99b44e42867b (patch)
tree614d3599d29ff23457cda650bbf5ae769899bd23 /package/esound
parent57df3be530421708f6f91d1750144bf258196f6e (diff)
add autostop
Diffstat (limited to 'package/esound')
-rw-r--r--package/esound/Makefile2
-rw-r--r--package/esound/files/esd.init1
2 files changed, 2 insertions, 1 deletions
diff --git a/package/esound/Makefile b/package/esound/Makefile
index 56e097c87..6a5da170f 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:= 3
+PKG_RELEASE:= 4
PKG_MD5SUM:= 3d8973ed87053d7acc1f4d44af2c4688
PKG_DESCR:= Enlightened Sound Daemon
PKG_SECTION:= multimedia
diff --git a/package/esound/files/esd.init b/package/esound/files/esd.init
index f576433d2..b2aed6149 100644
--- a/package/esound/files/esd.init
+++ b/package/esound/files/esd.init
@@ -4,6 +4,7 @@
. /etc/rc.conf
case $1 in
+autostop) ;;
autostart)
test x"${esd:-NO}" = x"NO" && exit 0
exec sh $0 start