aboutsummaryrefslogtreecommitdiff
path: root/usr/share
diff options
context:
space:
mode:
Diffstat (limited to 'usr/share')
-rw-r--r--usr/share/portage/config/sets/Makefile2
-rw-r--r--usr/share/vdr/Makefile2
-rw-r--r--usr/share/vdr/bin/Makefile2
-rw-r--r--usr/share/vdr/dvdchanger/Makefile2
-rwxr-xr-xusr/share/vdr/dvdchanger/dvdchanger_readdvd.sh2
-rwxr-xr-xusr/share/vdr/dvdchanger/dvdchanger_writedvd.sh4
-rw-r--r--usr/share/vdr/inc/Makefile2
-rw-r--r--usr/share/vdr/inc/commands-functions.sh2
-rw-r--r--usr/share/vdr/inc/rc-functions.sh2
-rw-r--r--usr/share/vdr/rcscript/Makefile2
-rw-r--r--usr/share/vdr/rcscript/pre-start-45-locales.sh2
-rw-r--r--usr/share/vdr/record/Makefile2
-rw-r--r--usr/share/vdr/shutdown/Makefile2
-rw-r--r--usr/share/vdr/shutdown/pre-shutdown-05-time-calculations.sh2
-rw-r--r--usr/share/vdr/shutdown/pre-shutdown-90-systohc.sh2
-rw-r--r--usr/share/vdr/shutdown/wakeup-none.sh2
-rw-r--r--usr/share/vdr/shutdown/wakeup-rtc.sh2
-rw-r--r--usr/share/vdr/systemd/Makefile2
18 files changed, 19 insertions, 19 deletions
diff --git a/usr/share/portage/config/sets/Makefile b/usr/share/portage/config/sets/Makefile
index 9557936..9570063 100644
--- a/usr/share/portage/config/sets/Makefile
+++ b/usr/share/portage/config/sets/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile 454 2007-05-30 09:56:54Z zzam $
+# $Id$
SHELL = /bin/bash
diff --git a/usr/share/vdr/Makefile b/usr/share/vdr/Makefile
index a045a3e..46943ea 100644
--- a/usr/share/vdr/Makefile
+++ b/usr/share/vdr/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile 454 2007-05-30 09:56:54Z zzam $
+# $Id$
SHELL = /bin/bash
diff --git a/usr/share/vdr/bin/Makefile b/usr/share/vdr/bin/Makefile
index 012b76f..ffe96b3 100644
--- a/usr/share/vdr/bin/Makefile
+++ b/usr/share/vdr/bin/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile 454 2007-05-30 09:56:54Z zzam $
+# $Id$
SHELL = /bin/bash
diff --git a/usr/share/vdr/dvdchanger/Makefile b/usr/share/vdr/dvdchanger/Makefile
index 30ac4a3..77cdb32 100644
--- a/usr/share/vdr/dvdchanger/Makefile
+++ b/usr/share/vdr/dvdchanger/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile 454 2007-05-30 09:56:54Z zzam $
+# $Id$
SHELL = /bin/bash
diff --git a/usr/share/vdr/dvdchanger/dvdchanger_readdvd.sh b/usr/share/vdr/dvdchanger/dvdchanger_readdvd.sh
index adef776..8ed0e9c 100755
--- a/usr/share/vdr/dvdchanger/dvdchanger_readdvd.sh
+++ b/usr/share/vdr/dvdchanger/dvdchanger_readdvd.sh
@@ -6,7 +6,7 @@
#
# an LinVDR angepasst, da LinVDR kein at-Kommando hat
# modified for LinVDR, because there is no at-command
-#
+#
# This script will by called by the vdr-plugin dvdselect to copy a DVD to
# the local drive.
#
diff --git a/usr/share/vdr/dvdchanger/dvdchanger_writedvd.sh b/usr/share/vdr/dvdchanger/dvdchanger_writedvd.sh
index a759c0a..b6a1433 100755
--- a/usr/share/vdr/dvdchanger/dvdchanger_writedvd.sh
+++ b/usr/share/vdr/dvdchanger/dvdchanger_writedvd.sh
@@ -16,7 +16,7 @@ if [[ -z ${EXECUTED_BY_VDR_BG} ]]; then
exit
fi
-[[ -e /etc/conf.d/vdr.cd-dvd ]] && source /etc/conf.d/vdr.cd-dvd
+[[ -e /etc/conf.d/vdr.cd-dvd ]] && . /etc/conf.d/vdr.cd-dvd
ISO_FILE="${1// IMAGE/}"
@@ -24,7 +24,7 @@ ISO_FILE="${1// IMAGE/}"
: ${VDR_DVDWRITER:=/dev/dvd}
-[[ -e /etc/conf.d/vdr.dvdswitch ]] && source /etc/conf.d/vdr.dvdswitch
+[[ -e /etc/conf.d/vdr.dvdswitch ]] && . /etc/conf.d/vdr.dvdswitch
DVD_RECORDCMD="growisofs"
diff --git a/usr/share/vdr/inc/Makefile b/usr/share/vdr/inc/Makefile
index 9b38645..3350d9f 100644
--- a/usr/share/vdr/inc/Makefile
+++ b/usr/share/vdr/inc/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile 454 2007-05-30 09:56:54Z zzam $
+# $Id$
SHELL = /bin/bash
diff --git a/usr/share/vdr/inc/commands-functions.sh b/usr/share/vdr/inc/commands-functions.sh
index 6ffb479..dcb23c7 100644
--- a/usr/share/vdr/inc/commands-functions.sh
+++ b/usr/share/vdr/inc/commands-functions.sh
@@ -10,7 +10,7 @@ merge_commands_conf() {
local CONFIG="${CONFIG:-/etc/vdr}"
local sdir="${1}" destfile="${2}" order="${3}"
-
+
local bname=${destfile##*/}
local mergedfile="/var/vdr/merged-config-files/${bname}"
diff --git a/usr/share/vdr/inc/rc-functions.sh b/usr/share/vdr/inc/rc-functions.sh
index 22abd3c..10b28e9 100644
--- a/usr/share/vdr/inc/rc-functions.sh
+++ b/usr/share/vdr/inc/rc-functions.sh
@@ -81,7 +81,7 @@ load_addon() {
# fallback
eval "${func}() { :; }"
-
+
# source addon
sh -n "${fname}" || return 1
. "${fname}" || return 1
diff --git a/usr/share/vdr/rcscript/Makefile b/usr/share/vdr/rcscript/Makefile
index dcc2319..322e77a 100644
--- a/usr/share/vdr/rcscript/Makefile
+++ b/usr/share/vdr/rcscript/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile 454 2007-05-30 09:56:54Z zzam $
+# $Id$
SHELL = /bin/bash
diff --git a/usr/share/vdr/rcscript/pre-start-45-locales.sh b/usr/share/vdr/rcscript/pre-start-45-locales.sh
index 4792df0..6252a3a 100644
--- a/usr/share/vdr/rcscript/pre-start-45-locales.sh
+++ b/usr/share/vdr/rcscript/pre-start-45-locales.sh
@@ -3,7 +3,7 @@
# disable all locale settings from the system
# mostly used to get away from utf8 if vdr does
# not support it
-source /etc/conf.d/vdr
+. /etc/conf.d/vdr
unset_all_locale_settings() {
local LOCALE_VARS="LANG LC_CTYPE LC_NUMERIC LC_TIME LC_COLLATE LC_MONETARY
diff --git a/usr/share/vdr/record/Makefile b/usr/share/vdr/record/Makefile
index b8c80e8..3d9b194 100644
--- a/usr/share/vdr/record/Makefile
+++ b/usr/share/vdr/record/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile 454 2007-05-30 09:56:54Z zzam $
+# $Id$
SHELL = /bin/bash
diff --git a/usr/share/vdr/shutdown/Makefile b/usr/share/vdr/shutdown/Makefile
index 7b5999c..3b8a703 100644
--- a/usr/share/vdr/shutdown/Makefile
+++ b/usr/share/vdr/shutdown/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile 454 2007-05-30 09:56:54Z zzam $
+# $Id$
SHELL = /bin/bash
diff --git a/usr/share/vdr/shutdown/pre-shutdown-05-time-calculations.sh b/usr/share/vdr/shutdown/pre-shutdown-05-time-calculations.sh
index 2817923..852969b 100644
--- a/usr/share/vdr/shutdown/pre-shutdown-05-time-calculations.sh
+++ b/usr/share/vdr/shutdown/pre-shutdown-05-time-calculations.sh
@@ -1,4 +1,4 @@
-# $Id:$
+# $Id$
: ${FIXED_WAKEUP:=no}
: ${FIXED_WAKEUP_TIME:="02:00:00"}
diff --git a/usr/share/vdr/shutdown/pre-shutdown-90-systohc.sh b/usr/share/vdr/shutdown/pre-shutdown-90-systohc.sh
index 2231b70..5783cb3 100644
--- a/usr/share/vdr/shutdown/pre-shutdown-90-systohc.sh
+++ b/usr/share/vdr/shutdown/pre-shutdown-90-systohc.sh
@@ -1,4 +1,4 @@
-# $Id: $
+# $Id$
if [ ! -f /etc/init.d/sysfs ]; then
# Baselayout 1
diff --git a/usr/share/vdr/shutdown/wakeup-none.sh b/usr/share/vdr/shutdown/wakeup-none.sh
index 15aaacb..91ab8b5 100644
--- a/usr/share/vdr/shutdown/wakeup-none.sh
+++ b/usr/share/vdr/shutdown/wakeup-none.sh
@@ -1,4 +1,4 @@
-# $Id: wakeup-acpi.sh 370 2007-01-04 23:15:45Z zzam $
+# $Id$
# Author:
# Matthias Schwarzott <zzam@gmx.de>
# Various other contributors from gentoo.de
diff --git a/usr/share/vdr/shutdown/wakeup-rtc.sh b/usr/share/vdr/shutdown/wakeup-rtc.sh
index 24e4798..3f2021b 100644
--- a/usr/share/vdr/shutdown/wakeup-rtc.sh
+++ b/usr/share/vdr/shutdown/wakeup-rtc.sh
@@ -1,4 +1,4 @@
-# $Id: wakeup-acpi.sh 571 2007-12-10 20:50:11Z zzam $
+# $Id$
# Author:
# Matthias Schwarzott <zzam@gmx.de>
# Various other contributors from gentoo.de
diff --git a/usr/share/vdr/systemd/Makefile b/usr/share/vdr/systemd/Makefile
index 0995b3b..69d1175 100644
--- a/usr/share/vdr/systemd/Makefile
+++ b/usr/share/vdr/systemd/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile 454 2007-05-30 09:56:54Z zzam $
+# $Id$
SHELL = /bin/bash