diff options
author | Ulrich Müller <ulm@gentoo.org> | 2017-02-28 21:39:46 +0100 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2017-02-28 21:43:13 +0100 |
commit | 22fd7b2d4764535bd3afc37728df1015b0294467 (patch) | |
tree | 308db1ade2168db9280b6c460c478e9183a8372f /media-plugins/vdr-imonlcd | |
parent | dev-lang/spidermonkey:{38,45} drop more static libs (diff) | |
download | gentoo-22fd7b2d4764535bd3afc37728df1015b0294467.tar.gz gentoo-22fd7b2d4764535bd3afc37728df1015b0294467.tar.bz2 gentoo-22fd7b2d4764535bd3afc37728df1015b0294467.zip |
Drop remaining $Id$ and $Header$ from files.
Bug: 611234
Diffstat (limited to 'media-plugins/vdr-imonlcd')
-rw-r--r-- | media-plugins/vdr-imonlcd/files/confd | 2 | ||||
-rw-r--r-- | media-plugins/vdr-imonlcd/files/rc-addon.sh | 2 |
2 files changed, 0 insertions, 4 deletions
diff --git a/media-plugins/vdr-imonlcd/files/confd b/media-plugins/vdr-imonlcd/files/confd index 6bfd930235fa..188a0affffe1 100644 --- a/media-plugins/vdr-imonlcd/files/confd +++ b/media-plugins/vdr-imonlcd/files/confd @@ -1,5 +1,3 @@ -# $Id$ - #IMONLCD_DEVICE=/dev/lcd0 # Protocol of lcd-device (see lsusb) diff --git a/media-plugins/vdr-imonlcd/files/rc-addon.sh b/media-plugins/vdr-imonlcd/files/rc-addon.sh index 2857bd284aa3..cd524f52ee72 100644 --- a/media-plugins/vdr-imonlcd/files/rc-addon.sh +++ b/media-plugins/vdr-imonlcd/files/rc-addon.sh @@ -1,5 +1,3 @@ -# $Id$ - plugin_pre_vdr_start() { add_plugin_param "${IMONLCD_DEVICE:+--device ${IMONLCD_DEVICE}}" add_plugin_param "${IMONLCD_PROTOCOL:+--protocol ${IMONLCD_PROTOCOL}}" |