public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in media-plugins/vdr-imonlcd/files: confd rc-addon.sh
@ 2011-01-28 23:11 Christian Ruppert (idl0r)
  0 siblings, 0 replies; only message in thread
From: Christian Ruppert (idl0r) @ 2011-01-28 23:11 UTC (permalink / raw
  To: gentoo-commits

idl0r       11/01/28 23:11:47

  Modified:             confd rc-addon.sh
  Log:
  Fix mode/protocol switch.
  
  (Portage version: 2.2.0_alpha19/cvs/Linux x86_64)

Revision  Changes    Path
1.2                  media-plugins/vdr-imonlcd/files/confd

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/vdr-imonlcd/files/confd?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/vdr-imonlcd/files/confd?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/vdr-imonlcd/files/confd?r1=1.1&r2=1.2

Index: confd
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-plugins/vdr-imonlcd/files/confd,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- confd	28 Jan 2011 22:39:35 -0000	1.1
+++ confd	28 Jan 2011 23:11:47 -0000	1.2
@@ -1,8 +1,8 @@
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-imonlcd/files/confd,v 1.1 2011/01/28 22:39:35 idl0r Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-imonlcd/files/confd,v 1.2 2011/01/28 23:11:47 idl0r Exp $
 
 #IMONLCD_DEVICE=/dev/lcd0
 
 # Protocol of lcd-device (see lsusb)
 # 0038 - For LCD with ID 15c2:0038 SoundGraph Inc (default)
 # ffdc - For LCD with ID 15c2:ffdc SoundGraph Inc
-#IMONLCD_MODE=0038
+#IMONLCD_PROTOCOL=0038



1.2                  media-plugins/vdr-imonlcd/files/rc-addon.sh

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/vdr-imonlcd/files/rc-addon.sh?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/vdr-imonlcd/files/rc-addon.sh?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/vdr-imonlcd/files/rc-addon.sh?r1=1.1&r2=1.2

Index: rc-addon.sh
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-plugins/vdr-imonlcd/files/rc-addon.sh,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- rc-addon.sh	28 Jan 2011 22:39:35 -0000	1.1
+++ rc-addon.sh	28 Jan 2011 23:11:47 -0000	1.2
@@ -1,8 +1,8 @@
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-imonlcd/files/rc-addon.sh,v 1.1 2011/01/28 22:39:35 idl0r Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-imonlcd/files/rc-addon.sh,v 1.2 2011/01/28 23:11:47 idl0r Exp $
 
 [ -e "/etc/conf.d/vdr.imonlcd" ] && source /etc/conf.d/vdr.imonlcd
 
 plugin_pre_vdr_start() {
 	add_plugin_param "${IMONLCD_DEVICE:+--device ${IMONLCD_DEVICE}}"
-	add_plugin_param "${IMONLCD_MODE:+--mode ${IMONLCD_MODE}}"
+	add_plugin_param "${IMONLCD_PROTOCOL:+--protocol ${IMONLCD_PROTOCOL}}"
 }






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2011-01-28 23:11 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-01-28 23:11 [gentoo-commits] gentoo-x86 commit in media-plugins/vdr-imonlcd/files: confd rc-addon.sh Christian Ruppert (idl0r)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox