Browse Source

fix init script

Waldemar Brodkorb 15 years ago
parent
commit
24c91ec4b5
2 changed files with 2 additions and 2 deletions
  1. 1 1
      package/esound/Makefile
  2. 1 1
      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:=		1
+PKG_RELEASE:=		2
 PKG_MD5SUM:=		3d8973ed87053d7acc1f4d44af2c4688
 PKG_DESCR:=		Enlightened Sound Daemon
 PKG_SECTION:=		net

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