瀏覽代碼

fix init script

Waldemar Brodkorb 16 年之前
父節點
當前提交
24c91ec4b5
共有 2 個文件被更改,包括 2 次插入2 次删除
  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