Browse Source

add autostop

Waldemar Brodkorb 14 years ago
parent
commit
3a18ab3a38
2 changed files with 2 additions and 1 deletions
  1. 1 1
      package/esound/Makefile
  2. 1 0
      package/esound/files/esd.init

+ 1 - 1
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

+ 1 - 0
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