[Debconf-video-commits] r244 - in package/trunk: debian src

holger at alioth.debian.org holger at alioth.debian.org
Sun Aug 10 04:43:53 UTC 2008


Author: holger
Date: 2008-08-10 04:43:53 +0000 (Sun, 10 Aug 2008)
New Revision: 244

Modified:
   package/trunk/debian/changelog
   package/trunk/src/dc-start-sink
Log:
dc-start-sink: don't detach from running shell. 

Modified: package/trunk/debian/changelog
===================================================================
--- package/trunk/debian/changelog	2008-08-10 04:41:23 UTC (rev 243)
+++ package/trunk/debian/changelog	2008-08-10 04:43:53 UTC (rev 244)
@@ -1,3 +1,9 @@
+debconf-video (8.0~dc8+12) etch; urgency=low
+
+  * dc-start-sink: don't detach from running shell. 
+
+ -- Holger Levsen <holger at debian.org>  Sun, 10 Aug 2008 01:43:11 -0300
+
 debconf-video (8.0~dc8+11) etch; urgency=low
 
   [ Damián Viano ]

Modified: package/trunk/src/dc-start-sink
===================================================================
--- package/trunk/src/dc-start-sink	2008-08-10 04:41:23 UTC (rev 243)
+++ package/trunk/src/dc-start-sink	2008-08-10 04:43:53 UTC (rev 244)
@@ -46,13 +46,11 @@
 	        --organization "'DebConf video team'"                   \
 	        --copyright "'DebConf video team'"                      \
 	        \| oggshout $ICECAST_ADDR $ICECAST_PORT                 \
-                "'$ICECAST_PASS'" "'/${ROOM_NAME// /_}.ogv'"            \
-		&
+                "'$ICECAST_PASS'" "'/${ROOM_NAME// /_}.ogv'"            
 	    ;;
 	file)
 	    ssh $sink_host dvsink-files -h $MIXER_HOST -p $MIXER_PORT \
-		"'$FILE_BASE/dv/%Y-%m-%d/$ROOM_NAME/%H:%M:%S.dv'"     \
-		&
+		"'$FILE_BASE/dv/%Y-%m-%d/$ROOM_NAME/%H:%M:%S.dv'"     
 	    ;;
 	*)
 	    echo >&2 "WARN: Ignoring sink '$sink_loc' with unknown scheme"




More information about the Debconf-video-commits mailing list