public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Christian Ruppert (idl0r)" <idl0r@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in media-plugins/vdr-imonlcd/files: confd rc-addon.sh
Date: Fri, 28 Jan 2011 23:11:47 +0000 (UTC)	[thread overview]
Message-ID: <20110128231147.5F5D020057@flycatcher.gentoo.org> (raw)

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}}"
 }






                 reply	other threads:[~2011-01-28 23:11 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20110128231147.5F5D020057@flycatcher.gentoo.org \
    --to=idl0r@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox