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-systeminfo | |
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-systeminfo')
-rw-r--r-- | media-plugins/vdr-systeminfo/files/confd | 1 | ||||
-rw-r--r-- | media-plugins/vdr-systeminfo/files/rc-addon.sh | 3 | ||||
-rw-r--r-- | media-plugins/vdr-systeminfo/files/systeminfo.sh | 2 |
3 files changed, 1 insertions, 5 deletions
diff --git a/media-plugins/vdr-systeminfo/files/confd b/media-plugins/vdr-systeminfo/files/confd index 06819d29b433..93dad7854448 100644 --- a/media-plugins/vdr-systeminfo/files/confd +++ b/media-plugins/vdr-systeminfo/files/confd @@ -1,5 +1,4 @@ # Global config file for VDR systeminfo plugin -# $Id$ # I most cases here is no user activity needed # Yust if you get wrong or no output in OSD of plugin diff --git a/media-plugins/vdr-systeminfo/files/rc-addon.sh b/media-plugins/vdr-systeminfo/files/rc-addon.sh index 1f4dab2ff7b7..ea18cf39659d 100644 --- a/media-plugins/vdr-systeminfo/files/rc-addon.sh +++ b/media-plugins/vdr-systeminfo/files/rc-addon.sh @@ -1,4 +1,3 @@ -# $Id$ # # rc-addon-script for plugin systeminfo # @@ -10,4 +9,4 @@ plugin_pre_vdr_start() { add_plugin_param "-s ${SYSTEMINFO_SCRIPT}" -}
\ No newline at end of file +} diff --git a/media-plugins/vdr-systeminfo/files/systeminfo.sh b/media-plugins/vdr-systeminfo/files/systeminfo.sh index 48760e0b2ddc..da2dd07277de 100644 --- a/media-plugins/vdr-systeminfo/files/systeminfo.sh +++ b/media-plugins/vdr-systeminfo/files/systeminfo.sh @@ -5,8 +5,6 @@ # See the main source file 'systeminfo.c' for copyright information and # how to reach the author. # -# $Id$ -# # possible output formats: # (blanks around tabs only for better reading) # 1) Name \t Value displays Name and Value |