[Debconf-video-commits] r478 - package/trunk/src

Ben Hutchings benh at alioth.debian.org
Tue Jul 21 13:05:09 UTC 2009


Author: benh
Date: 2009-07-21 13:05:07 +0000 (Tue, 21 Jul 2009)
New Revision: 478

Modified:
   package/trunk/src/dc-tally-light
Log:
Actually use $TALLY_DEVICE


Modified: package/trunk/src/dc-tally-light
===================================================================
--- package/trunk/src/dc-tally-light	2009-07-21 13:01:59 UTC (rev 477)
+++ package/trunk/src/dc-tally-light	2009-07-21 13:05:07 UTC (rev 478)
@@ -10,7 +10,7 @@
     case "$line" in
 	'TALLY: on')
 	    # Assert DTR
-	    exec 3>/dev/ttyUSB0
+	    exec 3>"$TALLY_DEVICE"
 	    ;;
 	'TALLY: off')
 	    # Deassert DTR




More information about the Debconf-video-commits mailing list